summaryrefslogtreecommitdiff
path: root/libattr/syscalls.c
AgeCommit message (Collapse)AuthorFilesLines
2002-09-06updates from Andreas.Nathan Scott1-1/+1
2002-08-28bump version, document changes.Nathan Scott1-0/+15
2002-07-05Build infrastructure updates so that configure options can be used toNathan Scott1-0/+13
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-03-20add mips/mips64 syscall entries.Nathan Scott1-0/+30
2002-03-11man page and test script updates from Andreas. fix syscall numberingNathan Scott1-1/+2
a/ on sparc (fremovexattr was wrong) and b/ if arch doesn't have numbers defined yet, handle it cleanly (errno.h missing).
2002-02-28bump version, incorporate Andreas test update & ARM syscalls.Nathan Scott1-2/+17
2002-02-272.0.2 - add in S/390 system call numbers from Martin Schwidefsky;Nathan Scott1-12/+26
revert IA64 syscall numbering after further mail with David Mosberger (apparently sys_tkill will be moved).
2002-02-26slide ia64 xattr syscalls down one slot, tkill has appeared in 2.5/IA64Nathan Scott1-12/+12
where we were supposed to be (according to the maintainer anyway).
2002-02-25Merge of xfs-cmds-2.4.18:slinx:112352a by nathans.Nathan Scott1-0/+14
add in the __x86_64__ system calls.
2002-02-25Merge of xfs-cmds-2.4.18:slinx:112273a by nathans.Nathan Scott1-0/+5
sync up with patch from AndreasG, mainly creates libattr.rpm/deb.
2002-02-25Merge of xfs-cmds-2.4.18:slinx:111744a by nathans.Nathan Scott1-12/+12
Ethan informs me the ppc syscalls have moved down one slot.
2002-02-25Merge of xfs-cmds-2.4.18:slinx:111138a by nathans.Nathan Scott1-0/+167
bump to version 2.0.0 for extended attribute and other interface changes. incorporate new code, docs, etc from ext2/ext3 project.