| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Fixed to pass -Wundef | Pavel Roskin | 2000-07-28 | 1 | -1/+1 |
| * | Fix for a potential uninitialized variable, thx to | Eric Andersen | 2000-07-28 | 1 | -0/+1 |
| * | Some cleanups, based on a patch from Ken Chalmers | Eric Andersen | 2000-07-28 | 1 | -10/+13 |
| * | Fixed a syntax error & superfluous param decl that was causing the build to | Mark Whitley | 2000-07-26 | 1 | -1/+1 |
| * | Fix some bitrot. | Eric Andersen | 2000-07-26 | 1 | -7/+7 |
| * | Use BB_FEATURE_CLEAN_UP where appropriate | Eric Andersen | 2000-07-25 | 1 | -1/+1 |
| * | chroot can now call the builtin shell | Pavel Roskin | 2000-07-24 | 1 | -0/+5 |
| * | Converted option parsing to using getopt(). Also managed to remove an | Mark Whitley | 2000-07-20 | 1 | -17/+17 |
| * | Whoops. Forgot to #include <getopt.h>. | Mark Whitley | 2000-07-20 | 1 | -0/+1 |
| * | Converted option parsing to getopt() and made some minor formatting changes. | Mark Whitley | 2000-07-19 | 1 | -18/+21 |
| * | Centralize handling of --help. | Matt Kraai | 2000-07-19 | 4 | -12/+0 |
| * | Add usage messages for applets without them. | Matt Kraai | 2000-07-19 | 2 | -0/+6 |
| * | Use FatalError() | Eric Andersen | 2000-07-19 | 1 | -4/+2 |
| * | Moved functions used by "lsmod" from cat.c to utility.c | Pavel Roskin | 2000-07-17 | 1 | -15/+1 |
| * | The result of getopt() is "int" and should be treated as such | Pavel Roskin | 2000-07-17 | 3 | -4/+4 |
| * | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 40 | -471/+6 |
| * | Don't use strings directly in calls to usage(). This is in preparation | Matt Kraai | 2000-07-14 | 7 | -57/+69 |
| * | Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen | 2000-07-14 | 2 | -52/+43 |
| * | Getopt'rd by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen | 2000-07-14 | 1 | -21/+11 |
| * | More cleanups. | Eric Andersen | 2000-07-14 | 3 | -18/+18 |
| * | Fix argument parsing. | Matt Kraai | 2000-07-14 | 1 | -1/+1 |
| * | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 14 | -43/+39 |
| * | Fix uninitialized variable. | Eric Andersen | 2000-07-13 | 1 | -1/+1 |
| * | From Matt Kraai <kraai@alumni.carnegiemellon.edu> | Eric Andersen | 2000-07-13 | 1 | -24/+28 |
| * | Correct argument parsing and other minor cleanups. | Matt Kraai | 2000-07-13 | 1 | -11/+11 |
| * | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 8 | -20/+18 |
| * | Use global applet_name instead of local versions. | Matt Kraai | 2000-07-12 | 3 | -3/+3 |
| * | Use global applet_name instead of local versions. | Matt Kraai | 2000-07-12 | 1 | -5/+2 |
| * | Re-enable ln -n in the help. | Eric Andersen | 2000-07-11 | 1 | -2/+0 |
| * | Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen | 2000-07-11 | 1 | -27/+2 |
| * | Comment on kernel stuff | Eric Andersen | 2000-07-10 | 1 | -4/+0 |
| * | Remove yet more kernel header dependancies. | Eric Andersen | 2000-07-10 | 1 | -1/+1 |
| * | Remove unused variable. | Eric Andersen | 2000-07-10 | 1 | -1/+1 |
| * | From Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen | 2000-07-10 | 2 | -10/+18 |
| * | Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>: | Eric Andersen | 2000-07-10 | 1 | -2/+4 |