..
krpc_subr.c
bzero->memset, bcopy->memcpy, bcmp->memcmp
1998-08-09 20:51:08 +00:00
krpc.h
Enhancements from Matthias Drochner:
1996-10-20 13:13:22 +00:00
Makefile
Rework the way kernel include files are installed. In the new method,
1998-06-12 23:22:30 +00:00
nfs_bio.c
Extend NFS_V2_ONLY to remove NQNFS lease support as well. Saves another 10k.
2000-09-19 23:26:25 +00:00
nfs_boot.c
New kernel option, NFS_V2_ONLY, which aims to reduce the NFS client to just
2000-09-19 17:04:50 +00:00
nfs_bootdhcp.c
Allow nfs root over token ring. Closes PR6629.
2000-05-28 07:01:09 +00:00
nfs_bootparam.c
include opt_inet.h, needed by previous check-in.
2000-10-03 17:18:15 +00:00
nfs_node.c
Initialize the lock needed to serialize commits for one NFS node.
2000-09-19 22:13:01 +00:00
nfs_nqlease.c
Extend NFS_V2_ONLY to remove NQNFS lease support as well. Saves another 10k.
2000-09-19 23:26:25 +00:00
nfs_serv.c
Adapt for VOP_FSYNC parameter change.
2000-09-19 22:05:29 +00:00
nfs_socket.c
Avoid unused variables for V2_ONLY case.
2000-09-27 18:36:03 +00:00
nfs_srvcache.c
Remove register declarations.
2000-03-30 12:51:13 +00:00
nfs_subs.c
Do not accept vnode type changes to an active node. This may wreak
2000-10-24 12:02:04 +00:00
nfs_syscalls.c
Change a DIAGNOSTIC panic slightly to print the locked vnodes and to just
2000-10-24 07:08:48 +00:00
nfs_var.h
Add prototypes for commitrange functions.
2000-09-19 22:14:59 +00:00
nfs_vfsops.c
Update for VOP_FSYNC parameter change.
2000-09-19 22:15:41 +00:00
nfs_vnops.c
check in_ifaddr only if INET is compiled
2000-10-02 04:28:13 +00:00
nfs.h
Bump some defaults and maximums to better values.
2000-09-19 22:05:55 +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
Add new VFS op routine - vfs_done and call it on filesystem detach
2000-03-16 18:08:17 +00:00
nfsnode.h
Add fields to deal with commit ranges.
2000-09-19 22:18:40 +00:00
nfsproto.h
Adapt some defaults/max values to be more realistic.
2000-09-19 22:19:12 +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
Some tweaks to enable NFS over IPv6. The special-casing of AF_INET
2000-06-09 00:00:17 +00:00
rpcv2.h
Bring in a merge of Rick Macklem's NFSv3 code from Lite2
1996-02-18 11:53:36 +00:00
xdr_subs.h
Snatch a patch from OpenBSD to fix PRs 6529 and 7074.
1999-03-06 05:34:40 +00:00