NetBSD/lib/librefuse
pooka 6a3281d2da Calling puffs_exit() in fuse_{exit,unmount}() is wrong, as those
shouldn't release resources.  As a quick hack to prevent double
frees etc, introduce "dead" variable into fuse channel to signal
if the backing puffs resource was already freed.  XXX: the check
is only in exit/unmount currently.

Proper fix really depends on some puffs features I still haven't
gotten around to doing.
2007-05-17 21:28:12 +00:00
..
defs.h - Always check strdup return. For now we are lazy and bail instead of cleaning 2007-05-16 21:39:08 +00:00
fuse_opt.h More fixes: 2007-05-17 01:55:43 +00:00
fuse.h More fixes: 2007-05-17 01:55:43 +00:00
Makefile Hide struct puffs_usermount from the rest of the world and provide 2007-04-12 15:09:00 +00:00
refuse_opt.c More fixes: 2007-05-17 01:55:43 +00:00
refuse.3 Implement fuse_setup(), and fuse_teardown() - necessary for the python 2007-05-03 21:02:54 +00:00
refuse.c Calling puffs_exit() in fuse_{exit,unmount}() is wrong, as those 2007-05-17 21:28:12 +00:00
shlib_version
TODO Implement fuse_setup(), and fuse_teardown() - necessary for the python 2007-05-03 21:02:54 +00:00