NetBSD/sys/nfs
thorpej fc96443d15 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 07:01:25 +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
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 Be more careful to block bio interrupts for some data structures. There 1999-11-23 23:52:40 +00:00
nfs_boot.c Wait some seconds after the interface is brought up before packets 1999-09-03 20:06:46 +00:00
nfs_bootdhcp.c If server name field is overloaded for other purpose, or it just contains 2000-01-20 08:34:52 +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 Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
nfs_nqlease.c Fix bug in error handling for NFSv3 + nqnfs. 1999-10-10 02:44:55 +00:00
nfs_serv.c The length check for readdirplus entries wasn't right, causing troubles 1999-12-05 01:43:06 +00:00
nfs_socket.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
nfs_srvcache.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
nfs_subs.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +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 Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
nfs_vfsops.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
nfs_vnops.c Insert an extra VOP_ACCESS check in nfs_lookup, to avoid cached access 1999-11-29 23:34:00 +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 Insert an extra VOP_ACCESS check in nfs_lookup, to avoid cached access 1999-11-29 23:34:00 +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