HardenedBSD/sys/kern
Garrett Wollman 67bfdf835b Fix a few niggling little bugs:
- set args->lkm_offset correctly so that VFS modules can be unloaded
- initialize _fs_vfsops.vfc_refcount correctly so that VFS modules can
  be unloaded
- include kernel.h in a few placves to get the correct definition of DATA_SET
1994-09-21 23:22:52 +00:00
..
imgact_aout.c
imgact_shell.c
init_main.c
init_sysent.c Redo Kernel NTP PLL support, kernel side. 1994-09-18 20:40:01 +00:00
kern_acct.c
kern_clock.c Redo Kernel NTP PLL support, kernel side. 1994-09-18 20:40:01 +00:00
kern_descrip.c
kern_exec.c
kern_exit.c
kern_fork.c
kern_ktrace.c
kern_lkm.c Fix a few niggling little bugs: 1994-09-21 23:22:52 +00:00
kern_lockf.c
kern_malloc.c
kern_ntptime.c Add vm/vm.h for complete sysctl type. 1994-09-19 17:39:21 +00:00
kern_physio.c
kern_proc.c
kern_prot.c
kern_resource.c
kern_sig.c Don't use SIG_DFL or SIG_IGN for case label expressions. ANSI requires 1994-09-20 05:42:46 +00:00
kern_subr.c
kern_synch.c
kern_sysctl.c Implemented loadable VFS modules, and made most existing filesystems 1994-09-21 03:47:43 +00:00
kern_tc.c Redo Kernel NTP PLL support, kernel side. 1994-09-18 20:40:01 +00:00
kern_time.c
kern_timeout.c Redo Kernel NTP PLL support, kernel side. 1994-09-18 20:40:01 +00:00
kern_xxx.c oget/sethostname: add missing argument to kern_sysctl 1994-09-19 21:15:14 +00:00
Make.tags.inc
Makefile
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c Fix compiler warnings. 1994-09-21 21:58:39 +00:00
subr_rlist.c
subr_rmap.c
subr_trap.c
subr_xxx.c
sys_generic.c
sys_process.c
sys_socket.c
syscalls.c Redo Kernel NTP PLL support, kernel side. 1994-09-18 20:40:01 +00:00
syscalls.master Redo Kernel NTP PLL support, kernel side. 1994-09-18 20:40:01 +00:00
sysv_ipc.c
sysv_msg.c Got rid of compiler warnings. 1994-09-17 13:24:29 +00:00
sysv_sem.c Got rid of compiler warnings. 1994-09-17 13:24:29 +00:00
sysv_shm.c Added code for FreeBSD-1.1.5 backwards compatibility. 1994-09-16 17:43:22 +00:00
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c Implemented loadable VFS modules, and made most existing filesystems 1994-09-21 03:47:43 +00:00
vfs_export.c
vfs_extattr.c Implemented loadable VFS modules, and made most existing filesystems 1994-09-21 03:47:43 +00:00
vfs_init.c Implemented loadable VFS modules, and made most existing filesystems 1994-09-21 03:47:43 +00:00
vfs_lookup.c
vfs_mount.c Implemented loadable VFS modules, and made most existing filesystems 1994-09-21 03:47:43 +00:00
vfs_subr.c
vfs_syscalls.c Implemented loadable VFS modules, and made most existing filesystems 1994-09-21 03:47:43 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src