NetBSD/sys/fs/nfs
pgoyette 47cc427df8 More changes for creds, mutex, etc. 2016-12-13 22:54:24 +00:00
..
client More changes for creds, mutex, etc. 2016-12-13 22:54:24 +00:00
common Mostly mechanical updates for caddr_t, thread, mutex, and credentials 2016-12-13 22:52:46 +00:00
nlm Update for location of newnfs headers, clean up some other #include 2016-12-13 21:58:17 +00:00
server Update locations for new nfs header files. 2016-12-13 21:50:32 +00:00
README.newnfs
files.newnfs One more option for the opt_ file. 2016-12-13 21:44:01 +00:00
nfs2netbsd.sh

README.newnfs

This is new nfs code (including nfsv4) imported from FreeBSD. It is
not even experimental yet - you don't want to be mucking with it.

The nfs code (both nfs and nfsd) that NetBSD currently uses is in
sys/nfs.


The following things are here:

   client/	- nfs client code, from sys/fs/nfsclient in freebsd
   server/	- nfsd server code, from sys/fs/nfsserver in freebsd
   nlm/		- kernel-side nfs lock manager, from sys/nlm in freebsd
   common/	- shared common code, from
			* sys/fs/nfs in freebsd
			* sys/nfs in freebsd
   files.newnfs - config goo
   nfs2netbsd.sh - script for preparing a cvs import from a freebsd tree

The FreeBSD shared common code contained two (different) nfsproto.h
and xdr_subs.h files. This is how they've been imported:

   sys/fs/nfs/nfsproto.h	->	common/nfsproto.h
   sys/fs/nfs/xdr_subs.h	->	common/xdr_subs.h
   sys/nfs/nfsproto.h		->	common/oldnfsproto.h
   sys/nfs/xdr_subs.h		->	common/old_xdr_subs.h