fli4l
  1. fli4l

busybox

Public
AuthorCommitMessageCommit dateIssues
Eric AndersenEric Andersen
cf1189f5a70Patch from Matt Kraai to fix an infinate loop with ls -aR
Eric AndersenEric Andersen
4bfb6b7b67fFinish commit of rpmunpack and add in scripts for undeb and unrpm
Eric AndersenEric Andersen
e500d208356Apply 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.
Mark WhitleyMark Whitley
d58ff8731ceRe-organized some sections and added a whole new section on avoiding thepreprocessor. Comments welcome.
Matt KraaiMatt Kraai
9a71af54f53Fix behavior when removal fails.
Matt KraaiMatt Kraai
ab8f9e286b1Check for archive errors even for files we aren't extracting.
Matt KraaiMatt Kraai
768a2340b55Fixed return status (thanks to David Douthitt for the fix).
Matt KraaiMatt Kraai
e93abf9e699Fixed user and group name listing.
Mark WhitleyMark Whitley
5022d0e55fbAdded AdTran to the list of products using Busybox.
Mark WhitleyMark Whitley
00530875870Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle thespecial-case of using newlines as field delimiters.
Mark WhitleyMark Whitley
9028e2c96aaNumerous spelling / grammar corrections from Larry Doolittle<ldoolitt@recycle.lbl.gov>, as well as a few additions / clarifications.
Eric AndersenEric Andersen
a683ee81d91"I will always compile before I commit.""I will always compile before I commit." "I will always compile before I commit." -Erik
Eric AndersenEric Andersen
e5aef92e221Fix up builtin overrides, and hack in the binary search for findingmatching applets into the shell.
Mark WhitleyMark Whitley
cf32e23796aModified help string for xargs.Props to Kent Robotti <robotti@metconnect.com>.
Eric AndersenEric Andersen
50b3113dc2dAdd 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.
Eric AndersenEric Andersen
337ec1bb321Fix typo pointed out by Michael Renzmann <renzmann@gmx.de>
Eric AndersenEric Andersen
e790ddb2e11Add BB_CMP to xfopen
Eric AndersenEric Andersen
4e573f4729aRemove the BSD advertising clause, and replace it with a link to howthe advertising clause has been retroactivly declared null and void.
Eric AndersenEric Andersen
8045c08e1c7Oops. I kant tipe.
Mark WhitleyMark Whitley
e2e2c29ea13Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato,Mr. Robotti...) Closes bug #1065.
Eric AndersenEric Andersen
3c5ee9a379dGrammer fix. Changed "longer then" to "longer than". Fix thanks to JimGleason <jimg@lineo.com>.
Eric AndersenEric Andersen
46f0beb1672Patch 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).
Eric AndersenEric Andersen
2aa1091130dUlp. "expr" listed as a second "echo" (oops) -- thanks to David Douthittfor noticing....
Eric AndersenEric Andersen
6d5b73d183cAdd in Zdisk
Eric AndersenEric Andersen
f61caf04115Remove unneeded junk
Matt KraaiMatt Kraai
7918e1fd549Move flush_outbuf to the file in which it is used, and by doing so fix anasty error dealing with two different variables with the same name.
Matt KraaiMatt Kraai
d8ad76cb31fFix some bugs reported by Jim Gleason <jimg@lineo.com> and others Iintroduced.
Eric AndersenEric Andersen
63a862272ccCleanup of duplicated symbols -- found by compiling withLDFLAGS += -Wl,-warn-common
Mark WhitleyMark Whitley
eb69ead0910Removed REG_NEWLINE from regcomp to fix the same bug found in grep where itwould not match blank lines (bug #1064). Followed Matt Kraii's suit on his 1.42 revision of grep. Tested it, works.
Mark WhitleyMark Whitley
e7ff2842dd1Now, what was that logic block doing up there?
Mark WhitleyMark Whitley
2dc192fd991Re-worked the support for s///p, fixed a backref limit buglet, and cleaned upa 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).
Eric AndersenEric Andersen
a75466e9819Warning cleanup from Gennady Feldman -Erik
Eric AndersenEric Andersen
ef936da7c56Fix uname problem that was breaking poweroff.
Eric AndersenEric Andersen
3e07541e5feThis was redundant
Matt KraaiMatt Kraai
269e07cadc5Make fbset compile with the readmode feature by pulling defs from fb.h.
Matt KraaiMatt Kraai
a5bd26831f7Make features independent.
Matt KraaiMatt Kraai
b273d665181We also need to declare info if the USERNAMES feature is enabled.
Eric AndersenEric Andersen
c559d307765Add in -lgcc to add needed symbold when linking vs uclibc.
Eric AndersenEric Andersen
b344c217097Oops. I never committed this. Update version to 0.48pre...
Eric AndersenEric Andersen
d1ee7e39f72Silence a warning,
Eric AndersenEric Andersen
84bdc75c7e3This was broken when applets moved to applets.h. Fix it.
Matt KraaiMatt Kraai
e8c55f42c12Fixed error handling and TRUE/FALSE usage.
Matt KraaiMatt Kraai
2dab174daa0Restore --help handling I mistakenly removed.
Matt KraaiMatt Kraai
a0428eee9e0Avoid reinventing the wheel (and thus save some space).
Matt KraaiMatt Kraai
ef5529b2786Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSEuses, and other minor fixes.
Matt KraaiMatt Kraai
9133c98a9d5Cleaned up error handling, TRUE/FALSE usage, and other minor issues.
Matt KraaiMatt Kraai
3180413e764Clean up error handling and uses of TRUE/FALSE.
Matt KraaiMatt Kraai
ac1169b20f3Cleaned up error handling and uses of TRUE/FALSE.
Matt KraaiMatt Kraai
97d26125665Cleaned up error message handling.
Matt KraaiMatt Kraai
324a778f31aAdded a fatalPerror function to simplify error handling.