NetBSD/sys/nfs
drochner 27098b1199 restructure the diskless NFS boot code to keep track of the used
interface and the address allocated, to roll everything back if the
mount fails:
-put an interface pointer into "struct nfs_diskless" to have it
 available for cleanup, don't pass it around anymore where the
 "struct nfs_diskless" is already passed
-add a "cleanup" function which shuts the interface down
-in the protocol-specific parts, either return with "everything
 ready" or "completely shut down"
-use common functions for interface initialization and shutdown
-add a function to delete all routes associate to an interface
 (why is this necessary and not done by ~IFF_UP?)
g/c diskless swap stuff
general cleanup
1999-02-21 15:07:49 +00:00
..
krpc_subr.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
krpc.h
Makefile
nfs_bio.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +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 restructure the diskless NFS boot code to keep track of the used 1999-02-21 15:07:49 +00:00
nfs_bootparam.c restructure the diskless NFS boot code to keep track of the used 1999-02-21 15:07:49 +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 bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
nfs_serv.c non-root users can mkfifo over NFS. 1999-01-31 09:24:10 +00:00
nfs_socket.c Fix printf format warnings on Alpha. 1999-02-12 01:37:06 +00:00
nfs_srvcache.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
nfs_subs.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
nfs_syscalls.c Do not permit the u area for nfsd or nfsiod to be swapped out. 1998-11-08 15:57:44 +00:00
nfs_var.h Assign copyright to TNF. 1998-09-05 14:20:01 +00:00
nfs_vfsops.c Use different names for the "nfscon" label to tsleep(), so that it can 1998-11-12 22:31:02 +00:00
nfs_vnops.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
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 bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:51:08 +00:00
nfsmount.h
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
nfsrtt.h
nfsrvcache.h
nqnfs.h
rpcv2.h
xdr_subs.h