NetBSD/sys/rump/fs
pooka 21913eabe5 Rototill.
Ok, ok, a few more words about it: stop holding puffs_cc as a holy
value and passing it around to almost every possible place (popquiz:
which kernel variable does this remind you of?).  Instead, pass
the natural choice, puffs_usermount, and fetch puffs_cc via
puffs_cc_getcc() only in routines which actually need it.  This
not only simplifies code, but (thanks to the introduction of
puffs_cc_getcc()) enables constructs which weren't previously sanely
possible, say layering as a curious example.

There's still a little to do on this front, but this was the major
fs interface blast.
2007-11-30 19:02:28 +00:00
..
bin remove accidentally committed debugging code 2007-11-07 15:51:07 +00:00
lib Rototill. 2007-11-30 19:02:28 +00:00
Makefile
Makefile.rumpfs * split userspace file system access into two separate libraries: 2007-08-14 15:56:15 +00:00