Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add "\r" to utility.c:process_escape_sequence() (from email about | Eric Andersen | 2000-11-29 | 1 | -0/+3 | |
| | | | | | "echo vs. optarg" from Larry Doolittle Tue, 28 Nov 2000 10:36:04 -0800) -Erik | |||||
* | 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 | |
| | | | | | | with Matt Kraai <kraai@alumni.carnegiemellon.edu>) to allow for a pristine source directory -- where all the .o files and such are not placed into the source tree. Thanks Larry! | |||||
* | Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close | Eric Andersen | 2000-11-29 | 4 | -130/+100 | |
| | | | | | | bug 1069. This shaves about 100 bytes from the executable, and about 200 bytes of heap usage. Also document the "-d" option in the usage message. | |||||
* | 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 | |
| | | | | | | | | | Renamed unrpm to original rpmunpack, so you can use an included shell script called unrpm as a front end to it. There's also a shell script called undeb included for debian packages. Change undeb and unrpm scripts to work with the busybox tar and gunzip. | |||||
* | Re-organized some sections and added a whole new section on avoiding the | Mark Whitley | 2000-11-22 | 1 | -58/+204 | |
| | | | | preprocessor. Comments welcome. | |||||
* | 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 | |
| | | | | special-case of using newlines as field delimiters. | |||||
* | Numerous spelling / grammar corrections from Larry Doolittle | Mark Whitley | 2000-11-17 | 1 | -27/+52 | |
| | | | | <ldoolitt@recycle.lbl.gov>, as well as a few additions / clarifications. | |||||
* | "I will always compile before I commit." | Eric Andersen | 2000-11-17 | 9 | -47/+71 | |
| | | | | | | "I will always compile before I commit." "I will always compile before I commit." -Erik | |||||
* | Fix up builtin overrides, and hack in the binary search for finding | Eric Andersen | 2000-11-17 | 9 | -105/+113 | |
| | | | | matching applets into the shell. | |||||
* | 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 | |
| | | | | Make the sh default to using external commands when a path is provided. | |||||
* | 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 | |
| | | | | the advertising clause has been retroactivly declared null and void. | |||||
* | 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 | |
| | | | | Mr. Robotti...) Closes bug #1065. | |||||
* | Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jim | Eric Andersen | 2000-11-14 | 3 | -10/+10 | |
| | | | | Gleason <jimg@lineo.com>. | |||||
* | Patch from Gennady Feldman <gfeldman@tradeline.net> to: | Eric Andersen | 2000-11-14 | 3 | -69/+102 | |
| | | | | | | 1. Opens redirections w/ the right access. 2. Doesn't do globbing for every single parameter (so it doesn't stat every parameter). | |||||
* | Ulp. "expr" listed as a second "echo" (oops) -- thanks to David Douthitt | Eric Andersen | 2000-11-14 | 1 | -2/+2 | |
| | | | | for noticing.... | |||||
* | 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 | |
| | | | | nasty error dealing with two different variables with the same name. | |||||
* | Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others I | Matt Kraai | 2000-11-08 | 2 | -48/+30 | |
| | | | | introduced. | |||||
* | Cleanup of duplicated symbols -- found by compiling with | Eric Andersen | 2000-11-07 | 8 | -104/+74 | |
| | | | | LDFLAGS += -Wl,-warn-common | |||||
* | Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it | Mark Whitley | 2000-11-03 | 2 | -2/+2 | |
| | | | | | would not match blank lines (bug #1064). Followed Matt Kraii's suit on his 1.42 revision of grep. Tested it, works. | |||||
* | 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 | |
| | | | | | | a few other ugly places (do_subst_command got a much-needed overhaul). Also took out BB_FEATURE_SED_PATTERN_SPACE from Config.h[.Hurd] as the 'p' is now a standard feature (adds almost no bloat). | |||||
* | Warning cleanup from Gennady Feldman | Eric Andersen | 2000-11-02 | 2 | -18/+20 | |
| | | | | -Erik | |||||
* | 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 | |
| |