NetBSD/lib/libperfuse
manu e9a8a6acc0 - Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to
assume datagram semantics: when using SOCK_STREAM, if perfused sends
frames faster than the filesystem consumes them, it will grab multiple
frames at once and discard anything beyond the first one. For now the
code can work both with SOCK_DGRAM and SOCK_STREAM, but SOCK_STREAM
support will probably have to be removed for the sake of readability.

- Remeber to sync parent directories when moving a node

- In debug output, display the requeue type (readdir, write, etc...)
2010-09-15 01:51:43 +00:00
..
Makefile
debug.c - Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to 2010-09-15 01:51:43 +00:00
fuse.h - Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to 2010-09-15 01:51:43 +00:00
libperfuse.3 Some fixes. Comment out ERRORS section until it has content. 2010-09-01 13:04:11 +00:00
ops.c - Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to 2010-09-15 01:51:43 +00:00
perfuse.c - Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to 2010-09-15 01:51:43 +00:00
perfuse.h
perfuse_if.h - Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to 2010-09-15 01:51:43 +00:00
perfuse_priv.h - Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems to 2010-09-15 01:51:43 +00:00
shlib_version
subr.c - Postpone file close at reclaim time, since NetBSD sends fsync and 2010-09-03 07:15:18 +00:00