[current] - Add MIPS/MIPS64 system call numbers attr-2.0.5 (12 March 2002) - Fix build for architectures which don't have syscalls yet - Fix the syscall number used on Sparc for fremovexattr(2) - Test script updates - Man page updates attr-2.0.4 (05 March 2002) - A minor change to the test/run script attr-2.0.3 (01 March 2002) - add in ARM architecture system call numbers - updates to the test output from Andreas attr-2.0.2 (27 February 2002) - add in S/390 system call numbers from Martin Schwidefsky - revert IA64 syscall numbering after further mail with David Mosberger (apparently sys_tkill will be moved) See: https://external-lists.valinux.com/archives/\ /linux-ia64/2002-February/002990.html attr-2.0.1 (26 February 2002) - incorporate several documentation changes from Andreas, including a script to convert from the aget format of attribute backup file, to the new getfattr format - fix IA64 syscall numbering attr-2.0.0 (26 February 2002) - initial introduction of the new system call interface - synced up with the ext2 project, incorporated get/set tools - new man pages for system calls, getfattr(1) and setfattr(1) - made the attributes.h interface align properly with IRIX attr-1.1.3 (03 August 2001) - bug fix from Juer Lee, syscall use on non-i386 was broken - tested on PowerPC and i386; code is simpler and works - install an additional library symlink for ld, so that the shared lib is always found before the static lib at link time attr-1.1.2 (27 July 2001) - fixes for (hopefully) the last few nits in libtool usage attr-1.1.1 (23 July 2001) - install static libs and libtool archives into /usr/lib - shared libraries are unchanged, however attr-1.1.0 (16 July 2001) - reworked Makefiles to use libtool - rework some of the Debian packaging rules - install attr command into /usr/bin, not /bin - libattr now installed into /lib instead of /usr/lib as it is needed by xfsdump and xfsrestore which must be available for recovery when only root is mounted attr-1.0.4 (02 July 2001) - work around syscall number collision on recent ia64 kernels attr-1.0.3 (18 May 2001) - man page corrections attr-1.0.2 (24 April 2001) - rearrange headers to make system call internals private - update package descriptions attr-1.0.1 (30 January 2001) - minor rpm and deb packaging work attr-1.0.0 (15 January 2001) - extended attribute code abstracted from xfs-cmds package - completed Debian packaging - late beta code