Date: Thu, 28 May 2009 19:45:11 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf NOTES files options src/sys/modules Makefile src/sys/modules/nfscl Makefile src/sys/modules/nfscommon Makefile src/sys/modules/nfsd Makefile Message-ID: <200905281946.n4SJk0DR087966@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-05-28 19:45:11 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES files options
sys/modules Makefile
Added files:
sys/modules/nfscl Makefile
sys/modules/nfscommon Makefile
sys/modules/nfsd Makefile
Log:
SVN rev 192991 on 2009-05-28 19:45:11Z by rmacklem
Add the kernel build glue for the experimental NFS subsystem that
includes support for NFSv4. The subsystem can optionally be linked
into the kernel using the two options:
NFSCL - the client
NFSD - the server
It is also built as three modules:
nfscl - the client
nfsd - the server
nfscommon - functions shared by the client and server
Approved by: kib (mentor)
Revision Changes Path
1.1541 +2 -0 src/sys/conf/NOTES
1.1409 +57 -34 src/sys/conf/files
1.670 +7 -0 src/sys/conf/options
1.615 +3 -0 src/sys/modules/Makefile
1.1 +26 -0 src/sys/modules/nfscl/Makefile (new)
1.1 +15 -0 src/sys/modules/nfscommon/Makefile (new)
1.1 +18 -0 src/sys/modules/nfsd/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905281946.n4SJk0DR087966>
