Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | | | uses, and other minor fixes. | ||||
* | 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 |
| | | | | Call perror and exit instead of fatalError | ||||
* | Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search | Mark Whitley | 2000-10-25 | 4 | -732/+804 |
| | | | | | to locate applets, rather than a linear search. Also, broke out the listing of applets into it's own file: applets.h. | ||||
* | 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 |
| | | | | compiling with REG_NEWLINE. | ||||
* | Consolidate stat(2) and lstat(2) calls and error handling. | Matt Kraai | 2000-10-13 | 2 | -68/+50 |
| |