summaryrefslogtreecommitdiff
path: root/libattr/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-01-27Added Solaris support (not sure about namespaces: user., trusted., etc). ↵Igor Pashev1-0/+5
Symlinks are not supported
2009-05-12More license updatesAndreas Gruenbacher1-5/+3
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 Gruenbacher1-1/+1
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 Gruenbacher1-0/+16
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
2008-05-19the current attribute copying functions attr_copy_file andBarry Naujok1-1/+1
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
2007-06-13LTLDFLAGS set in environment are overwritten, but they shouldn't be.Barry Naujok1-1/+1
Merge of master-melb:xfs-cmds:28906a by kenmcd. LTLDFLAGS set in environment are overwritten, but they shouldn't be.
2006-12-20Fix link breakage in debian with last patchBarry Naujok1-0/+6
Merge of master-melb:xfs-cmds:27779a by kenmcd. Fix link breakage in debian with last patch
2006-12-09Remove system call stubs from libattr, we always defer toLachlan McIlroy1-6/+0
the libc interfaces in this day and age. Removes a SIGILL delivery from the ARM EABI, reported by Lennert Buytenhek. Also updates Debian packaging. Merge of master-melb:xfs-cmds:27677a by kenmcd.
2006-02-22attr package build updates for the GNU/Hurd (reported via Debian).Nathan Scott1-2/+7
Merge of master-melb:xfs-cmds:25261a 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.
2003-02-26Another extended attributes userspace patch from AndreasG - several smallNathan Scott1-4/+6
incremental fixes from last set, and addition of symbol versioning.
2003-02-25New attr userspace package - transition to the trusted namespace for XFS,Nathan Scott1-2/+5
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.
2002-07-05Build infrastructure updates so that configure options can be used toNathan Scott1-1/+1
specify paths rather than semi-hard-coded path names controlled by the PREFIX/ROOT_PREFIX environment variables; eg. now allows /lib64 and /lib32 as alternate library install paths, which some folks need.
2002-06-04Update copyright dates (again)Eric Sandeen1-1/+1
2002-06-04Undoes mod: xfs-cmds:slinx:120772aEric Sandeen1-1/+1
Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod.
2002-06-04Update copyright datesEric Sandeen1-1/+1
2002-02-25Merge of xfs-cmds-2.4.18:slinx:112273a by nathans.Nathan Scott1-1/+3
sync up with patch from AndreasG, mainly creates libattr.rpm/deb.
2002-02-25Merge of xfs-cmds-2.4.18:slinx:111138a by nathans.Nathan Scott1-7/+8
bump to version 2.0.0 for extended attribute and other interface changes. incorporate new code, docs, etc from ext2/ext3 project.
2001-07-16updates to integrate libtool into the build throughout the package.Nathan Scott1-13/+7
2001-01-15initial version for reworked extended attributes build environment.Nathan Scott1-0/+14
2001-01-15cmd/xfs/libattr/Makefile 1.1 Renamed to cmd/attr/libattr/MakefileNathan Scott1-0/+43