| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed isBlank and isWildCard macros that were totally unused (should anyone | Mark Whitley | 2000-12-05 | 2 | -10/+4 |
* | Changed some #define strings to static const char [] variables. Tested ls | Mark Whitley | 2000-12-05 | 1 | -4/+4 |
* | Use perrorMsg and clean up exit status. | Matt Kraai | 2000-12-05 | 2 | -10/+10 |
* | Fixed the comments to match the code and renamed the function to a (hopefully) | Mark Whitley | 2000-12-05 | 5 | -15/+15 |
* | Applied patch from Matt Kraai to add v*error functions for handling vararg | Mark Whitley | 2000-12-05 | 1 | -21/+21 |
* | Use perrorMsg instead of perror and keep removing files if we encounter | Matt Kraai | 2000-12-05 | 3 | -15/+17 |
* | Changelog update | Eric Andersen | 2000-12-04 | 1 | -0/+5 |
* | Flag day warning! | Eric Andersen | 2000-12-04 | 2 | -4/+4 |
* | Patch to add in the -X option and fix the --exclude bug, originally by | Eric Andersen | 2000-12-04 | 5 | -3/+61 |
* | Fix typo | Eric Andersen | 2000-12-02 | 1 | -1/+2 |
* | Patch from Larry Doolittle so it will build the newdocs right. | Eric Andersen | 2000-12-02 | 5 | -57/+49 |
* | Update for handling .udebs and building using a pristine source dir... | Eric Andersen | 2000-12-01 | 5 | -88/+781 |
* | More doc handling updates | Eric Andersen | 2000-12-01 | 1 | -7/+6 |
* | Update some descriptions | Eric Andersen | 2000-12-01 | 1 | -2/+3 |
* | Fix yet another blunder. Create symlink correctly this time. | Eric Andersen | 2000-12-01 | 1 | -1/+1 |
* | I forgot a "/". Oops. | Eric Andersen | 2000-12-01 | 1 | -1/+1 |
* | More pristine source directory updates. It now works | Eric Andersen | 2000-12-01 | 8 | -34/+116 |
* | More updates for the Makefile to do BB_SRC_DIR. This is | Eric Andersen | 2000-12-01 | 1 | -15/+48 |
* | Make tar shutup on compile | Eric Andersen | 2000-12-01 | 2 | -4/+4 |
* | Remove #ifdef __STDC__ junk. We don't do K&R round these parts, | Eric Andersen | 2000-12-01 | 8 | -290/+6 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 132 | -373/+375 |
* | Apply some patches from Gennady Feldman <gfeldman@mail.com> to | Eric Andersen | 2000-11-30 | 3 | -117/+195 |
* | Note new dependency. | Matt Kraai | 2000-11-30 | 1 | -1/+1 |
* | Note an error if we are unable to list/extract specified files. | Matt Kraai | 2000-11-30 | 2 | -4/+28 |
* | Patch from Larry Doolittle (with minor touchups from me so everything compiles | Eric Andersen | 2000-11-30 | 10 | -713/+302 |
* | Fix escape char problem. | Eric Andersen | 2000-11-30 | 3 | -12/+39 |
* | Add "\r" to utility.c:process_escape_sequence() (from email about | Eric Andersen | 2000-11-29 | 1 | -0/+3 |
* | Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com> | Eric Andersen | 2000-11-29 | 2 | -58/+134 |
* | Apply rev #2 of dd fix from Gennady Feldman. | Eric Andersen | 2000-11-29 | 4 | -16/+46 |
* | Update the changelog a bit | Eric Andersen | 2000-11-29 | 1 | -1/+11 |
* | Moar Speling fickes frum Larry Doolittle | Eric Andersen | 2000-11-29 | 2 | -11/+11 |
* | Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaboration | Eric Andersen | 2000-11-29 | 1 | -6/+15 |
* | 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 |