summaryrefslogtreecommitdiff
path: root/libattr
Commit message (Collapse)AuthorAgeFilesLines
* Remove system call stubs from libattr, we always defer toLachlan McIlroy2006-12-092-265/+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.
* Fix a possible segfault from the attr list compat interfaces, thanks to ↵Nathan Scott2006-02-221-13/+13
| | | | | | Simon Munton. Merge of master-melb:xfs-cmds:25263a by kenmcd.
* attr package build updates for the GNU/Hurd (reported via Debian).Nathan Scott2006-02-221-2/+7
| | | | Merge of master-melb:xfs-cmds:25261a by kenmcd.
* Do not copy SGI DMI (data migration) attributes as well.Nathan Scott2006-02-161-2/+5
| | | | Merge of master-melb:xfs-cmds:25211a by kenmcd.
* Minor updates - spec file usr/grp fixups on install, double-free cleanup in ↵Nathan Scott2006-01-312-2/+0
| | | | | | libattr for non-alloca platforms. Merge of master-melb:xfs-cmds:25070a by kenmcd.
* Implement the list_attr IRIX API on top of the Linux API. For fsstress.Nathan Scott2006-01-121-8/+167
|
* Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott2005-11-092-60/+30
| | | | | | Legals preferences. Merge of master-melb:xfs-cmds:24332a by kenmcd.
* Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott2005-11-091-28/+0
| | | | | | Legals preferences. Merge of master-melb:xfs-cmds:24326a by kenmcd.
* Update Polish translation, and fix an error reporting botch in attr code.Nathan Scott2005-08-101-1/+1
| | | | Merge of master-melb:xfs-cmds:23447a by kenmcd.
* Reduce verbosity when copying attributes between files.Nathan Scott2005-06-072-30/+54
| | | | Merge of master-melb:xfs-cmds:22833a by kenmcd.
* License and email address updates from Andreas.Nathan Scott2004-11-303-39/+42
| | | | Merge of xfs-cmds-melb:slinx:20369a by kenmcd.
* Extended attribute updates mainly from Andreas Gruenbacher.Nathan Scott2004-01-142-5/+8
|
* Fix some GNU/Hurd build issues for some Debian people porting to that platform.Nathan Scott2003-10-131-1/+0
|
* Tweak that last libattr compat change -- check for both ENOATTR & ENOTSUP.Nathan Scott2003-04-151-6/+6
|
* attr/acl configure.in fixups, also removed the COMPAT_XFSROOT hack andNathan Scott2003-04-141-37/+69
| | | | | | implemented Andreas' suggestion which allows us to dynamically figure out which is the right namespace (xfsroot/trusted). attr package configure fixes, rework xfsroot/trusted namespace detection.
* Use correct offsets for attribute name comparisons in attr_copy_check.Nathan Scott2003-02-271-6/+6
|
* Very minor tidyups to problems I fixed in Andreas last patchset.Nathan Scott2003-02-261-2/+1
|
* Another extended attributes userspace patch from AndreasG - several smallNathan Scott2003-02-265-20/+68
| | | | incremental fixes from last set, and addition of symbol versioning.
* New attr userspace package - transition to the trusted namespace for XFS,Nathan Scott2003-02-255-10/+365
| | | | | | 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.
* updates from Andreas.Nathan Scott2002-09-061-1/+1
|
* bump version, document changes.Nathan Scott2002-08-281-0/+15
|
* Build infrastructure updates so that configure options can be used toNathan Scott2002-07-052-1/+14
| | | | | | 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.
* Update copyright dates (again)Eric Sandeen2002-06-043-3/+3
|
* Undoes mod: xfs-cmds:slinx:120772aEric Sandeen2002-06-043-3/+3
| | | | Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod.
* Update copyright datesEric Sandeen2002-06-043-3/+3
|
* add mips/mips64 syscall entries.Nathan Scott2002-03-201-0/+30
|
* man page and test script updates from Andreas. fix syscall numberingNathan Scott2002-03-111-1/+2
| | | | | a/ on sparc (fremovexattr was wrong) and b/ if arch doesn't have numbers defined yet, handle it cleanly (errno.h missing).
* bump version, incorporate Andreas test update & ARM syscalls.Nathan Scott2002-02-281-2/+17
|
* 2.0.2 - add in S/390 system call numbers from Martin Schwidefsky;Nathan Scott2002-02-271-12/+26
| | | | | revert IA64 syscall numbering after further mail with David Mosberger (apparently sys_tkill will be moved).
* slide ia64 xattr syscalls down one slot, tkill has appeared in 2.5/IA64Nathan Scott2002-02-261-12/+12
| | | | where we were supposed to be (according to the maintainer anyway).
* Merge of xfs-cmds-2.4.18:slinx:112352a by nathans.Nathan Scott2002-02-251-0/+14
| | | | add in the __x86_64__ system calls.
* Merge of xfs-cmds-2.4.18:slinx:112273a by nathans.Nathan Scott2002-02-253-3/+10
| | | | sync up with patch from AndreasG, mainly creates libattr.rpm/deb.
* Merge of xfs-cmds-2.4.18:slinx:111744a by nathans.Nathan Scott2002-02-251-12/+12
| | | | Ethan informs me the ppc syscalls have moved down one slot.
* Merge of xfs-cmds-2.4.18:slinx:111138a by nathans.Nathan Scott2002-02-254-326/+424
| | | | | bump to version 2.0.0 for extended attribute and other interface changes. incorporate new code, docs, etc from ext2/ext3 project.
* bump to 1.1.4, document change.Nathan Scott2002-01-111-1/+1
|
* incorporate syscall fix for ppc from Juer Lee.Nathan Scott2001-08-031-1/+1
|
* updates to integrate libtool into the build throughout the package.Nathan Scott2001-07-161-13/+7
|
* workaround syscall number collision on recent ia64 kernels.Nathan Scott2001-07-021-1/+1
|
* bump the revision number.Nathan Scott2001-04-251-10/+12
|
* change over to ia64 friendly syscall() instead of _syscall* macrosAndrew Gildfind2001-03-291-11/+7
|
* include stdio.h for Thomas' PPC builds.Nathan Scott2001-03-031-0/+1
|
* No Message SuppliedAndrew Gildfind2001-02-091-10/+27
|
* cleanup attr/acl syscallsTim Shimmin2001-02-011-2/+20
|
* initial version for reworked extended attributes build environment.Nathan Scott2001-01-151-0/+14
|
* cmd/xfs/libattr/Makefile 1.1 Renamed to cmd/attr/libattr/MakefileNathan Scott2001-01-152-0/+328