NetBSD/sys/kern
jdolecek 89015c4648 Add new VFS op routine - vfs_done and call it on filesystem detach
in vfs_detach(). vfs_done may free global filesystem's resources,
typically those allocated in respective filesystem's init function.
Needed so those filesystems which went in via LKM have a chance to
clean after themselves before unloading. This fixes random panics
when LKM for filesystem using pools was loaded and unloaded several
times.

For each leaf filesystem, add appropriate vfs_done routine.
2000-03-16 18:08:17 +00:00
..
Make.tags.inc
Makefile
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf_common.c
exec_script.c
exec_subr.c
genassym.awk
genassym.sh
init_main.c Create new kernel thread to issue statfs(2) system call to check free 2000-03-10 01:13:18 +00:00
init_sysent.c
kern_acct.c Create new kernel thread to issue statfs(2) system call to check free 2000-03-10 01:13:18 +00:00
kern_allocsys.c
kern_clock.c
kern_descrip.c
kern_exec.c
kern_exit.c
kern_fork.c
kern_kthread.c
kern_ktrace.c
kern_lkm.c
kern_lock.c
kern_malloc.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_resource.c
kern_sig.c
kern_subr.c add hashdone() - frees memory previously allocated via hashinit() 2000-03-16 17:19:53 +00:00
kern_synch.c
kern_sysctl.c
kern_time.c
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c
subr_disk.c
subr_extent.c
subr_log.c
subr_pool.c
subr_prf.c
subr_prof.c
subr_rmap.c
subr_xxx.c
sys_generic.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.conf
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c introduce m->m_pkthdr.aux to hold random data which needs to be passed 2000-03-01 12:49:27 +00:00
uipc_mbuf2.c introduce m->m_pkthdr.aux to hold random data which needs to be passed 2000-03-01 12:49:27 +00:00
uipc_proto.c
uipc_socket.c
uipc_socket2.c more fix to ancillary data alignment. we need padding after 2000-02-29 19:14:59 +00:00
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
vfs_syscalls.c In fdatasync, do not call bioops.io_fsync, since we're not flushing 2000-03-15 16:30:39 +00:00
vfs_vnops.c
vnode_if.c
vnode_if.sh
vnode_if.src