| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove the BSD advertising clause, and replace it with a link to how | Eric Andersen | 2000-11-14 | 12 | -234/+356 |
* | Oops. I kant tipe. | Eric Andersen | 2000-11-14 | 1 | -1/+1 |
* | Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato, | Mark Whitley | 2000-11-14 | 2 | -224/+122 |
* | Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jim | Eric Andersen | 2000-11-14 | 3 | -10/+10 |
* | Patch from Gennady Feldman <gfeldman@tradeline.net> to: | Eric Andersen | 2000-11-14 | 3 | -69/+102 |
* | Ulp. "expr" listed as a second "echo" (oops) -- thanks to David Douthitt | Eric Andersen | 2000-11-14 | 1 | -2/+2 |
* | Add in Zdisk | Eric Andersen | 2000-11-14 | 1 | -0/+1 |
* | Remove unneeded junk | Eric Andersen | 2000-11-14 | 2 | -8/+0 |
* | Move flush_outbuf to the file in which it is used, and by doing so fix a | Matt Kraai | 2000-11-08 | 4 | -30/+28 |
* | Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others I | Matt Kraai | 2000-11-08 | 2 | -48/+30 |
* | Cleanup of duplicated symbols -- found by compiling with | Eric Andersen | 2000-11-07 | 8 | -104/+74 |
* | Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it | Mark Whitley | 2000-11-03 | 2 | -2/+2 |
* | Now, what was that logic block doing up there? | Mark Whitley | 2000-11-03 | 2 | -12/+12 |
* | Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up | Mark Whitley | 2000-11-03 | 4 | -148/+172 |
* | Warning cleanup from Gennady Feldman | Eric Andersen | 2000-11-02 | 2 | -18/+20 |
* | Fix uname problem that was breaking poweroff. | Eric Andersen | 2000-10-30 | 6 | -65/+19 |
* | This was redundant | Eric Andersen | 2000-10-29 | 2 | -2/+0 |
* | Make fbset compile with the readmode feature by pulling defs from fb.h. | Matt Kraai | 2000-10-28 | 2 | -0/+18 |
* | Make features independent. | Matt Kraai | 2000-10-28 | 2 | -10/+42 |
* | We also need to declare info if the USERNAMES feature is enabled. | Matt Kraai | 2000-10-28 | 2 | -4/+8 |
* | Add in -lgcc to add needed symbold when linking vs uclibc. | Eric Andersen | 2000-10-27 | 1 | -2/+2 |
* | Oops. I never committed this. Update version to 0.48pre... | Eric Andersen | 2000-10-27 | 4 | -3/+9 |
* | Silence a warning, | Eric Andersen | 2000-10-26 | 2 | -2/+2 |
* | This was broken when applets moved to applets.h. Fix it. | Eric Andersen | 2000-10-26 | 2 | -2/+2 |
* | Fixed error handling and TRUE/FALSE usage. | Matt Kraai | 2000-10-25 | 2 | -6/+4 |
* | Restore --help handling I mistakenly removed. | Matt Kraai | 2000-10-25 | 2 | -2/+8 |
* | Avoid reinventing the wheel (and thus save some space). | Matt Kraai | 2000-10-25 | 2 | -52/+26 |
* | Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE | Matt Kraai | 2000-10-25 | 5 | -90/+66 |
* | Cleaned up error handling, TRUE/FALSE usage, and other minor issues. | Matt Kraai | 2000-10-25 | 2 | -46/+26 |
* | Clean up error handling and uses of TRUE/FALSE. | Matt Kraai | 2000-10-25 | 2 | -28/+16 |
* | Cleaned up error handling and uses of TRUE/FALSE. | Matt Kraai | 2000-10-25 | 2 | -6/+4 |
* | Cleaned up error message handling. | Matt Kraai | 2000-10-25 | 2 | -32/+32 |
* | Added a fatalPerror function to simplify error handling. | Matt Kraai | 2000-10-25 | 5 | -8/+23 |
* | Fix for bug #1068 from Kent Robotti | Glenn L McGrath | 2000-10-25 | 2 | -4/+8 |
* | Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search | Mark Whitley | 2000-10-25 | 4 | -732/+804 |
* | Fix error messages. | Matt Kraai | 2000-10-23 | 8 | -46/+46 |
* | Fix error message. | Matt Kraai | 2000-10-23 | 2 | -6/+6 |
* | Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] | Mark Whitley | 2000-10-19 | 8 | -36/+44 |
* | Piss people off by removing [+-][0-9]+ options from tail. | Matt Kraai | 2000-10-19 | 4 | -48/+6 |
* | Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>. | Matt Kraai | 2000-10-16 | 1 | -5/+0 |
* | Fix handling of ^$ by removing the newline from input lines and by not | Matt Kraai | 2000-10-13 | 2 | -4/+8 |
* | Consolidate stat(2) and lstat(2) calls and error handling. | Matt Kraai | 2000-10-13 | 2 | -68/+50 |
* | Exit with failure status if we are unable to list any files or | Matt Kraai | 2000-10-13 | 2 | -2/+16 |
* | Apply a patch from Matt Kraai to fix buffer overrun and convert to | Eric Andersen | 2000-10-12 | 2 | -38/+30 |
* | Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make | Eric Andersen | 2000-10-12 | 6 | -10/+22 |
* | Added cmp and readlink applets from Matt Kraai. | Mark Whitley | 2000-10-09 | 11 | -2/+286 |
* | Patch from Matt Kraai so wc will return a proper error code | Eric Andersen | 2000-10-09 | 3 | -9/+13 |
* | Fix a thinko. Patch from Justus Pendleton <justus@acm.org> | Eric Andersen | 2000-10-09 | 2 | -2/+2 |
* | Apply a patch from Matt Kraai: | Eric Andersen | 2000-10-09 | 2 | -2/+22 |
* | Patch from Matt Kraai: "When it encounters a problem creating a link, ln | Eric Andersen | 2000-10-04 | 2 | -4/+6 |