NetBSD/tests/fs/nfs/nfsservice
pooka 2bb4b66566 remove leftover debug printf 2010-08-05 16:47:59 +00:00
..
rpcbind .PARSEDIR doesn't work. at least not for me. Use .CURDIR instead 2010-08-03 17:24:45 +00:00
Makefile .PARSEDIR doesn't work. at least not for me. Use .CURDIR instead 2010-08-03 17:24:45 +00:00
README
exports
getmntinfo.c
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
rumpnfsd.c remove leftover debug printf 2010-08-05 16:47:59 +00:00

README

	$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