HardenedBSD/sys/kern
Nick Hibma 394b7d0877 Change calling of chained event handler from always after
the attach/detach to
1) MOD_LOAD before attach
2) MOD_UNLOAD after detach

The driver specific event handler can now be used to function as
driver specific init/deinit function (compare to device specific
init/deinit functions: attach & detach).
1999-08-16 21:44:14 +00:00
..
bus_if.m
device_if.m
imgact_aout.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c
kern_acct.c
kern_clock.c
kern_conf.c Introduce lminor(dev_t dev), which returns a linear minor number, 1999-08-15 09:32:47 +00:00
kern_descrip.c
kern_environment.c
kern_exec.c Stop profiling on exec. 1999-08-11 20:35:38 +00:00
kern_exit.c
kern_fork.c
kern_intr.c
kern_jail.c
kern_kthread.c
kern_ktrace.c
kern_linker.c
kern_lock.c
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_ntptime.c
kern_physio.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c
kern_shutdown.c The bdevsw() and cdevsw() are now identical, so kill the former. 1999-08-13 10:29:38 +00:00
kern_sig.c expand_name: 1999-08-16 18:13:39 +00:00
kern_subr.c
kern_synch.c
kern_syscalls.c
kern_sysctl.c
kern_tc.c
kern_threads.c
kern_time.c
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf_obj.c
link_elf.c
Make.tags.inc
makedevops.pl
Makefile
makesyscalls.sh
md5c.c
p1003_1b.c
posix4_mib.c
subr_autoconf.c
subr_blist.c
subr_bus.c Change calling of chained event handler from always after 1999-08-16 21:44:14 +00:00
subr_clist.c
subr_devstat.c
subr_disklabel.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
subr_diskmbr.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
subr_diskslice.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
subr_dkbad.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
subr_log.c
subr_module.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rman.c
subr_scanf.c
subr_smp.c
subr_trap.c
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.master Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commented 1999-08-11 22:13:46 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c Register our dev_t with make_dev 1999-08-13 10:52:22 +00:00
tty_pty.c
tty_snoop.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_aio.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c The bdevsw() and cdevsw() are now identical, so kill the former. 1999-08-13 10:29:38 +00:00
vfs_extattr.c Replace a redundant vfs_object_create() call (already done in vn_open) 1999-08-12 20:38:32 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c The bdevsw() and cdevsw() are now identical, so kill the former. 1999-08-13 10:29:38 +00:00
vfs_syscalls.c Replace a redundant vfs_object_create() call (already done in vn_open) 1999-08-12 20:38:32 +00:00
vfs_vnops.c oops: Add missing include. 1999-08-13 11:22:48 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src