- c119ab9 Note an error if we are unable to list/extract specified files. by Matt Kraai · 24 years ago
- 8c725e6 Patch from Larry Doolittle (with minor touchups from me so everything compiles by Eric Andersen · 24 years ago
- 8c2d3f4 Fix escape char problem. by Eric Andersen · 24 years ago
- 9bd71e8 Add "\r" to utility.c:process_escape_sequence() (from email about by Eric Andersen · 24 years ago
- 8fff78d Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com> by Eric Andersen · 24 years ago
- ddea368 Apply rev #2 of dd fix from Gennady Feldman. by Eric Andersen · 24 years ago
- 618e8ed Update the changelog a bit by Eric Andersen · 24 years ago
- 0730943 Moar Speling fickes frum Larry Doolittle by Eric Andersen · 24 years ago
- 20ea5c3 Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaboration by Eric Andersen · 24 years ago
- 7b5d594 Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close by Eric Andersen · 24 years ago
- cf1189f Patch from Matt Kraai to fix an infinate loop with ls -aR by Eric Andersen · 24 years ago
- 4bfb6b7 Finish commit of rpmunpack and add in scripts for undeb and unrpm by Eric Andersen · 24 years ago
- e500d20 Apply a patch fromkent robotti: by Eric Andersen · 24 years ago
- d58ff87 Re-organized some sections and added a whole new section on avoiding the by Mark Whitley · 24 years ago
- 9a71af5 Fix behavior when removal fails. by Matt Kraai · 24 years ago
- ab8f9e2 Check for archive errors even for files we aren't extracting. by Matt Kraai · 24 years ago
- 768a234 Fixed return status (thanks to David Douthitt for the fix). by Matt Kraai · 24 years ago
- e93abf9 Fixed user and group name listing. by Matt Kraai · 24 years ago
- 5022d0e Added AdTran to the list of products using Busybox. by Mark Whitley · 24 years ago
- 0053087 Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the by Mark Whitley · 24 years ago
- 9028e2c Numerous spelling / grammar corrections from Larry Doolittle by Mark Whitley · 24 years ago
- a683ee8 "I will always compile before I commit." by Eric Andersen · 24 years ago
- e5aef92 Fix up builtin overrides, and hack in the binary search for finding by Eric Andersen · 24 years ago
- cf32e23 Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>. by Mark Whitley · 24 years ago
- 50b3113 Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN. by Eric Andersen · 24 years ago
- 337ec1b Fix typo pointed out by Michael Renzmann <renzmann@gmx.de> by Eric Andersen · 24 years ago
- e790ddb Add BB_CMP to xfopen by Eric Andersen · 24 years ago
- 4e573f4 Remove the BSD advertising clause, and replace it with a link to how by Eric Andersen · 24 years ago
- 8045c08 Oops. I kant tipe. by Eric Andersen · 24 years ago
- e2e2c29 Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato, by Mark Whitley · 24 years ago
- 3c5ee9a Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jim by Eric Andersen · 24 years ago
- 46f0beb Patch from Gennady Feldman <gfeldman@tradeline.net> to: by Eric Andersen · 24 years ago
- 2aa1091 Ulp. "expr" listed as a second "echo" (oops) -- thanks to David Douthitt by Eric Andersen · 24 years ago
- 6d5b73d Add in Zdisk by Eric Andersen · 24 years ago
- f61caf0 Remove unneeded junk by Eric Andersen · 24 years ago
- 7918e1f Move flush_outbuf to the file in which it is used, and by doing so fix a by Matt Kraai · 24 years ago
- d8ad76c Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others I introduced. by Matt Kraai · 24 years ago
- 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
- eb69ead Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it by Mark Whitley · 24 years ago
- e7ff284 Now, what was that logic block doing up there? by Mark Whitley · 24 years ago
- 2dc192f Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up by Mark Whitley · 24 years ago
- a75466e Warning cleanup from Gennady Feldman -Erik by Eric Andersen · 24 years ago
- ef936da Fix uname problem that was breaking poweroff. by Eric Andersen · 24 years ago
- 3e07541 This was redundant by Eric Andersen · 24 years ago
- 269e07c Make fbset compile with the readmode feature by pulling defs from fb.h. by Matt Kraai · 24 years ago
- a5bd268 Make features independent. by Matt Kraai · 24 years ago
- b273d66 We also need to declare info if the USERNAMES feature is enabled. by Matt Kraai · 24 years ago
- c559d30 Add in -lgcc to add needed symbold when linking vs uclibc. by Eric Andersen · 24 years ago
- b344c21 Oops. I never committed this. Update version to 0.48pre... by Eric Andersen · 24 years ago
- d1ee7e3 Silence a warning, by Eric Andersen · 24 years ago
- 84bdc75 This was broken when applets moved to applets.h. Fix it. by Eric Andersen · 24 years ago
- e8c55f4 Fixed error handling and TRUE/FALSE usage. by Matt Kraai · 24 years ago
- 2dab174 Restore --help handling I mistakenly removed. by Matt Kraai · 24 years ago
- a0428ee Avoid reinventing the wheel (and thus save some space). by Matt Kraai · 24 years ago
- ef5529b Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE by Matt Kraai · 24 years ago
- 9133c98 Cleaned up error handling, TRUE/FALSE usage, and other minor issues. by Matt Kraai · 24 years ago
- 3180413 Clean up error handling and uses of TRUE/FALSE. by Matt Kraai · 24 years ago
- ac1169b Cleaned up error handling and uses of TRUE/FALSE. by Matt Kraai · 24 years ago
- 97d2612 Cleaned up error message handling. by Matt Kraai · 24 years ago
- 324a778 Added a fatalPerror function to simplify error handling. by Matt Kraai · 24 years ago
- b60208d Fix for bug #1068 from Kent Robotti by Glenn L McGrath · 24 years ago
- 130005c Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search by Mark Whitley · 24 years ago
- 207061a Fix error messages. by Matt Kraai · 24 years ago
- 2be4797 Fix error message. by Matt Kraai · 24 years ago
- 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
- 69229a6 Piss people off by removing [+-][0-9]+ options from tail. by Matt Kraai · 24 years ago
- 4f94e82 Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>. by Matt Kraai · 24 years ago
- 567cdd1 Fix handling of ^$ by removing the newline from input lines and by not by Matt Kraai · 24 years ago
- 9a6e67c Consolidate stat(2) and lstat(2) calls and error handling. by Matt Kraai · 24 years ago
- 33fdae5 Exit with failure status if we are unable to list any files or by Matt Kraai · 24 years ago
- e7e1e2d Apply a patch from Matt Kraai to fix buffer overrun and convert to by Eric Andersen · 24 years ago
- 0d5835a Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make by Eric Andersen · 24 years ago
- 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
- 7a86e61 Patch from Matt Kraai so wc will return a proper error code by Eric Andersen · 24 years ago
- 62f987e Fix a thinko. Patch from Justus Pendleton <justus@acm.org> by Eric Andersen · 24 years ago
- 958c78f Apply a patch from Matt Kraai: by Eric Andersen · 24 years ago
- 13241df Patch from Matt Kraai: "When it encounters a problem creating a link, ln by Eric Andersen · 24 years ago
- aa3908d Rewrite to use getopt and return instead of exit, a seperate function (fs_link) does the actual work. by Glenn L McGrath · 24 years ago
- b520e08 Add a spiffy progress meter. -Erik by Eric Andersen · 24 years ago
- 25b669c Try to guess an output filename by Eric Andersen · 24 years ago
- ba1ff9b Apply patch from Giulio Orsero <giulioo@pobox.com> to ensure by Eric Andersen · 24 years ago
- c2bf5ca General cleanup of comments, defines, includes, and global variables, removed those that arent needed, grouped those remaining at the top. by Glenn L McGrath · 24 years ago
- 43f3e61 Fixes to allow compilation on systems with glibc 2.1.92 by Pavel Roskin · 24 years ago
- 8d369e9 by John Beppu · 24 years ago
- c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
- e7c1af1 Continue concatenating files even if we can't open one. by Matt Kraai · 24 years ago
- bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
- e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
- 8ce85ce Fix up the docs by Eric Andersen · 24 years ago
- bdcc6fb update the docs by Eric Andersen · 24 years ago
- f826351 Log the devps patch update by Eric Andersen · 24 years ago
- db7f2af Final touchups for the release... -Erik by Eric Andersen · 24 years ago
- f6b7139 Add in busybox.h. I renamed it, and forgot to commit the newky named version. by Eric Andersen · 24 years ago
- d266748 Yet more polish (thanks again to kent robotti for the bug reports). -Erik by Eric Andersen · 24 years ago
- 5332369 Remove all reference to the now obsolete /dev/modules -Erik by Eric Andersen · 24 years ago
- 67fdf5e Update my devps patch for the latest 2.2 kernel. -Erik by Eric Andersen · 24 years ago
- ff1ed72 Fix name by Eric Andersen · 24 years ago
- d89882d Some more polish to make xargs act like GNU xargs (thanks to kent robotti by Eric Andersen · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- caffb6e Gratuitously changed the file "busybox.defs.h" to the more by Eric Andersen · 24 years ago