summaryrefslogtreecommitdiff
path: root/filesystems/perfuse/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-07-19Update perfuse to fix a race condition between ftruncate() and write()manu1-11/+7
on glusterfs. This caused random file chunks to be filled with zeros.
2011-07-10Make patch apply.wiz1-7/+7
2011-06-06Make sure libperfuse has -lpuffs, so that DSO will not miss it whenmanu1-6/+10
calling dlopen()
2011-05-17Reduce context so $NetBSD$ inside the file-to-be-patched isn't in the patch.wiz1-4/+3
2011-05-17Missing commit that broken the buildmanu1-2/+2
2011-05-09Update perfuse to 20110511. We now have locking support, provided thatmanu1-9/+10
the kernel sends lock operation throuh PUFFS. It does in -current, patch is pending in netbsd-5
2010-08-25perfuse brings full FUSE support to NetBSD It has two components:manu1-0/+12
- a daemon that creates a /dev/fuse socket and that performs PUFFS relay to FUSE. - a library and a header file to use in filesystems and libraries that open /dev/fuse, so that they are directed to the socket.