freebsd-dev/sys/nfsserver
Robert Watson 746e5bf09b Rename dup_sockaddr() to sodupsockaddr() for consistency with other
functions in kern_socket.c.

Rename the "canwait" field to "mflags" and pass M_WAITOK and M_NOWAIT
in from the caller context rather than "1" or "0".

Correct mflags pass into mac_init_socket() from previous commit to not
include M_ZERO.

Submitted by:	sam
2004-03-01 03:14:23 +00:00
..
nfs_serv.c When grabbing vnodes to service NFS requests, make sure to call 2003-10-24 18:36:49 +00:00
nfs_srvcache.c Rename dup_sockaddr() to sodupsockaddr() for consistency with other 2004-03-01 03:14:23 +00:00
nfs_srvsock.c Update a comment about needing to fix NFS server credential use 2003-11-17 00:56:53 +00:00
nfs_srvsubs.c Fix some becuase -> because typos. 2003-12-17 16:12:01 +00:00
nfs_syscalls.c Assert GIANT_REQUIRED where sockets are manipulated. This is 2003-11-07 22:57:09 +00:00
nfs.h
nfsm_subs.h
nfsrvcache.h
nfsrvstats.h