summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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.
2007-03-30Attr translations for Spanish (es) and Galician (gl).Tim Shimmin5-2/+486
Merge of master-melb:xfs-cmds:28323a by kenmcd. Bump version# for Attr translations for Spanish (es) and Galician (gl).
2007-01-23Fix cross-compile issues with libtool and compiler.Barry Naujok5-10/+8
Merge of master-melb:xfs-cmds:27984a by kenmcd. Fix cross-compile issues with libtool and compiler.
2006-12-20Fix link breakage in debian with last patchBarry Naujok5-1/+284
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 McIlroy5-266/+12
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-08-21Fix symlink detection in userspace MakefilesNathan Scott1-3/+5
Merge of master-melb:xfs-cmds:26825a by kenmcd.
2006-08-04Merge the uid/gid username/groupname install target fixup to all packages.Nathan Scott2-6/+6
Merge of master-melb:xfs-cmds:26582a by kenmcd.
2006-07-14fix make depend for libtool librariesTim Shimmin3-7/+18
Merge of master-melb:xfs-cmds:26539a by kenmcd.
2006-07-05Update attr package to better integrate into the Ubuntu localisation ↵Nathan Scott9-195/+45
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 Shimmin6-34/+130
Merge of master-melb:xfs-cmds:25657a by kenmcd.
2006-03-28More Debian packagins tweaks for acl/attr.Nathan Scott1-1/+1
Merge of master-melb:xfs-cmds:25583a by kenmcd.
2006-03-28Debian packaging updates for attr - libc-dev dependencies, and -O2 builds.Nathan Scott6-4/+15
Merge of master-melb:xfs-cmds:25571a by kenmcd.
2006-02-22Bump attr version number for recent changes.Nathan Scott3-4/+8
Merge of master-melb:xfs-cmds:25264a by kenmcd.
2006-02-22Fix a possible segfault from the attr list compat interfaces, thanks to ↵Nathan Scott1-13/+13
Simon Munton. Merge of master-melb:xfs-cmds:25263a by kenmcd.
2006-02-22attr package build updates for the GNU/Hurd (reported via Debian).Nathan Scott3-3/+9
Merge of master-melb:xfs-cmds:25261a by kenmcd.
2006-02-21Fix builds for Debian folks using GNU/Hurd, thanks to Barry deFreese.Nathan Scott2-2/+6
Merge of master-melb:xfs-cmds:25256a by kenmcd.
2006-02-16Debian packaging updates for attr (debmake to debhelper transition).Nathan Scott8-31/+33
Merge of master-melb:xfs-cmds:25213a by kenmcd.
2006-02-16Do not copy SGI DMI (data migration) attributes as well.Nathan Scott1-2/+5
Merge of master-melb:xfs-cmds:25211a by kenmcd.
2006-01-31Add Swedish translation for attr package, thanks to Daniel Nylander ↵Nathan Scott4-1/+205
<yeager@lidkoping.net>. Merge of master-melb:xfs-cmds:25071a by kenmcd.
2006-01-31Minor updates - spec file usr/grp fixups on install, double-free cleanup in ↵Nathan Scott4-2/+6
libattr for non-alloca platforms. Merge of master-melb:xfs-cmds:25070a by kenmcd.
2006-01-31Updated Polish translation for attr package, thanks to Jakub Bogusz ↵Nathan Scott5-44/+92
<qboosh@pld-linux.org>. Merge of master-melb:xfs-cmds:25068a by kenmcd.
2006-01-12Implement the list_attr IRIX API on top of the Linux API. For fsstress.Nathan Scott13-47/+558
2005-12-05Fix up some accidentally un-LGPLd attr headers.Nathan Scott5-11/+15
Merge of master-melb:xfs-cmds:24693a by kenmcd.
2005-11-10Bump version numbers of userspace packages to note copyright/license updates.Nathan Scott3-4/+14
Merge of master-melb:xfs-cmds:24344a by kenmcd.
2005-11-09Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott10-279/+84
Legals preferences. Merge of master-melb:xfs-cmds:24332a by kenmcd.
2005-11-09Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott22-616/+0
Legals preferences. Merge of master-melb:xfs-cmds:24326a by kenmcd.
2005-11-07Keep packaging scripts in sync across all of the packages were maintaining hereNathan Scott2-6/+6
Merge of master-melb:xfs-cmds:24301a by kenmcd.
2005-10-11Merge in French translation from debian translation team (thanks to Guilhelm ↵Nathan Scott5-4/+203
Panaget). Merge of master-melb:xfs-cmds:24054a by kenmcd.
2005-08-10Update Polish translation, and fix an error reporting botch in attr code.Nathan Scott5-25/+46
Merge of master-melb:xfs-cmds:23447a by kenmcd.
2005-06-07Reduce verbosity when copying attributes between files.Nathan Scott5-34/+63
Merge of master-melb:xfs-cmds:22833a by kenmcd.
2005-04-21GCC4 fixesChristoph Hellwig1-6/+8
fix a warning about pointer signedness mismach
2005-04-18check whether we actually have an rpm binary before lookin at its versionChristoph Hellwig2-4/+4
check whether we actually have an rpm binary before lookin at its version
2005-03-08Fix up some autoconf macros to get freebsd builds working again.Nathan Scott2-2/+2
Merge of master-melb:xfs-cmds:21750a by kenmcd.
2005-02-22Updated next_line fix from AndreasGNathan Scott4-43/+48
Merge of master-melb:xfs-cmds:21594a by kenmcd.
2005-02-21setfattr line buffer allocation fix from AndreasG.Nathan Scott4-12/+46
Merge of master-melb:xfs-cmds:21572a by kenmcd.
2005-02-21Propogae last BSD build/configure fix to all places its useful.Nathan Scott2-6/+6
Merge of master-melb:xfs-cmds:21571a by kenmcd.
2005-01-31Replace use of _POSIX_PATH_MAX with the larger PATH_MAX - thanks to Andree ↵Nathan Scott4-2/+13
Leidenfrost. Merge of master-melb:xfs-cmds:21322a by kenmcd.
2004-11-30License and email address updates from Andreas.Nathan Scott11-75/+84
Merge of xfs-cmds-melb:slinx:20369a by kenmcd.
2004-09-30Keep userspace packaging in sync, portability changes.Nathan Scott7-34/+67
Merge of xfs-cmds-melb:slinx:19610a by kenmcd.
2004-09-23Add in Dutch language translation for attr package from Luc Claes (Debian).Nathan Scott5-4/+205
Merge of xfs-cmds-melb:slinx:19519a by kenmcd.
2004-09-10Clarify setfattr usage.Nathan Scott4-4/+17
2004-09-10Update Andreas' email address everywhere.Nathan Scott7-7/+7
2004-04-20Update Debian packaging info for attr package.Nathan Scott4-2/+11
2004-02-09Update attr.5 man page to include details of security namespace.Nathan Scott1-15/+25
2004-02-02Merge in acl/attr Polish message translations from Jakub Bogusz.Nathan Scott7-34/+236
2004-01-14Extended attribute updates mainly from Andreas Gruenbacher.Nathan Scott8-21/+37
2004-01-06Merge acl/attr nftw walk bug fix from Andreas.Nathan Scott4-8/+18