NetBSD/sys/kern
1995-08-17 02:57:20 +00:00
..
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c
exec_elf.c
exec_script.c
exec_subr.c
init_main.c
init_sysent.c
kern_acct.c
kern_clock.c
kern_descrip.c
kern_exec.c Add KTR_EMUL to indicate a switch between syscall emulations. 1995-07-19 15:19:08 +00:00
kern_exit.c
kern_fork.c
kern_ktrace.c Add KTR_EMUL to indicate a switch between syscall emulations. 1995-07-19 15:19:08 +00:00
kern_lkm.c
kern_malloc.c
kern_physio.c minphys() functions really should return void. 1995-08-12 20:30:45 +00:00
kern_proc.c
kern_prot.c
kern_resource.c
kern_sig.c When resetting a signal, change ps_sigact, just to be sure. 1995-08-14 06:07:55 +00:00
kern_subr.c
kern_synch.c
kern_sysctl.c Add and document a `kern.rawpartition' sysctl. 1995-08-04 18:36:08 +00:00
kern_time.c
kern_xxx.c
Make.tags.inc
Makefile
makesyscalls.sh
subr_autoconf.c
subr_disk.c
subr_log.c
subr_prf.c
subr_prof.c
subr_rmap.c
subr_xxx.c
sys_generic.c
sys_process.c Lock the process in core before operating on it. 1995-08-13 09:05:51 +00:00
sys_socket.c splnet --> splsoftnet 1995-08-12 23:59:09 +00:00
syscalls.c
syscalls.conf
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c Close routines take file flags, not I/O flags. Fix two incorrect usages. 1995-07-02 18:13:02 +00:00
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_socket2.c Access rights are now stored in MT_CONTROL mbufs. Document this. 1995-08-16 01:03:19 +00:00
uipc_socket.c splnet --> splsoftnet 1995-08-12 23:59:09 +00:00
uipc_syscalls.c splnet --> splsoftnet 1995-08-12 23:59:09 +00:00
uipc_usrreq.c so_pcb should be a void *. 1995-08-17 02:57:20 +00:00
vfs_bio.c fix bug pointed out by, and do the cleanup suggested by 1995-08-02 22:01:46 +00:00
vfs_cache.c
vfs_cluster.c avoid unnecessary aging of buffers. This used to make sense, when buffer 1995-07-24 21:19:27 +00:00
vfs_conf.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c Oops; need fcntl.h. 1995-07-03 16:58:38 +00:00
vfs_syscalls.c
vfs_vnops.c
vnode_if.sh
vnode_if.src