Eric Andersen cf1189f5a70 Patch from Matt Kraai to fix an infinate loop with ls -aR 29 Nov 2000 Eric Andersen 4bfb6b7b67f Finish commit of rpmunpack and add in scripts for undeb and unrpm 29 Nov 2000 Eric Andersen e500d208356 Apply a patch fromkent robotti: 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. 29 Nov 2000 Mark Whitley d58ff8731ce Re-organized some sections and added a whole new section on avoiding the preprocessor. Comments welcome. 22 Nov 2000 Matt Kraai 9a71af54f53 Fix behavior when removal fails. 22 Nov 2000 Matt Kraai ab8f9e286b1 Check for archive errors even for files we aren't extracting. 18 Nov 2000 Matt Kraai 768a2340b55 Fixed return status (thanks to David Douthitt for the fix). 18 Nov 2000 Matt Kraai e93abf9e699 Fixed user and group name listing. 18 Nov 2000 Mark Whitley 5022d0e55fb Added AdTran to the list of products using Busybox. 17 Nov 2000 Mark Whitley 00530875870 Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the special-case of using newlines as field delimiters. 17 Nov 2000 Mark Whitley 9028e2c96aa Numerous spelling / grammar corrections from Larry Doolittle <ldoolitt@recycle.lbl.gov>, as well as a few additions / clarifications. 17 Nov 2000 Eric Andersen a683ee81d91 "I will always compile before I commit." "I will always compile before I commit."
"I will always compile before I commit."
-Erik 17 Nov 2000 Eric Andersen e5aef92e221 Fix up builtin overrides, and hack in the binary search for finding matching applets into the shell. 17 Nov 2000 Mark Whitley cf32e23796a Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>. 17 Nov 2000 Eric Andersen 50b3113dc2d Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN. Make the sh default to using external commands when a path is provided. 17 Nov 2000 Eric Andersen 337ec1bb321 Fix typo pointed out by Michael Renzmann <renzmann@gmx.de> 17 Nov 2000 Eric Andersen e790ddb2e11 Add BB_CMP to xfopen 17 Nov 2000 Eric Andersen 4e573f4729a Remove the BSD advertising clause, and replace it with a link to how the advertising clause has been retroactivly declared null and void. 15 Nov 2000 Eric Andersen 8045c08e1c7 Oops. I kant tipe. 14 Nov 2000 Mark Whitley e2e2c29ea13 Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato, Mr. Robotti...) Closes bug #1065. 14 Nov 2000 Eric Andersen 3c5ee9a379d Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jim Gleason <jimg@lineo.com>. 14 Nov 2000 Eric Andersen 46f0beb1672 Patch from Gennady Feldman <gfeldman@tradeline.net> to: 1. Opens redirections w/ the right access.
2. Doesn't do globbing for every single parameter (so it
doesn't stat every parameter). 14 Nov 2000 Eric Andersen 2aa1091130d Ulp. "expr" listed as a second "echo" (oops) -- thanks to David Douthitt for noticing.... 14 Nov 2000 Eric Andersen 6d5b73d183c Add in Zdisk 14 Nov 2000 Eric Andersen f61caf04115 Remove unneeded junk 14 Nov 2000 Matt Kraai 7918e1fd549 Move flush_outbuf to the file in which it is used, and by doing so fix a nasty error dealing with two different variables with the same name. 08 Nov 2000 Matt Kraai d8ad76cb31f Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others I introduced. 08 Nov 2000 Eric Andersen 63a862272cc Cleanup of duplicated symbols -- found by compiling with LDFLAGS += -Wl,-warn-common 07 Nov 2000 Mark Whitley eb69ead0910 Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it would not match blank lines (bug #1064). Followed Matt Kraii's suit on his
1.42 revision of grep. Tested it, works. 03 Nov 2000 Mark Whitley e7ff2842dd1 Now, what was that logic block doing up there? 03 Nov 2000 Mark Whitley 2dc192fd991 Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up 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). 03 Nov 2000 Eric Andersen a75466e9819 Warning cleanup from Gennady Feldman -Erik 02 Nov 2000 Eric Andersen ef936da7c56 Fix uname problem that was breaking poweroff. 30 Oct 2000 Eric Andersen 3e07541e5fe This was redundant 29 Oct 2000 Matt Kraai 269e07cadc5 Make fbset compile with the readmode feature by pulling defs from fb.h. 28 Oct 2000 Matt Kraai a5bd26831f7 Make features independent. 28 Oct 2000 Matt Kraai b273d665181 We also need to declare info if the USERNAMES feature is enabled. 28 Oct 2000 Eric Andersen c559d307765 Add in -lgcc to add needed symbold when linking vs uclibc. 27 Oct 2000 Eric Andersen b344c217097 Oops. I never committed this. Update version to 0.48pre... 27 Oct 2000 Eric Andersen d1ee7e39f72 Silence a warning, 26 Oct 2000 Eric Andersen 84bdc75c7e3 This was broken when applets moved to applets.h. Fix it. 26 Oct 2000 Matt Kraai e8c55f42c12 Fixed error handling and TRUE/FALSE usage. 25 Oct 2000 Matt Kraai 2dab174daa0 Restore --help handling I mistakenly removed. 25 Oct 2000 Matt Kraai a0428eee9e0 Avoid reinventing the wheel (and thus save some space). 25 Oct 2000 Matt Kraai ef5529b2786 Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE uses, and other minor fixes. 25 Oct 2000 Matt Kraai 9133c98a9d5 Cleaned up error handling, TRUE/FALSE usage, and other minor issues. 25 Oct 2000 Matt Kraai 3180413e764 Clean up error handling and uses of TRUE/FALSE. 25 Oct 2000 Matt Kraai ac1169b20f3 Cleaned up error handling and uses of TRUE/FALSE. 25 Oct 2000 Matt Kraai 97d26125665 Cleaned up error message handling. 25 Oct 2000 Matt Kraai 324a778f31a Added a fatalPerror function to simplify error handling. 25 Oct 2000