diff options
author | manu <manu@pkgsrc.org> | 2010-08-25 08:02:21 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2010-08-25 08:02:21 +0000 |
commit | 2564dc4f9f087eec9deabf2caeb7257eba3f29dd (patch) | |
tree | bad33accbf3aff760b7cb2377a3bc4c3ca58fd2e /filesystems/fuse/PLIST.common | |
parent | bba31085094793df5d494954756c3ca85a5ffe3c (diff) | |
download | pkgsrc-2564dc4f9f087eec9deabf2caeb7257eba3f29dd.tar.gz |
Update FUSE to 2.8.4 and add NetBSD support through filesystems/perfuse
Changes since previous verion, from the NEWS file
2.8.x:
- More scalable directory tree locking
- Atomic open(O_TRUNC) support
- Support big write requests on kernels 2.6.26 and newer
- Out-of-tree fuse module removed
- Better NFS exporting support
- New ioctl and poll requests
- New CUSE (Character Device in Userspace) interface
- Allow umask processing in userspace
- Added cache invalidation notifications
- Bugfixes and small improvements
2.7.x:
- Stacking support for the high level API
- Add filename charset conversion module
- Improved mounting
2.6.x!
- Improved read characteristics (asynchronous reads)
- Support for aborting filesystem connection
- POSIX file locking support
- Request interruption support
- Building module for Linux kernels earlier than 2.6.9 not supported
- Allow block device based filesystems to support swap files
- Several bugs fixed, including a rare system hang on SMP
Diffstat (limited to 'filesystems/fuse/PLIST.common')
-rw-r--r-- | filesystems/fuse/PLIST.common | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/filesystems/fuse/PLIST.common b/filesystems/fuse/PLIST.common new file mode 100644 index 00000000000..10d9a5893e3 --- /dev/null +++ b/filesystems/fuse/PLIST.common @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST.common,v 1.1 2010/08/25 08:02:21 manu Exp $ +include/fuse.h +include/fuse/fuse.h +include/fuse/fuse_common.h +include/fuse/fuse_common_compat.h +include/fuse/fuse_compat.h +include/fuse/fuse_lowlevel.h +include/fuse/fuse_lowlevel_compat.h +include/fuse/fuse_opt.h +include/fuse/cuse_lowlevel.h +include/ulockmgr.h +lib/libfuse.la +lib/libulockmgr.la +lib/pkgconfig/fuse.pc |