From 0f5ccc93a7bfefd1dd3d95801cc392fe33c83516 Mon Sep 17 00:00:00 2001 From: manu Date: Wed, 25 Aug 2010 08:02:21 +0000 Subject: 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 --- filesystems/fuse/MESSAGE.Linux | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 filesystems/fuse/MESSAGE.Linux (limited to 'filesystems/fuse/MESSAGE.Linux') diff --git a/filesystems/fuse/MESSAGE.Linux b/filesystems/fuse/MESSAGE.Linux new file mode 100644 index 00000000000..399f3f537a8 --- /dev/null +++ b/filesystems/fuse/MESSAGE.Linux @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE.Linux,v 1.1 2010/08/25 08:02:21 manu Exp $ + +Linux users must create the device by typing: + $ mknod /dev/fuse -m 0666 c 10 229 + +=========================================================================== -- cgit v1.2.3