| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | "I will always compile before I commit." | Eric Andersen | 2000-11-17 | 1 | -21/+30 |
* | Remove the BSD advertising clause, and replace it with a link to how | Eric Andersen | 2000-11-14 | 3 | -67/+76 |
* | This was redundant | Eric Andersen | 2000-10-29 | 1 | -1/+0 |
* | Make features independent. | Matt Kraai | 2000-10-28 | 1 | -5/+21 |
* | We also need to declare info if the USERNAMES feature is enabled. | Matt Kraai | 2000-10-28 | 1 | -2/+4 |
* | Fixed error handling and TRUE/FALSE usage. | Matt Kraai | 2000-10-25 | 1 | -3/+2 |
* | Cleaned up error handling and uses of TRUE/FALSE. | Matt Kraai | 2000-10-25 | 1 | -3/+2 |
* | Added a fatalPerror function to simplify error handling. | Matt Kraai | 2000-10-25 | 1 | -4/+2 |
* | Fix for bug #1068 from Kent Robotti | Glenn L McGrath | 2000-10-25 | 1 | -2/+4 |
* | Fix error messages. | Matt Kraai | 2000-10-23 | 1 | -3/+3 |
* | Piss people off by removing [+-][0-9]+ options from tail. | Matt Kraai | 2000-10-19 | 1 | -23/+3 |
* | Consolidate stat(2) and lstat(2) calls and error handling. | Matt Kraai | 2000-10-13 | 1 | -34/+25 |
* | Exit with failure status if we are unable to list any files or | Matt Kraai | 2000-10-13 | 1 | -1/+8 |
* | Apply a patch from Matt Kraai to fix buffer overrun and convert to | Eric Andersen | 2000-10-12 | 1 | -19/+15 |
* | Added cmp and readlink applets from Matt Kraai. | Mark Whitley | 2000-10-09 | 1 | -0/+65 |
* | Patch from Matt Kraai so wc will return a proper error code | Eric Andersen | 2000-10-09 | 1 | -4/+6 |
* | Apply a patch from Matt Kraai: | Eric Andersen | 2000-10-09 | 1 | -1/+11 |
* | Patch from Matt Kraai: "When it encounters a problem creating a link, ln | Eric Andersen | 2000-10-04 | 1 | -2/+3 |
* | Rewrite to use getopt and return instead of exit, a seperate function (fs_lin... | Glenn L McGrath | 2000-10-04 | 1 | -83/+69 |
* | + shortened main() a little, and a few aesthetic cleanups here & there. | John Beppu | 2000-09-28 | 1 | -21/+19 |
* | Rewrote head to perservere when it can't open a file, and share code | Matt Kraai | 2000-09-27 | 1 | -50/+43 |
* | Continue concatenating files even if we can't open one. | Matt Kraai | 2000-09-27 | 1 | -4/+5 |
* | Consolidate handling of some fopen failures. | Matt Kraai | 2000-09-27 | 1 | -6/+3 |
* | Rewrote uniq to be less than a third of the size, and fixed some other | Matt Kraai | 2000-09-27 | 1 | -143/+17 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 44 | -49/+49 |
* | Start the great EXIT_{SUCCESS,FAILURE} migration. | Matt Kraai | 2000-09-22 | 1 | -3/+4 |
* | Add support for the -L option to ls. | Matt Kraai | 2000-09-22 | 1 | -0/+19 |
* | Handle 'cat -' | Eric Andersen | 2000-09-21 | 1 | -4/+3 |
* | Large file >2Gib support. | Eric Andersen | 2000-09-21 | 1 | -0/+8 |
* | Only remove directories when removing recursively. | Matt Kraai | 2000-09-20 | 1 | -0/+5 |
* | Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. | Eric Andersen | 2000-09-20 | 1 | -0/+45 |
* | Fix looping bug, use fullRead | Glenn L McGrath | 2000-09-13 | 1 | -2/+2 |
* | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | Matt Kraai | 2000-09-13 | 4 | -19/+11 |
* | dd now truncates files at the end its write, this can be turned of by | Glenn L McGrath | 2000-09-11 | 1 | -3/+10 |
* | Remove some debugging code | Glenn L McGrath | 2000-09-10 | 1 | -2/+1 |
* | Using seek=? used to cause part of the original file to be zero'ed, i | Glenn L McGrath | 2000-09-10 | 1 | -5/+4 |
* | My previous attempt to make dd use fullRead, fullWrite was very broken, | Glenn L McGrath | 2000-09-10 | 1 | -13/+14 |
* | New ls sorting patch, as written by Sterling Huxley, and then updated | Eric Andersen | 2000-09-07 | 1 | -472/+642 |
* | Added expr, from Edward Betts <edward@debian.org>, with some fixups | Eric Andersen | 2000-09-05 | 2 | -1/+532 |
* | Rewritten by mistake. | Matt Kraai | 2000-08-28 | 1 | -88/+32 |
* | ar.c now uses a linked list to process headers, uses getopt, new internal fun... | Glenn L McGrath | 2000-08-25 | 1 | -35/+6 |
* | Fixed a warning about a label not being used | Pavel Roskin | 2000-08-22 | 1 | -4/+4 |
* | Fixed misuse of type "char" | Pavel Roskin | 2000-08-22 | 1 | -1/+1 |
* | Add optional ls file sorting, thanks to a patch from | Eric Andersen | 2000-08-11 | 1 | -0/+86 |
* | Some #include updates. | Eric Andersen | 2000-08-10 | 9 | -8/+1 |
* | Cleaner way to handle -NUM and +NUM, reduces the mem usage as well. | Eric Andersen | 2000-08-02 | 1 | -24/+25 |
* | Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg(). | Mark Whitley | 2000-08-02 | 1 | -2/+1 |
* | Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and | Mark Whitley | 2000-08-02 | 1 | -308/+171 |
* | Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> | Eric Andersen | 2000-08-02 | 1 | -74/+93 |
* | Commit the rewrite of tail by Allen Soard | Eric Andersen | 2000-07-31 | 1 | -1119/+245 |