NetBSD/sys/nfs
sommerfeld c1ecf66965 kern/5591: Fix race in the NFS socket code during umount -f and system
shutdown:

During an unmount, wake up all the processes which are waiting to lock
the socket for receive, and wait for them (and the process blocked in
soreceive, if any) to go away before blowing away the socket and the
mount structure.
1999-07-04 19:56:00 +00:00
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
krpc.h Enhancements from Matthias Drochner: 1996-10-20 13:13:22 +00:00
krpc_subr.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
nfs.h Clean up the NFS sysctl variables. 1998-11-13 20:09:54 +00:00
nfs_bio.c completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
nfs_boot.c restructure the diskless NFS boot code to keep track of the used 1999-02-21 15:07:49 +00:00
nfs_bootdhcp.c print diskless boot related IP addresses in dot notation 1999-05-07 15:10:03 +00:00
nfs_bootparam.c -print diskless boot related IP addresses in dot notation 1999-05-07 15:17:26 +00:00
nfs_node.c Use the pool allocator and the "nointr" pool page allocator for NFS nodes 1998-09-01 03:11:36 +00:00
nfs_nqlease.c Fix crash reported in PR7116 on shutdown 1999-03-25 04:07:33 +00:00
nfs_serv.c Fix vnode lock leak in nfsrv_mknod() if to-be-created vnode already existed. 1999-05-04 16:01:37 +00:00
nfs_socket.c kern/5591: Fix race in the NFS socket code during umount -f and system 1999-07-04 19:56:00 +00:00
nfs_srvcache.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
nfs_subs.c completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
nfs_syscalls.c Add fhopen, fhstat, fhstatfs syscalls. Also move getfh in from the nfs 1999-06-29 22:18:47 +00:00
nfs_var.h Assign copyright to TNF. 1998-09-05 14:20:01 +00:00
nfs_vfsops.c Snatch a patch from OpenBSD to fix PRs 6529 and 7074. 1999-03-06 05:34:40 +00:00
nfs_vnops.c Be more correct with attribute structures for setattr RPCs and friends, 1999-05-29 01:22:03 +00:00
nfsdiskless.h restructure the diskless NFS boot code to keep track of the used 1999-02-21 15:07:49 +00:00
nfsm_subs.h Be more correct with attribute structures for setattr RPCs and friends, 1999-05-29 01:22:03 +00:00
nfsmount.h kern/5591: Fix race in the NFS socket code during umount -f and system 1999-07-04 19:56:00 +00:00
nfsnode.h create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the other 1998-08-10 08:11:10 +00:00
nfsproto.h Like for NFSv2, add a pointer to the NFSv3 RFC, too. 1998-08-06 19:44:28 +00:00
nfsrtt.h Store RPC procnum consistently as an u_int32_t. This is as it should be, 1997-05-12 23:36:04 +00:00
nfsrvcache.h Store RPC procnum consistently as an u_int32_t. This is as it should be, 1997-05-12 23:36:04 +00:00
nqnfs.h
rpcv2.h
xdr_subs.h Snatch a patch from OpenBSD to fix PRs 6529 and 7074. 1999-03-06 05:34:40 +00:00