summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ntfs-3g
AgeCommit message (Collapse)AuthorFilesLines
2007-05-15Add a patch to pass the EXEC_NAME through to fuse_new(). Otherwise thereagc2-1/+15
is no way of knowing the file system's name, since it is never passed to the refuse layer.
2007-05-01Update to 1.417:xtraeme3-27/+6
* new: read-write mount is supported using the "force" mount option if the logfile is unclean * new: libntfs-3g is versioned * fix: default ownership of files weren't always set to the mounting user * fix: mount was denied if the NTFS Master File Table copy had non-standard size * fix: catch and deny all junction/reparse point write operations * fix: multiply -o options weren't allowed (FreeBSD's mount(8) requires this) * fix: don't try to run Linux specific code on non-Linux OSes
2007-04-13Update to 1.328 (latest stable version):xtraeme3-16/+16
* fix: fakeraid/softraid detection was incorrect * change: major performance improvement for writing large files (new block allocator) * change: manual update, added access handling, security section * new: use the 'nonempty' FUSE mount option by default, so the driver behaves as the in-kernel file systems * new: --disable-ldconfig configure option
2007-02-28Don't try to read /proc/filesystems or use modprobe on NetBSD.xtraeme2-1/+22
2007-02-26fuse-ntfs-3g package, proven to work under NetBSD-current.pooka6-0/+99
The original work in pkg'izing this was done by <xtraeme>.