NetBSD/lib/librefuse
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
..
Makefile Header cleanup: don't need defs.h to do a few includes for us. Also, 2007-11-05 13:41:52 +00:00
TODO Implement fuse_setup(), and fuse_teardown() - necessary for the python 2007-05-03 21:02:54 +00:00
fuse.h More fixes: 2007-05-17 01:55:43 +00:00
fuse_opt.h More fixes: 2007-05-17 01:55:43 +00:00
refuse.3 I've written more than a fair share of this to see my name up in 2007-11-08 17:08:46 +00:00
refuse.c Rototill. 2007-11-30 19:02:28 +00:00
refuse_opt.c Header cleanup: don't need defs.h to do a few includes for us. Also, 2007-11-05 13:41:52 +00:00
shlib_version