NetBSD/sys/kern
cgd b69dc1f62c move ../sys/syscallargs.h out of the way when making new version,
just like we do for init_sysent.c, syscalls.c, and ../sys/syscall.h.
1995-11-22 23:11:32 +00:00
..
Make.tags.inc
Makefile move ../sys/syscallargs.h out of the way when making new version, 1995-11-22 23:11:32 +00:00
exec_aout.c
exec_conf.c Add hooks for COMPAT_FREEBSD, from Noriyuki Soda. 1995-10-10 01:26:36 +00:00
exec_ecoff.c
exec_elf.c s/memcmp/bcmp/ 1995-09-16 00:28:08 +00:00
exec_elf32.c s/memcmp/bcmp/ 1995-09-16 00:28:08 +00:00
exec_script.c
exec_subr.c
init_main.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
init_sysent.c update for new syscalls.master 1995-11-22 23:09:26 +00:00
kern_acct.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
kern_clock.c
kern_descrip.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
kern_exec.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
kern_exit.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
kern_fork.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
kern_ktrace.c Make the ktrace code emit a record that indicates the current emulation 1995-10-22 00:35:06 +00:00
kern_lkm.c In lkmioctl(), disallow LMRESERV, LMLOADBUF, LMUNRESRV, LMREADY, 1995-10-10 00:23:20 +00:00
kern_malloc.c
kern_physio.c Check for todo<0, done<0, and done>todo. 1995-10-10 02:51:45 +00:00
kern_proc.c
kern_prot.c Add hooks for COMPAT_FREEBSD, from Noriyuki Soda. 1995-10-10 01:26:36 +00:00
kern_resource.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
kern_sig.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
kern_subr.c
kern_synch.c Fix various signal handling bugs: 1995-06-08 23:51:01 +00:00
kern_sysctl.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
kern_time.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
kern_xxx.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
makesyscalls.sh Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
subr_autoconf.c
subr_disk.c
subr_log.c
subr_prf.c copy some format specifiers from kprintf to sprintf. b & r still missing 1995-06-16 10:52:17 +00:00
subr_prof.c change definition of profil() to make it 64-bit friendly. This has 1995-11-22 23:07:19 +00:00
subr_rmap.c
subr_xxx.c
sys_generic.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
sys_process.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
sys_socket.c splnet --> splsoftnet 1995-08-12 23:59:09 +00:00
syscalls.c update for new syscalls.master 1995-11-22 23:09:26 +00:00
syscalls.conf
syscalls.master change definition of profil() to make it 64-bit friendly. This has 1995-11-22 23:07:19 +00:00
sysv_ipc.c #include <sys/vnode.h>, for prototypes. 1995-06-03 05:53:28 +00:00
sysv_msg.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
sysv_sem.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
sysv_shm.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
tty.c Add hooks for COMPAT_FREEBSD, from Noriyuki Soda. 1995-10-10 01:26:36 +00:00
tty_compat.c Add hooks for COMPAT_FREEBSD, from Noriyuki Soda. 1995-10-10 01:26:36 +00:00
tty_conf.c Add hooks for COMPAT_FREEBSD, from Noriyuki Soda. 1995-10-10 01:26:36 +00:00
tty_pty.c Add hooks for COMPAT_FREEBSD, from Noriyuki Soda. 1995-10-10 01:26:36 +00:00
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_socket.c splnet --> splsoftnet 1995-08-12 23:59:09 +00:00
uipc_socket2.c Access rights are now stored in MT_CONTROL mbufs. Document this. 1995-08-16 01:03:19 +00:00
uipc_syscalls.c Add hooks for COMPAT_FREEBSD, from Noriyuki Soda. 1995-10-10 01:26:36 +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 Distribute cache entries more evenly 1995-09-08 14:15:07 +00:00
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 ffs -> ufs 1995-11-11 22:00:15 +00:00
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
vfs_syscalls.c ffs -> ufs 1995-11-11 22:00:15 +00:00
vfs_vnops.c
vnode_if.sh
vnode_if.src