Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 03-Jun-2023 | 1.8 KiB | 60 | 35 | |
README | H A D | 26-Jul-2010 | 410 | 17 | 11 | |
exports | H A D | 31-Dec-2010 | 482 | 13 | 11 | |
getmntinfo.c | H A D | 17-Jun-2020 | 2.9 KiB | 87 | 45 | |
pathnames.h | H A D | 26-Jul-2010 | 1.8 KiB | 38 | 3 | |
rumpnfsd.c | H A D | 17-Jun-2020 | 4.5 KiB | 166 | 100 |
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