NetBSD/sys/nfs
wrstuden 3bf14d81e9 Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl
call with F_FSCTL set and F_SETFL calls generate calls to a new
fileop fo_fcntl. Add genfs_fcntl() and soo_fcntl() which return 0
for F_SETFL and EOPNOTSUPP otherwise. Have all leaf filesystems
use genfs_fcntl().

Reviewed by: thorpej
Tested by: wrstuden
1999-08-03 20:19:16 +00:00
..
Makefile
krpc.h
krpc_subr.c
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 mount diskless root with "NFSMNT_NOCONN" (which is default in "mount_nfs" 1999-07-07 21:29:29 +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 Don't use the result of inet_ntoa after calling the another inet_ntoa, 1999-07-26 02:16:35 +00:00
nfs_node.c Modify file systems to deal with struct lock in struct vnode. All leaf 1999-07-08 01:05:58 +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 Don't try to copy an mbuf that may have been freed in case of an error. 1999-07-30 09:46:24 +00:00
nfs_srvcache.c
nfs_subs.c Modify file systems to deal with struct lock in struct vnode. All leaf 1999-07-08 01:05:58 +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
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 Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl 1999-08-03 20:19:16 +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
nfsproto.h
nfsrtt.h
nfsrvcache.h
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