| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close | Eric Andersen | 2000-11-29 | 4 | -130/+100 |
* | Patch from Matt Kraai to fix an infinate loop with ls -aR | Eric Andersen | 2000-11-29 | 2 | -12/+64 |
* | Finish commit of rpmunpack and add in scripts for undeb and unrpm | Eric Andersen | 2000-11-29 | 6 | -10/+193 |
* | Apply a patch fromkent robotti: | Eric Andersen | 2000-11-29 | 7 | -29/+29 |
* | Re-organized some sections and added a whole new section on avoiding the | Mark Whitley | 2000-11-22 | 1 | -58/+204 |
* | Fix behavior when removal fails. | Matt Kraai | 2000-11-22 | 2 | -6/+10 |
* | Check for archive errors even for files we aren't extracting. | Matt Kraai | 2000-11-18 | 2 | -8/+16 |
* | Fixed return status (thanks to David Douthitt for the fix). | Matt Kraai | 2000-11-18 | 2 | -4/+12 |
* | Fixed user and group name listing. | Matt Kraai | 2000-11-18 | 2 | -44/+26 |
* | Added AdTran to the list of products using Busybox. | Mark Whitley | 2000-11-17 | 1 | -4/+9 |
* | Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the | Mark Whitley | 2000-11-17 | 2 | -48/+74 |
* | Numerous spelling / grammar corrections from Larry Doolittle | Mark Whitley | 2000-11-17 | 1 | -27/+52 |
* | "I will always compile before I commit." | Eric Andersen | 2000-11-17 | 9 | -47/+71 |
* | Fix up builtin overrides, and hack in the binary search for finding | Eric Andersen | 2000-11-17 | 9 | -105/+113 |
* | Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>. | Mark Whitley | 2000-11-17 | 2 | -8/+4 |
* | Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN. | Eric Andersen | 2000-11-17 | 4 | -3/+62 |
* | Fix typo pointed out by Michael Renzmann <renzmann@gmx.de> | Eric Andersen | 2000-11-17 | 2 | -3/+3 |
* | Add BB_CMP to xfopen | Eric Andersen | 2000-11-17 | 1 | -1/+3 |
* | 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 |