NetBSD/tests/fs/nfs/nfsservice
pooka a3acbf5ec9 Actually use the imagename parameter. Also, fail with err instead
of atf_tc_fail since we are not directly under the control of atf.
2010-09-02 15:13:55 +00:00
..
rpcbind .PARSEDIR doesn't work. at least not for me. Use .CURDIR instead 2010-08-03 17:24:45 +00:00
exports
getmntinfo.c
Makefile .PARSEDIR doesn't work. at least not for me. Use .CURDIR instead 2010-08-03 17:24:45 +00:00
mountd.c Defer definitely-nonreentrant signal handler to thread context. 2010-07-28 15:15:22 +00:00
nfsd.c Make sure we are not executed in non-debug mode (which forks). 2010-07-28 15:12:17 +00:00
pathnames.h
README
rumpnfsd.c Actually use the imagename parameter. Also, fail with err instead 2010-09-02 15:13:55 +00:00

	$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