NetBSD/tests/fs/nfs/nfsservice
christos 1897181a72 From tnozaki@: make fpos_t a complex object that keeps track of the parse
state of the stream. Change argument of the seek function to funopen() from
fpos_t to off_t. Make f{g,s}etpos() use the new fpos_t struct, while providing
backwards compatible entry points. Approved by releng@
2012-01-22 18:36:14 +00:00
..
rpcbind NULL does not need a cast, here 2011-09-16 16:13:16 +00:00
exports
getmntinfo.c
Makefile Remove nonexistent include directory from CPPFLAGS. 2011-07-19 03:30:46 +00:00
mountd.c From tnozaki@: make fpos_t a complex object that keeps track of the parse 2012-01-22 18:36:14 +00:00
nfsd.c
pathnames.h
README
rumpnfsd.c

	$NetBSD: README,v 1.1 2010/07/26 15:53:00 pooka Exp $

This directory contains the necessary bits to get an NFS server
running in a rump kernel.  In essence, it's:

  * rpcbind
  * mountd
  * nfsd

Additionally, you need the libc rpc code which is in
tests/fs/common/nfsrpc.

TODO: make the standard nfs userspace services usable (the challenge
comes from rpc being in libc).

questions? ==> pooka@netbsd.org