head 1.2; access; symbols pkgsrc-2015Q4:1.1.0.48 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.46 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.44 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.42 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.40 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.38 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.36 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.34 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.32 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.30 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.28 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.26 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.24 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.22 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.20 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.18 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.16 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.14 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.12 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.10 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.8 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.6 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.4 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.2 pkgsrc-2010Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2016.02.01.02.41.21; author jmmv; state dead; branches; next 1.1; commitid e7Z4tWHHPD3yQ9Ty; 1.1 date 2010.02.02.10.45.18; author jmmv; state Exp; branches; next ; desc @@ 1.2 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-ac,v 1.1 2010/02/02 10:45:18 jmmv Exp $ --- Makefile.orig 2007-02-09 16:17:37.000000000 +0000 +++ Makefile @@@@ -1,6 +1,6 @@@@ -CFLAGS += -Wall +CFLAGS += -Wall $$(pkg-config --cflags fuse) CPPFLAGS += -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -LDFLAGS += -lfuse +LDFLAGS += -lfuse $$(pkg-config --libs fuse) UNIONFS_OBJ = unionfs.o stats.o opts.o debug.o cache.o @ 1.1 log @Fix build in OS X. @ text @d1 1 a1 1 $NetBSD$ @