Name Date Size #Lines LOC

..--

rpcbind/H10-Jan-2016-4,5303,351

READMEHD10-Jan-2016410 1711

exportsHD10-Jan-2016482 1311

getmntinfo.cHD10-Jan-20162.8 KiB8644

mountd.cHD10-Jan-201657.2 KiB2,5762,107

nfsd.cHD10-Jan-201615.1 KiB572452

pathnames.hHD10-Jan-20161.8 KiB383

rumpnfsd.cHD10-Jan-20164.5 KiB16698

README

1	$NetBSD: README,v 1.1 2010/07/26 15:53:00 pooka Exp $
2
3This directory contains the necessary bits to get an NFS server
4running in a rump kernel.  In essence, it's:
5
6  * rpcbind
7  * mountd
8  * nfsd
9
10Additionally, you need the libc rpc code which is in
11tests/fs/common/nfsrpc.
12
13TODO: make the standard nfs userspace services usable (the challenge
14comes from rpc being in libc).
15
16questions? ==> pooka@netbsd.org
17