Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-06 | updates from Andreas. | Nathan Scott | 2 | -1/+4 | |
2002-09-04 | minor updates from Andreas. | Nathan Scott | 6 | -5/+12 | |
2002-09-03 | Do a better job of cleaning up after autoconf. | Nathan Scott | 1 | -0/+1 | |
2002-08-28 | bump version, document changes. | Nathan Scott | 4 | -2/+25 | |
2002-08-23 | trivial change allowing LIBTOOL var to specify where libtool lives, just | Nathan Scott | 1 | -2/+2 | |
the same as we do for other build tools. | |||||
2002-08-05 | fix from AG - this flag only existed while we were originally fleshing out | Nathan Scott | 1 | -3/+0 | |
the xattr syscalls - removing is done via removexattr syscalls nowadays. | |||||
2002-07-30 | everything else in "attr" package has been internationalised - make attr.c | Nathan Scott | 1 | -18/+21 | |
conform too. | |||||
2002-07-18 | annotate minor changes since last version. | Nathan Scott | 5 | -12/+17 | |
2002-07-16 | Use rpmbuild for building rpms | Eric Sandeen | 4 | -7/+21 | |
2002-07-09 | fix typo - don't want two 2.0.8 entries. | Nathan Scott | 1 | -2/+2 | |
2002-07-05 | Build infrastructure updates so that configure options can be used to | Nathan Scott | 12 | -81/+78 | |
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-05 | Make scripts executable again... sigh... | Eric Sandeen | 0 | -0/+0 | |
2002-06-04 | Update copyright dates (again) | Eric Sandeen | 29 | -29/+29 | |
2002-06-04 | Undoes mod: xfs-cmds:slinx:120772a | Eric Sandeen | 29 | -29/+29 | |
Undo xfs-cmds:slinx:120772a, inadvertently whacked a previous mod. | |||||
2002-06-04 | Update copyright dates | Eric Sandeen | 29 | -29/+29 | |
2002-06-03 | update from AndreasG - missing some uses of const in function prototypes. | Nathan Scott | 1 | -3/+3 | |
2002-05-14 | Add CPPFLAGS to compiler flags | Eric Sandeen | 1 | -1/+1 | |
2002-04-22 | updates from Andreas -man page update, additional test cases. | Nathan Scott | 6 | -3/+22 | |
2002-04-13 | bump version number, build updates to fix a cflags propogation issue | Nathan Scott | 5 | -12/+21 | |
which was recently introduced. | |||||
2002-04-10 | man page updates from Andreas. | Nathan Scott | 2 | -30/+38 | |
2002-04-05 | incorporate Andreas' makedepend realtive-path change everywhere. | Nathan Scott | 1 | -4/+10 | |
2002-04-05 | missed an update here at some point.. | Nathan Scott | 4 | -153/+182 | |
2002-04-04 | attr_list no longer implemented, nuke the man page. | Nathan Scott | 1 | -263/+0 | |
2002-04-01 | fix INSTALL_MAN macro so that mandoc style man pages are grokked also. | Nathan Scott | 1 | -30/+34 | |
2002-03-26 | bump release number for man page and mips syscall updates. | Nathan Scott | 11 | -157/+100 | |
2002-03-22 | mention that sys/types.h also needs to be included. | Nathan Scott | 4 | -0/+4 | |
2002-03-20 | add mips/mips64 syscall entries. | Nathan Scott | 2 | -0/+33 | |
2002-03-11 | man page and test script updates from Andreas. fix syscall numbering | Nathan Scott | 16 | -22/+359 | |
a/ on sparc (fremovexattr was wrong) and b/ if arch doesn't have numbers defined yet, handle it cleanly (errno.h missing). | |||||
2002-03-05 | merge changes from Andreas - test scripts updates, setfacl bug fix. | Nathan Scott | 4 | -2/+25 | |
2002-02-28 | bump version, incorporate Andreas test update & ARM syscalls. | Nathan Scott | 5 | -61/+172 | |
2002-02-28 | update words a little to reflect last round of changes. | Nathan Scott | 1 | -2/+2 | |
2002-02-27 | 2.0.2 - add in S/390 system call numbers from Martin Schwidefsky; | Nathan Scott | 5 | -15/+36 | |
revert IA64 syscall numbering after further mail with David Mosberger (apparently sys_tkill will be moved). | |||||
2002-02-26 | fix IA64 syscall numbering | Nathan Scott | 1 | -0/+1 | |
2002-02-26 | slide ia64 xattr syscalls down one slot, tkill has appeared in 2.5/IA64 | Nathan Scott | 1 | -12/+12 | |
where we were supposed to be (according to the maintainer anyway). | |||||
2002-02-26 | bump to 2.0.1, we should now be completely sync'd with Andreas for "attr". | Nathan Scott | 9 | -38/+231 | |
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112587a by nathans. | Nathan Scott | 4 | -39/+39 | |
redo short/long options in the way Andreas intended, and fix up man pages. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112563a by nathans. | Nathan Scott | 1 | -6/+7 | |
workaround for Andreas' list kernel bug. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112560a by nathans. | Nathan Scott | 1 | -1/+1 | |
fix a bug introduced in the handling of restore option by last merge. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112556a by nathans. | Nathan Scott | 1 | -9/+0 | |
remove special casing in getxattr code - the reason for its existance (kernel issue workaround) no longer exists. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112537a by nathans. | Nathan Scott | 1 | -0/+1 | |
grr...ensure an error is returned if an error occured. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112536a by nathans. | Nathan Scott | 1 | -1/+1 | |
report file name on error. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112535a by nathans. | Nathan Scott | 7 | -507/+489 | |
merge with AndreasG latest snapshot - long options, rename a couple of options to his prefered letters, -5 is gone, use ntfw instead of doing it ourselves. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112402a by nathans. | Nathan Scott | 1 | -1/+1 | |
remove -Wsign-compare option. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112386a by nathans. | Nathan Scott | 1 | -1/+5 | |
update changelog entry a bit. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112352a by nathans. | Nathan Scott | 1 | -0/+14 | |
add in the __x86_64__ system calls. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112274a by nathans. | Nathan Scott | 1 | -1/+1 | |
fix up make clean rules now that package names aren't all attr- prefixed. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:112273a by nathans. | Nathan Scott | 30 | -85/+139 | |
sync up with patch from AndreasG, mainly creates libattr.rpm/deb. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:111986a by nathans. | fsgqa | 1 | -5/+3 | |
Don't filter out ENOTSUP errors. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:111982a by nathans. | Nathan Scott | 1 | -7/+2 | |
remove a remnant of Andreas' old interfaces and use/not of NULLs in the parameters. was requiring userspace to play games with the value pointer (even is size was zero, value had to be set to something) - unfortunately causes zero byte allocations, and libefence throws its toys when that happens. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:111744a by nathans. | Nathan Scott | 1 | -12/+12 | |
Ethan informs me the ppc syscalls have moved down one slot. |