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
fuse.h
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
perfuse_priv.h
perfuse.c
perfuse.h
shlib_version
subr.c