NetBSD/lib/libperfuse
manu 5255616730 Fix race conditions between write and getattr/setattr, which lead to
inconsitencies between kernel and filesystem idea of file size during
writes with IO_APPEND.

At mine, this resulted in a configure script producing config.status
with ": clr\n" lines stripped (not 100% reproductible, but always this
specific string. That is of little interest except for my own future
reference).

When a write is in progress, getattr/setattr get/set the maximum size
among kernel idea (grown by write) and filesystem idea (not yet grown).
2011-06-01 15:54:10 +00:00
..
debug.c - Correctly handle rename whith overwritten destination 2010-10-03 05:46:47 +00:00
fuse.h Use sysconf(_SC_PAGESIZE) instead of PAGE_SIZE. 2011-05-11 14:52:48 +00:00
libperfuse.3 Small typo in macro (Xd -> Xr). 2011-05-10 12:14:37 +00:00
Makefile Default to -Wno-sign-compare -Wno-pointer-sign for clang. 2011-05-26 12:56:24 +00:00
ops.c Fix race conditions between write and getattr/setattr, which lead to 2011-06-01 15:54:10 +00:00
perfuse_if.h Use SOCK_SEQPACKET in perfuse if available. This fix file operations hangs 2011-05-30 14:50:08 +00:00
perfuse_priv.h Use SOCK_SEQPACKET in perfuse if available. This fix file operations hangs 2011-05-30 14:50:08 +00:00
perfuse.c Use SOCK_SEQPACKET in perfuse if available. This fix file operations hangs 2011-05-30 14:50:08 +00:00
perfuse.h
shlib_version
subr.c - Implement proper unprivilegied user permission verifications 2011-04-25 04:54:53 +00:00