NetBSD/sys/rump/fs
pooka b926b490ec Add routines for pure userspace file system operation
(i.e. no kernel involvement), namely:
* create, mknod, remove, mknod, rmdir, getdents, read, write, and link

Still obviously missing a few, but this is a start (I'm also searching
for the blessed orb of code quality, maybe someone has seen it?).
2007-08-16 19:37:18 +00:00
..
bin * split userspace file system access into two separate libraries: 2007-08-14 15:56:15 +00:00
lib Add routines for pure userspace file system operation 2007-08-16 19:37:18 +00:00
Makefile
Makefile.rumpfs * split userspace file system access into two separate libraries: 2007-08-14 15:56:15 +00:00