NetBSD/lib/libperfuse
manu ef486683cc Fix directory filehandle usage with libufse. Fix lookup count
libfuse does not use filehandle the same way for directories and other
objects. As a result, filehandles obtained by OPENDIR should not be
sent on non-directory related operations like READ/WRITE/GETATTR...

While there, fix the lookup count sent to the FORGET operation, which
led to leaked nodes.
2019-02-09 02:22:45 +00:00
..
debug.c Use reclaim2 to fix reclaim/lookup race conditions 2018-11-16 02:39:02 +00:00
fuse.h make this compile again, and simplify. 2016-10-18 17:56:31 +00:00
libperfuse.3 It's section 3 page, not section 2. While here, xref puffs(3) in the 2019-01-23 19:43:49 +00:00
Makefile
ops.c Fix directory filehandle usage with libufse. Fix lookup count 2019-02-09 02:22:45 +00:00
perfuse_if.h make the env stuff visible. 2016-10-19 01:30:35 +00:00
perfuse_priv.h Use reclaim2 to fix reclaim/lookup race conditions 2018-11-16 02:39:02 +00:00
perfuse.c Use reclaim2 to fix reclaim/lookup race conditions 2018-11-16 02:39:02 +00:00
perfuse.h
shlib_version
subr.c