summaryrefslogtreecommitdiff
path: root/filesystems/fuse-unionfs
AgeCommit message (Collapse)AuthorFilesLines
2016-02-01Update fuse-unionfs to 1.0:jmmv9-68/+84
1.0 - add unionfsctl utility to control unionfs-fuse over ioctl - better apple support - dropped stats - better test suite - probably lots of other things, it's been a while since last release ;-) 0.26 - use BUILD_PATH instead of snprintf, which will return -ENAMETOOLONG if the path is too long instead of simply using a wrong path - new options "-o relaxed_permissions" and "-o hide_meta_dir" - included the debian directory - Properly check on rmdir() if sub-branches are also empty - Always compile with debug code, but only enable debugging on request - New option -o debug_file - Lots of bugs fixed in BUILD_PATH() - Improved search of white-out files - Properly fix Debian Bug#509516. - More debug output. - Add syslog support without the risk of possible dead locks - Use fuse big-writes (and reads) if available 0.25 - Alternate way to specify branches - Minor fixes 0.24 - Support for liveCDs / live USB sticks (-o chroot) - Build-in support to change the maximum number of open files - Added recursive directory COW. - relative paths: Critical bug fix, had been completely broken in 0.23 0.23 - remove to_user() and to_root() calls for autorization and use fuse build-in default_permissions checks - bugfix: rename created wrong whiteout type 0.22 - Fix a bug reported by Jens Hoelldampf <jens@hoelldampf.net>, in 0.21 cow didn't work for pathes. 0.21 - Fix a segmentation fault when COW was enabled, but no rw-branch was specified. - Proper handling when ro-branches are on top of rw-branches. - Disabled syslog entries for now, since it might cause deadlocks. - Fixed a license issue with the elfhash, since the CPL is not compatible with the BSD license. - Fix a bug when stat() was called instead of lstat(). - Many internal code changes (renaming of "root" to "branch"). - Better directory structure. - Add this NEWS file. - Add a man page. 0.20 - Fix a critical bug introduced in 0.19 when we disabled threadding. 0.19 - Several copy-on-write fixes (readdir, unlink, rmdir, rename). - Whiteout files are now located in branch/.unionfs/ subdirectories. - Disable threadding, since our current permissions-model is not compatible with the NPTL implementation and the Posix-Thread model in general. - Add supplementary group support. 0.18 - First release with copy-on-write (COW) support. - Many many internal code changes.
2015-11-03Add SHA512 digests for distfiles for filesystems categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-02-02Fix build in OS X.jmmv4-7/+31
2009-08-03fuse_main for FUSE 2.6 has the signature of the !NetBSD branch, so dropjoerg2-13/+3
the conditional.
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-2/+7
their files via a custom do-install target.
2007-10-09Remove trailing spaces.martti1-1/+1
2007-03-17More Engllish improvements.wiz1-2/+2
2007-03-16Fix up the English, and be a bit more specific about the usage.agc1-3/+4
2007-03-15try to explain betterhubertf1-3/+3
2007-03-10Initial import of unionfs-fuse-0.17 as fuse-unionfs-0.17 into the Packagesagc6-0/+70
Collection. FUSE-based union filesystem, with almost limitless number of root directories. This utility is implementedd at the user level - to mount a series of roots, simply use: fuse-unionfs root1:root2:root3 <mountpoint>