NetBSD/sys/kern
1998-02-22 12:53:53 +00:00
..
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c added support for SCO UNIX (derived from iBCS2) 1998-02-09 01:29:10 +00:00
exec_elf64.c
exec_elf_common.c
exec_script.c
exec_subr.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
genassym.awk
genassym.sh
init_main.c Include the NFS option header. 1998-02-19 00:47:02 +00:00
init_sysent.c Regen; makesyscalls.sh changed 1998-02-19 03:31:11 +00:00
kern_acct.c
kern_clock.c
kern_descrip.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_exec.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_exit.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_fork.c Prevent the session ID from disappearing if the session leader exits 1998-02-14 00:37:26 +00:00
kern_fthread.c whoops! undo GC, these are still used by OLDVM. 1998-02-07 16:23:35 +00:00
kern_ktrace.c
kern_lkm.c Use vfs_attach()/vfs_detach(). 1998-02-18 07:11:21 +00:00
kern_lock.c snazzier LOCKDEBUG code. 1998-02-07 02:14:04 +00:00
kern_malloc.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_ntptime.c
kern_physio.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_proc.c Fix variable declarations: register -> register int. 1998-02-14 19:34:12 +00:00
kern_prot.c Implement getsid(2), as defined by XPG4.2: returns the process group ID 1998-02-14 01:17:51 +00:00
kern_resource.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_sig.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_subr.c Didn't compile with option MEMORY_DISK_HOOKS. 1998-02-22 12:53:53 +00:00
kern_synch.c Fix variable declarations: register -> register int. 1998-02-12 20:39:41 +00:00
kern_sysctl.c Prevent the session ID from disappearing if the session leader exits 1998-02-14 00:37:26 +00:00
kern_time.c Fix missing newline in time zone warning. 1998-02-20 07:22:14 +00:00
kern_xxx.c
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh Argh, protect userland from includes in the syscall names file. 1998-02-19 03:30:24 +00:00
subr_autoconf.c
subr_disk.c
subr_extent.c
subr_log.c
subr_pool.c Add option to use "static" storage provided by the caller. 1998-02-19 23:51:48 +00:00
subr_prf.c
subr_prof.c
subr_rmap.c
subr_xxx.c
sys_generic.c
sys_process.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
sys_socket.c
syscalls.c Regen; makesyscalls.sh changed 1998-02-19 03:31:11 +00:00
syscalls.conf
syscalls.master Include the NFS and LFS option headers. 1998-02-19 00:52:14 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c Implement TIOCGSID. 1998-02-14 01:26:50 +00:00
uipc_domain.c
uipc_mbuf.c Fix variable declarations: register -> register int. 1998-02-12 20:39:41 +00:00
uipc_proto.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c When copying out multiple control messages, ensure that the next control 1998-02-06 23:19:26 +00:00
uipc_usrreq.c
vfs_bio.c add flags arg to hashinit(), to pass to malloc(). 1998-02-07 02:44:44 +00:00
vfs_cache.c add flags arg to hashinit(), to pass to malloc(). 1998-02-07 02:44:44 +00:00
vfs_cluster.c
vfs_init.c Change vfs_opv_init_explicit() to not allocate the vnode operations 1998-02-18 07:15:30 +00:00
vfs_lockf.c
vfs_lookup.c
vfs_subr.c Don't use vfssw[], it's gone; use vfs_list instead. 1998-02-18 07:16:41 +00:00
vfs_syscalls.c * Factor out some permission-checking code from ufs_setattr() into 1998-02-14 19:49:43 +00:00
vfs_vnops.c Include the UNION option header. 1998-02-19 00:53:46 +00:00
vnode_if.c
vnode_if.sh
vnode_if.src