NetBSD/sys/nfs
christos b0fb40a0ab When unloading the nfsserver module, call nfs_fini() so that the nfsrvdescpl
pool gets destroyed. Otherwise we are left with a stray pool that points to
unmapped memory behind (and bad things happen). Typically you get seemingly
random page faults (without printing uvm_fault) that happen in various pool
operations. Most frequent one is the pool_drain() from the page daemon.
2012-08-29 14:00:22 +00:00
..
files.nfs
krpc_subr.c
krpc.h
Makefile
nfs_bio.c use NFS_MAXNAMLEN for all names. 2011-09-27 01:07:38 +00:00
nfs_boot.c
nfs_bootdhcp.c
nfs_bootparam.c
nfs_bootstatic.c
nfs_clntsocket.c
nfs_clntsubs.c
nfs_export.c use NFS_MAXNAMLEN for all names. 2011-09-27 01:07:38 +00:00
nfs_iod.c
nfs_kq.c VOP_GETATTR() needs a shared lock at least. 2011-10-24 11:43:30 +00:00
nfs_node.c
nfs_serv.c When unloading the nfsserver module, call nfs_fini() so that the nfsrvdescpl 2012-08-29 14:00:22 +00:00
nfs_socket.c
nfs_srvcache.c
nfs_srvsocket.c
nfs_srvsubs.c use NFS_MAXPATHLEN instead of MAXPATHLEN 2011-09-27 01:05:08 +00:00
nfs_subs.c First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
nfs_syscalls.c
nfs_var.h
nfs_vfsops.c VOP_GETATTR() needs a shared lock at least. 2011-10-24 11:43:30 +00:00
nfs_vnops.c Move some the test for MAKEENTRY into the cache_enter(9). Make some 2012-07-22 00:53:18 +00:00
nfs.h
nfsdiskless.h
nfsm_subs.h
nfsmount.h
nfsnode.h
nfsproto.h
nfsrtt.h
nfsrvcache.h
rpcv2.h
xdr_subs.h