Age | Commit message (Expand) | Author |
2003-12-11 | Update modutils with 2.6 module support | Eric Andersen |
2003-12-11 | go directly to current cvs | Eric Andersen |
2003-12-11 | remove some spaces that mess up autodocifier.pl | Eric Andersen |
2003-12-10 | add missing copyright text | Eric Andersen |
2003-12-10 | some minor updates | Eric Andersen |
2003-12-10 | update website | Eric Andersen |
2003-12-09 | Fix indenting. | Eric Andersen |
2003-12-09 | Bump version number | Eric Andersen |
2003-12-08 | Splitting statements with #define's can cause trouble for cross | Glenn L McGrath |
2003-12-08 | Stop sending data to the client after the first failure. | Glenn L McGrath |
2003-12-08 | Bring usage upto date, patch by Steven Scholz | Glenn L McGrath |
2003-12-05 | Fix a compile error when only using ar, patch by Paul van Gool | Glenn L McGrath |
2003-12-04 | Add (untested) support for cris, based on the (old) busybox insmod | Manuel Novoa III |
2003-12-04 | Patch from Steven Scholz, make usage more consistent with actual | Glenn L McGrath |
2003-12-04 | Do not use the _syscall5 macro -- use syscall(2) instead | Eric Andersen |
2003-11-30 | Patch from Tito, size optimisation, cleanup noise when in debugging | Glenn L McGrath |
2003-11-28 | Correct Matteo's email address | Glenn L McGrath |
2003-11-28 | Patch from Ian Campbell, fix or'ed dependencies and handle virtual | Glenn L McGrath |
2003-11-27 | Fix a bug, ignore the source path when installing to a directory. | Glenn L McGrath |
2003-11-27 | Fix tar hard links | Glenn L McGrath |
2003-11-26 | Important bugfixes from Ian Campbell. | Glenn L McGrath |
2003-11-25 | Fix for "Broken pipe" issue, vodz last_patch116_3 | Glenn L McGrath |
2003-11-24 | When a size of 0 is passed to copyfd_size, dont do anything, it was | Glenn L McGrath |
2003-11-22 | Fix warning | Glenn L McGrath |
2003-11-21 | As we no longer use function pointers for read in common archiving code | Glenn L McGrath |
2003-11-21 | Use safe read | Glenn L McGrath |
2003-11-21 | Fix warning | Glenn L McGrath |
2003-11-21 | Make use of libbb functions bb_xopen, bb_full_read, used #define's | Glenn L McGrath |
2003-11-20 | Remove unused function | Glenn L McGrath |
2003-11-20 | Dont over-read fd, use function pointer for hash function. | Glenn L McGrath |
2003-11-20 | Fix tar-handles-nested-exclude testcase | Glenn L McGrath |
2003-11-20 | Update status of tests which should pass | Glenn L McGrath |
2003-11-20 | remove controversial tests | Glenn L McGrath |
2003-11-20 | Check at least one context is specified | Glenn L McGrath |
2003-11-20 | Check there are files to add the archive before removing a specified | Glenn L McGrath |
2003-11-20 | Dont attempt to unlink directories | Glenn L McGrath |
2003-11-20 | Superficial changes | Glenn L McGrath |
2003-11-20 | Fix up the -s option, and make usage consitent with behaviour, | Glenn L McGrath |
2003-11-20 | Include stdint.h | Glenn L McGrath |
2003-11-18 | woops, we needed that function | Glenn L McGrath |
2003-11-18 | COMPRESS, not UNCOMPRESS | Glenn L McGrath |
2003-11-18 | Update usage for tar -Z | Glenn L McGrath |
2003-11-18 | Update md5sum, sha1sum options, patch by Steven Scholz | Glenn L McGrath |
2003-11-18 | tar -Z, uncompress support | Glenn L McGrath |
2003-11-18 | Dont close original file handle, we may need it later. | Glenn L McGrath |
2003-11-18 | Make unlink old files default behaviour and add a new option -k to | Glenn L McGrath |
2003-11-18 | Only use getopt and associated flags if checking is enabled | Glenn L McGrath |
2003-11-18 | Replaced by md5_sha1_sum.c | Glenn L McGrath |
2003-11-18 | Replaced by md5_sha1_sum.c | Glenn L McGrath |
2003-11-17 | Dont free filename, its needed in the extracted files list. | Glenn L McGrath |