freebsd-dev/sys/nfsserver
Robert Watson 30268a208b Stick a dark comment in about the fact that the NFS server code allocates
a ucred by itself as part of an nfs descriptor, then bzero's the ucred,
fails to initialize the mutex, etc.  This is very bad, but I don't have
time to fix it right now.  nfsd should instead hold a cred pointer,
and the credential should be properly initialized, probably from a
descendent of a kernel process credential.
2002-07-24 14:24:16 +00:00
..
nfs_serv.c Convert old style (type foo *)0 casts to NULLs 2002-07-11 17:54:58 +00:00
nfs_srvcache.c Add IPv6 support. 2002-07-15 19:40:23 +00:00
nfs_srvsock.c Stick a dark comment in about the fact that the NFS server code allocates 2002-07-24 14:24:16 +00:00
nfs_srvsubs.c Add IPv6 support. 2002-07-15 19:40:23 +00:00
nfs_syscalls.c sync comment with reality. IN6P_BINDV6ONLY -> IN6P_IPV6_V6ONLY. 2002-07-22 15:55:50 +00:00
nfs.h Add IPv6 support. 2002-07-15 19:40:23 +00:00
nfsm_subs.h The macro nfsm_reply() is supposed to allocate a reply in all cases, 2002-01-11 22:22:39 +00:00
nfsrvcache.h Cleanup and split of nfs client and server code. 2001-09-18 23:32:09 +00:00
nfsrvstats.h Cleanup and split of nfs client and server code. 2001-09-18 23:32:09 +00:00