freebsd-src/sys/nfsserver
Bruce Evans 500b04a257 Instantiate `nfs_mount_type' in a standard file so that it is present
when nfs is an LKM.  Declare it in a header file.  Don't forget to use
it in non-Lite2 code.  Initialize it to -1 instead of to 0, since 0
will soon be the mount type number for the first vfs loaded.

NetBSD uses strcmp() to avoid this ugly global.
1998-09-05 15:17:34 +00:00
..
nfs.h Yow! Completely change the way socket options are handled, eliminating 1998-08-23 03:07:17 +00:00
nfs_serv.c This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
nfs_srvcache.c Moved `#ifndef NFS_NOSERVER' after including nfs.h. 1998-07-02 12:41:42 +00:00
nfs_srvsock.c Yow! Completely change the way socket options are handled, eliminating 1998-08-23 03:07:17 +00:00
nfs_srvsubs.c Instantiate `nfs_mount_type' in a standard file so that it is present 1998-09-05 15:17:34 +00:00
nfs_syscalls.c Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle 1998-09-01 02:31:52 +00:00
nfsm_subs.h For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; 1998-05-31 20:09:01 +00:00
nfsproto.h For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; 1998-05-31 20:09:01 +00:00
nfsrvcache.h For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; 1998-05-31 20:09:01 +00:00
nfsrvstats.h Yow! Completely change the way socket options are handled, eliminating 1998-08-23 03:07:17 +00:00