Home | History | Annotate | only in /src/sys/fs/nfs
Up to higher level directory
NameDateSize
client/27-Feb-2025
common/08-Sep-2024
files.newnfs13-Dec-20162.5K
nfs2netbsd.sh30-Sep-20135.9K
nlm/28-Apr-2023
README.newnfs30-Sep-2013941
server/05-Jul-2024

README.newnfs

      1 This is new nfs code (including nfsv4) imported from FreeBSD. It is
      2 not even experimental yet - you don't want to be mucking with it.
      3 
      4 The nfs code (both nfs and nfsd) that NetBSD currently uses is in
      5 sys/nfs.
      6 
      7 
      8 The following things are here:
      9 
     10    client/	- nfs client code, from sys/fs/nfsclient in freebsd
     11    server/	- nfsd server code, from sys/fs/nfsserver in freebsd
     12    nlm/		- kernel-side nfs lock manager, from sys/nlm in freebsd
     13    common/	- shared common code, from
     14 			* sys/fs/nfs in freebsd
     15 			* sys/nfs in freebsd
     16    files.newnfs - config goo
     17    nfs2netbsd.sh - script for preparing a cvs import from a freebsd tree
     18 
     19 The FreeBSD shared common code contained two (different) nfsproto.h
     20 and xdr_subs.h files. This is how they've been imported:
     21 
     22    sys/fs/nfs/nfsproto.h	->	common/nfsproto.h
     23    sys/fs/nfs/xdr_subs.h	->	common/xdr_subs.h
     24    sys/nfs/nfsproto.h		->	common/oldnfsproto.h
     25    sys/nfs/xdr_subs.h		->	common/old_xdr_subs.h
     26