NetBSD/sys/kern
cgd a8804b9fb4 Do not build vnode_if.[ch] for each kernel. Build them once, like the
various syscall sources/headers, and just compile them.  From PR 2142, OK'd
by mycroft.  (These are now generated files.)
1996-02-29 21:01:12 +00:00
..
Make.tags.inc
Makefile Do not build vnode_if.[ch] for each kernel. Build them once, like the 1996-02-29 20:54:58 +00:00
exec_aout.c First pass at prototyping 1996-02-04 02:15:01 +00:00
exec_conf.c (1) undef various EXEC_ cpp symbols before defining them, in case 1995-12-09 05:34:47 +00:00
exec_ecoff.c
exec_elf.c More proto fixes 1996-02-09 18:59:18 +00:00
exec_elf32.c More proto fixes 1996-02-09 18:59:18 +00:00
exec_script.c First pass at prototyping 1996-02-04 02:15:01 +00:00
exec_subr.c
init_main.c More proto fixes 1996-02-09 18:59:18 +00:00
init_sysent.c update for new syscalls.master 1995-11-22 23:09:26 +00:00
kern_acct.c First pass at prototyping 1996-02-04 02:15:01 +00:00
kern_clock.c Fix for PR kern/2140: a typo in the nested CPP if/else/endif caused 1996-02-29 02:48:53 +00:00
kern_conf.h new files... 1996-02-04 02:19:27 +00:00
kern_descrip.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_exec.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_exit.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_fork.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_ktrace.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_lkm.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_malloc.c when printing data modified on the free list: 1996-02-20 23:56:16 +00:00
kern_ntptime.c Add NTP kernel precision timekeeping from Dave Mill's xntp distribution 1996-02-27 04:20:30 +00:00
kern_physio.c First pass at prototyping 1996-02-04 02:15:01 +00:00
kern_proc.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_prot.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_resource.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_sig.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_subr.c add a facility by which to register 'hooks' to be run at shutdown time. 1995-05-31 20:41:44 +00:00
kern_synch.c More proto fixes 1996-02-09 18:59:18 +00:00
kern_sysctl.c Add NTP kernel precision timekeeping from Dave Mill's xntp distribution 1996-02-27 04:20:30 +00:00
kern_time.c Changes for NVSv3 code: pull in more NFS include files into kern_time.c 1996-02-18 11:57:06 +00:00
kern_xxx.c More proto fixes 1996-02-09 18:59:18 +00:00
makesyscalls.sh Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
subr_autoconf.c Replace config_found() with config_found_sm(), which adds a cfmatch_t to the 1996-02-27 21:45:46 +00:00
subr_disk.c More proto fixes 1996-02-09 18:59:18 +00:00
subr_log.c More proto fixes 1996-02-09 18:59:18 +00:00
subr_prf.c More proto fixes 1996-02-09 18:59:18 +00:00
subr_prof.c More proto fixes 1996-02-09 18:59:18 +00:00
subr_rmap.c First pass at prototyping 1996-02-04 02:15:01 +00:00
subr_xxx.c First pass at prototyping 1996-02-04 02:15:01 +00:00
sys_generic.c More proto fixes 1996-02-09 18:59:18 +00:00
sys_process.c More proto fixes 1996-02-09 18:59:18 +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 Add NTP kernel precision timekeeping from Dave Mill's xntp distribution 1996-02-27 04:20:30 +00:00
sysv_ipc.c #include <sys/vnode.h>, for prototypes. 1995-06-03 05:53:28 +00:00
sysv_msg.c More proto fixes 1996-02-09 18:59:18 +00:00
sysv_sem.c More proto fixes 1996-02-09 18:59:18 +00:00
sysv_shm.c More proto fixes 1996-02-09 18:59:18 +00:00
tty.c More proto fixes 1996-02-09 18:59:18 +00:00
tty_conf.c First pass at prototyping 1996-02-04 02:15:01 +00:00
tty_pty.c More proto fixes 1996-02-09 18:59:18 +00:00
tty_subr.c More proto fixes 1996-02-09 18:59:18 +00:00
tty_tb.c First pass at prototyping 1996-02-04 02:15:01 +00:00
tty_tty.c First pass at prototyping 1996-02-04 02:17:39 +00:00
uipc_domain.c More proto fixes 1996-02-09 18:59:18 +00:00
uipc_mbuf.c More proto fixes 1996-02-09 18:59:18 +00:00
uipc_proto.c uipc_proto.c: No need for the forward decls anymore; everything is prototyped. 1996-02-13 21:10:43 +00:00
uipc_socket.c First pass at prototyping 1996-02-04 02:17:43 +00:00
uipc_socket2.c First pass at prototyping 1996-02-04 02:17:43 +00:00
uipc_syscalls.c More proto fixes 1996-02-09 18:59:18 +00:00
uipc_usrreq.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_bio.c Changes for NVSv3 code: pull in more NFS include files into kern_time.c 1996-02-18 11:57:06 +00:00
vfs_cache.c First pass at prototyping 1996-02-04 02:17:43 +00:00
vfs_cluster.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_conf.c ffs -> ufs 1995-11-11 22:00:15 +00:00
vfs_init.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_lockf.c First pass at prototyping 1996-02-04 02:17:43 +00:00
vfs_lookup.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_subr.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_syscalls.c More proto fixes 1996-02-09 18:59:18 +00:00
vfs_vnops.c First pass at prototyping 1996-02-04 02:17:43 +00:00
vnode_if.c Do not build vnode_if.[ch] for each kernel. Build them once, like the 1996-02-29 21:01:12 +00:00
vnode_if.sh Do not build vnode_if.[ch] for each kernel. Build them once, like the 1996-02-29 20:54:58 +00:00
vnode_if.src Fix vop_link, vop_symlink, and vop_remove semantics in several ways: 1996-02-09 14:45:36 +00:00