Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:111470a by nathans. | Nathan Scott | 1 | -2/+2 | |
remove off-by-one noop loop in listing attributes. | |||||
2002-02-25 | Undoes mod: xfs-cmds-2.4.18:slinx:111335a | Nathan Scott | 1 | -6/+6 | |
Merge of xfs-cmds-2.4.18:slinx:111337a by nathans. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:111335a by nathans. | Nathan Scott | 1 | -35/+48 | |
Vastly reduce the amount of memory allocations we do by using a high-water mark allocator. Fixes a bunch of memory leaks in the process. | |||||
2002-02-25 | Merge of xfs-cmds-2.4.18:slinx:111138a by nathans. | Nathan Scott | 45 | -1254/+2831 | |
bump to version 2.0.0 for extended attribute and other interface changes. incorporate new code, docs, etc from ext2/ext3 project. | |||||
2002-01-11 | bump to 1.1.4, document change. | Nathan Scott | 4 | -2/+11 | |
2001-10-30 | No Message Supplied | Dean Roehrich | 1 | -16/+17 | |
2001-09-12 | minor changes to tidy up error handling a little. | Nathan Scott | 1 | -30/+20 | |
2001-09-12 | Make install-sh posix compliant so ash as /bin/sh works. | Nathan Scott | 1 | -1/+1 | |
2001-08-04 | don't use -f to "hostname", its not portable. | Nathan Scott | 1 | -1/+1 | |
2001-08-03 | incorporate syscall fix for ppc from Juer Lee. | Nathan Scott | 4 | -2/+14 | |
2001-08-01 | add -fno-strict-aliasing for shared lib objects, rationalise multiple | Nathan Scott | 1 | -6/+8 | |
dirt entries and cosmetic change in libtool macro ordering. | |||||
2001-07-31 | I noticed that my programs were not linking with the shared libs. Apparently | Dean Roehrich | 1 | -1/+5 | |
if you say something like (from the dmapi tests stuff): gcc -g -O2 -o dm_handle dm_handle.o libdmtest.a -ldm -lhandle it will link with whatever it finds in /usr/lib. If there are no shared libs there then it'll link with the static libs. When I add a symlink to make libdm.so and libhandle.so appear in /usr/lib then I am able to link to the shared libs. No Message Supplied | |||||
2001-07-26 | bump revision to indicate we're done with libtool changes now. | Nathan Scott | 3 | -1/+10 | |
2001-07-26 | use the same symlink trick we just put int for .a, in the .la install case. | Nathan Scott | 1 | -6/+5 | |
2001-07-25 | change the so_dot_version mode back to 644 | Dean Roehrich | 1 | -1/+1 | |
2001-07-24 | fix the AC_ARG_ENABLE macro for --enable-shared. | Dean Roehrich | 2 | -3/+9 | |
2001-07-23 | install static libs and libtool archives into /usr/lib, not /lib. | Nathan Scott | 4 | -6/+17 | |
2001-07-20 | merge Deans changes to libtool build/install process from dmapi into the | Nathan Scott | 4 | -21/+132 | |
other XFS packages. | |||||
2001-07-19 | Checked standards compliance - update standards version to 3.5.5. | Nathan Scott | 2 | -1/+2 | |
2001-07-18 | install the right libtool archive this time. | Nathan Scott | 2 | -2/+3 | |
2001-07-18 | skip install & install-dev for non-Debian distributions. | Nathan Scott | 1 | -0/+4 | |
2001-07-16 | updates to integrate libtool into the build throughout the package. | Nathan Scott | 16 | -111/+199 | |
2001-07-02 | workaround syscall number collision on recent ia64 kernels. | Nathan Scott | 4 | -2/+10 | |
2001-06-12 | use . ./VERSION rather than . VERSION | Ivan Rayner | 1 | -1/+1 | |
2001-05-21 | correct include file location for man pages. | Nathan Scott | 8 | -6/+15 | |
2001-05-09 | remove -Wno-parentheses - compiles fine without it. | Nathan Scott | 1 | -2/+2 | |
2001-05-07 | in the absence of any compeling information to suggest otherwise, fall | Nathan Scott | 1 | -1/+1 | |
back to installing man pages in /usr/share/man, rather than /usr/man. | |||||
2001-04-25 | bump the revision number. | Nathan Scott | 10 | -116/+160 | |
2001-03-29 | make clean before proceeding to do a build to ensure no leftovers | Nathan Scott | 1 | -58/+55 | |
corrupt subsequent invocations (for rpm builds). | |||||
2001-03-29 | change over to ia64 friendly syscall() instead of _syscall* macros | Andrew Gildfind | 1 | -11/+7 | |
2001-03-20 | change sed subsitution from ./rpmmacros to rpmmacros ... this fixes cmd build | Russell Cattelan | 1 | -1/+1 | |
with rpm 4.0.2 | |||||
2001-03-03 | include stdio.h for Thomas' PPC builds. | Nathan Scott | 1 | -0/+1 | |
2001-03-01 | make sure all build leftovers are cleaned up. | Nathan Scott | 1 | -1/+1 | |
2001-03-01 | ensure make clean gets rid of all build leftovers. | Nathan Scott | 1 | -1/+1 | |
2001-02-09 | No Message Supplied | Andrew Gildfind | 2 | -12/+28 | |
2001-02-01 | cleanup attr/acl syscalls | Tim Shimmin | 1 | -2/+20 | |
2001-01-30 | roll minor version for packaging changes. | Nathan Scott | 6 | -11/+21 | |
2001-01-29 | fix use of potentially uninitialised variable in deciding where to put | Nathan Scott | 1 | -0/+1 | |
man pages and how to build them. |