summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2010-01-22Merge branch 'misc'Brandon Philips1-4/+5
2009-06-23Introduce new WALK_TREE_DEREFERENCE_TOPLEVEL flagAndreas Gruenbacher1-4/+5
This flag indicates to dereference top-level symlinks. (If non top-level symlinks should be stat()ed as well, the WALK_TREE_DEREFERENCE flag must be specified.)
2009-06-22Merge branch 'misc'Andreas Gruenbacher1-1/+1
2009-06-22Merge branch 'misc'Andreas Gruenbacher1-5/+0
2009-06-22Add a parameter to quote() to specify which characters to quoteAndreas Gruenbacher1-1/+1
2009-06-22Put libmisc on its own branchAndreas Gruenbacher2-0/+61
2009-06-17Fix the path to include/install-shAndreas Gruenbacher1-1/+1
2009-05-12More license updatesAndreas Gruenbacher12-55/+101
Clarify some license notices to specifically refer to GPLv2+ instead of only referring to GPL without version. (Most of the sloppy license headers slipped in unnoticed; the changes were acked by Felix Blyakher <felixb@sgi.com> on behalf of SGI on 8 April 2009.) Add license headers to a number of small files which were only licenses as GPLv2+ implicitly so far. Refer to this package as "this program" rather than "Attr" throughout the license notices; this simplifies sharing files among packages.
2009-03-11Fix wrong license noticesAndreas Gruenbacher2-2/+2
Some of the license notices added in commit f36cdfd are wrongly referring to GPLv2.1. This is wrong; the proper licenses that the notices should refer to are GPLv2, and LGPLv2.1. Fix this mistake. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
2009-03-10Add copyright and license notices to lots of filesAndreas Gruenbacher4-0/+73
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
2009-03-10More libtoolize fixesAndreas Gruenbacher2-1/+350
Recent versions of libtool behave slightly differently, which causes some breakage in how libtoolize was used here. Make sure that libtoolize adds the auxiliary files (config.guess and config.sub). Move install-sh into include/ so that libtoolize does not destroy it. Split up the ``make clean'' and ``make distclean'' targets: the former removes all files generated during a build. The latter removes all files generated by libtoolize, autoconf, and configure as well. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
2009-01-25only symlink development libraries when neededMike Frysinger1-1/+3
We dont want to generate symlinks when the libdir is the same as the devlibdir, otherwise we clobber the real files with broken symlinks. Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Nathan Scott <nscott@aconex.com>
2009-01-08fix include/ symlink creation (again)Eric Sandeen1-2/+2
We need the "default" target first, otherwise a simple "make -C include" only ran the $(INCDIR) target, missing disk, and failures ensued. Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@infradead.org>
2008-12-30ix parallel installs in include/ dirsEric Sandeen1-3/+5
This is for http://oss.sgi.com/bugzilla/show_bug.cgi?id=759 "fix parallel issue with include/ symlinks" Doing something like "make -j2 install install-dev" would lead to a race of removing & creating symlinks in include/ Thanks to Mike for reporting & suggesting the fix. Reported-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
2008-11-21Allow parallel builds of xfs-cmds.Barry Naujok2-13/+11
Merge of master-melb:xfs-cmds:32514a by kenmcd. Allow parallel builds of xfs-cmds
2008-05-19the current attribute copying functions attr_copy_file andBarry Naujok1-1/+6
attr_copy_fd is a static list of exceptions for attributes that need special treatment. The list of those attributes tends to change (slowly) with kernel versions. We replaced the static list with a config file a while ago; this is the patch used. Merge of master-melb:xfs-cmds:31181a by kenmcd. Add configurable xattr copy
2008-02-14walk_tree.h is not a devel package fileBarry Naujok1-2/+2
Merge of master-melb:xfs-cmds:30491a by kenmcd. walk_tree.h is not a devel package file
2008-02-11Add new header files to include/Makefile for acl and attrBarry Naujok1-1/+1
Merge of master-melb:xfs-cmds:30471a by kenmcd. Add new header files to include/Makefile
2007-12-04Add some code to the tree walking to better handle file descriptors.Tim Shimmin1-5/+26
Merge of master-melb:xfs-cmds:30192a by kenmcd.
2007-11-21fix up tree walking for symlinksTim Shimmin1-0/+18
Merge of master-melb:xfs-cmds:30105a by kenmcd.
2007-06-28make sure the library link respects LDFLAGSBarry Naujok1-0/+1
Merge of master-melb:xfs-cmds:29016a by kenmcd. make sure the library link respects LDFLAGS
2007-01-23Fix cross-compile issues with libtool and compiler.Barry Naujok1-0/+1
Merge of master-melb:xfs-cmds:27984a by kenmcd. Fix cross-compile issues with libtool and compiler.
2006-08-21Fix symlink detection in userspace MakefilesNathan Scott1-3/+5
Merge of master-melb:xfs-cmds:26825a by kenmcd.
2006-07-14fix make depend for libtool librariesTim Shimmin1-6/+14
Merge of master-melb:xfs-cmds:26539a by kenmcd.
2006-07-05Update attr package to better integrate into the Ubuntu localisation ↵Nathan Scott2-7/+9
up-to-dated-ness tracking system (Rosetta). Merge of master-melb:xfs-cmds:26417a by kenmcd.
2006-07-04some Makefile dependency fixesTim Shimmin2-1/+16
Merge of master-melb:xfs-cmds:26405a by kenmcd. specify platform for depend flags
2006-05-02Allow LDFLAGS to come from build env, for the Gentoo fringe dwellers.Nathan Scott2-1/+2
Merge of master-melb:xfs-cmds:25860a by kenmcd.
2006-04-04fix lib64 installsTim Shimmin1-5/+6
Merge of master-melb:xfs-cmds:25657a by kenmcd.
2006-02-16Debian packaging updates for attr (debmake to debhelper transition).Nathan Scott1-1/+0
Merge of master-melb:xfs-cmds:25213a by kenmcd.
2006-01-12Implement the list_attr IRIX API on top of the Linux API. For fsstress.Nathan Scott1-0/+12
2005-12-05Fix up some accidentally un-LGPLd attr headers.Nathan Scott2-8/+8
Merge of master-melb:xfs-cmds:24693a by kenmcd.
2005-11-09Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott6-160/+39
Legals preferences. Merge of master-melb:xfs-cmds:24332a by kenmcd.
2005-11-09Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott1-28/+0
Legals preferences. Merge of master-melb:xfs-cmds:24326a by kenmcd.
2005-02-22Updated next_line fix from AndreasGNathan Scott1-0/+1
Merge of master-melb:xfs-cmds:21594a by kenmcd.
2004-09-30Keep userspace packaging in sync, portability changes.Nathan Scott2-3/+3
Merge of xfs-cmds-melb:slinx:19610a by kenmcd.
2004-01-14Extended attribute updates mainly from Andreas Gruenbacher.Nathan Scott1-3/+4
2003-10-15Add some more glibc-based platforms that people are apparently porting ↵Nathan Scott1-1/+1
acl/attr to
2003-10-14Fix the check for the gnu/hurd platform slightlyNathan Scott1-1/+1
2003-10-13Fix some GNU/Hurd build issues for some Debian people porting to that platform.Nathan Scott1-1/+1
2003-07-21attr updates from Andreas - emphasis on improved handling of special ↵Nathan Scott3-2/+14
characters, and creates an little library for helper functions
2003-07-07Dont rebuild .pot file always, for fresh checkouts it will be readonlyNathan Scott1-2/+2
2003-07-07Fix userspace build so that msgmerge is not always run. Originally by Steve ↵Nathan Scott1-3/+6
Langasek.
2003-04-29Bunch of configure updates for acl/attr to allow packages to better beNathan Scott3-5/+3
kept in sync in this area. Add an aclocal.m4 build target for top level directory.
2003-04-16Keep build files in sync -- merge Russells whitespace changes to other files.Nathan Scott2-17/+17
2003-03-31Minor userspace build changes, keeping packages in sync.Nathan Scott2-5/+6
2003-02-26Another extended attributes userspace patch from AndreasG - several smallNathan Scott2-2/+5
incremental fixes from last set, and addition of symbol versioning.
2003-02-25New attr userspace package - transition to the trusted namespace for XFS,Nathan Scott4-1/+65
Add in the new attribute copying routines from Andreas, and also update the license info in the syscall man pages so that other folks can use em too.
2003-02-17Fix build issue when gettext is disable via configure.Nathan Scott1-0/+1
2003-02-10Revert INSTALL_MAN buildmacro change - dopey, was causing install hangs.Nathan Scott1-1/+1
2003-02-06Push Steves INSTALL_LINGUAS shell macro fix to other buildmacros files, andNathan Scott1-5/+7
make a similar fixup for the INSTALL_MAN macro.