head 1.4; access; symbols pkgsrc-2015Q4:1.3.0.48 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.46 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.44 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.42 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.40 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.38 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.36 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.34 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.32 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.30 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.28 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.26 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.24 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.22 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.20 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.18 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.16 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.14 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.12 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.10 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.8 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.6 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.4 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.2 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.2 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.1.1.1.0.24 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.22 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.20 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.18 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.16 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.14 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.12 pkgsrc-2008Q1:1.1.1.1.0.10 pkgsrc-2008Q1-base:1.1.1.1 pkgsrc-2007Q4:1.1.1.1.0.8 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.6 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-2007Q2:1.1.1.1.0.4 pkgsrc-2007Q2-base:1.1.1.1 pkgsrc-2007Q1:1.1.1.1.0.2 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2016.02.01.02.41.21; author jmmv; state dead; branches; next 1.3; commitid e7Z4tWHHPD3yQ9Ty; 1.3 date 2010.02.02.10.45.17; author jmmv; state Exp; branches; next 1.2; 1.2 date 2009.08.03.13.57.14; author joerg; state Exp; branches; next 1.1; 1.1 date 2007.03.10.12.51.03; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.03.10.12.51.03; author agc; state Exp; branches; next ; desc @@ 1.4 log @Update fuse-unionfs to 1.0: 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 , 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. @ text @$NetBSD: patch-aa,v 1.3 2010/02/02 10:45:17 jmmv Exp $ --- unionfs.c.orig 2007-02-09 16:17:37.000000000 +0000 +++ unionfs.c @@@@ -10,6 +10,7 @@@@ This is offered under a BSD-style licens #endif #include +#include #include #include #include @@@@ -192,7 +193,7 @@@@ static int unionfs_fsync(const char *pat int res; if (isdatasync) { -#ifdef _POSIX_SYNCHRONIZED_IO +#if defined(_POSIX_SYNCHRONIZED_IO) && _POSIX_SYNCHRONIZED_IO != -1 res = fdatasync(fi->fh); #else res = fsync(fi->fh); @ 1.3 log @Fix build in OS X. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2009/08/03 13:57:14 joerg Exp $ @ 1.2 log @fuse_main for FUSE 2.6 has the signature of the !NetBSD branch, so drop the conditional. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2007/03/10 12:51:03 agc Exp $ d3 3 a5 3 --- unionfs.c 2007/03/10 00:31:50 1.1 +++ unionfs.c 2007/03/10 00:33:02 @@@@ -10,6 +10,7 @@@@ d13 9 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ a12 10 @@@@ -933,5 +934,9 @@@@ } umask(0); +#ifdef __NetBSD__ + return fuse_main(args.argc, args.argv, &unionfs_oper); +#else return fuse_main(args.argc, args.argv, &unionfs_oper, NULL); +#endif } @ 1.1.1.1 log @Initial import of unionfs-fuse-0.17 as fuse-unionfs-0.17 into the Packages 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 @ text @@