aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-10-25Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSEMatt Kraai
2000-10-25Cleaned up error handling, TRUE/FALSE usage, and other minor issues.Matt Kraai
2000-10-25Clean up error handling and uses of TRUE/FALSE.Matt Kraai
2000-10-25Cleaned up error handling and uses of TRUE/FALSE.Matt Kraai
2000-10-25Cleaned up error message handling.Matt Kraai
2000-10-25Added a fatalPerror function to simplify error handling.Matt Kraai
2000-10-25Fix for bug #1068 from Kent RobottiGlenn L McGrath
2000-10-25Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary searchMark Whitley
2000-10-23Fix error messages.Matt Kraai
2000-10-23Fix error message.Matt Kraai
2000-10-19Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]Mark Whitley
2000-10-19Piss people off by removing [+-][0-9]+ options from tail.Matt Kraai
2000-10-16Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>.Matt Kraai
2000-10-13Fix handling of ^$ by removing the newline from input lines and by notMatt Kraai
2000-10-13Consolidate stat(2) and lstat(2) calls and error handling.Matt Kraai
2000-10-13Exit with failure status if we are unable to list any files orMatt Kraai
2000-10-12Apply a patch from Matt Kraai to fix buffer overrun and convert toEric Andersen
2000-10-12Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to makeEric Andersen
2000-10-09Added cmp and readlink applets from Matt Kraai.Mark Whitley
2000-10-09Patch from Matt Kraai so wc will return a proper error codeEric Andersen
2000-10-09Fix a thinko. Patch from Justus Pendleton <justus@acm.org>Eric Andersen
2000-10-09Apply a patch from Matt Kraai:Eric Andersen
2000-10-04Patch from Matt Kraai: "When it encounters a problem creating a link, lnEric Andersen
2000-10-04Rewrite to use getopt and return instead of exit, a seperate function (fs_lin...Glenn L McGrath
2000-10-03Add a spiffy progress meter.Eric Andersen
2000-10-02Try to guess an output filenameEric Andersen
2000-10-01Apply patch from Giulio Orsero <giulioo@pobox.com> to ensureEric Andersen
2000-09-29General cleanup of comments, defines, includes, and global variables, removed...Glenn L McGrath
2000-09-28Fixes to allow compilation on systems with glibc 2.1.92Pavel Roskin
2000-09-28+ shortened main() a little, and a few aesthetic cleanups here & there.John Beppu
2000-09-27Rewrote head to perservere when it can't open a file, and share codeMatt Kraai
2000-09-27Continue concatenating files even if we can't open one.Matt Kraai
2000-09-27Consolidate handling of some fopen failures.Matt Kraai
2000-09-27Rewrote uniq to be less than a third of the size, and fixed some otherMatt Kraai
2000-09-26Fix up the docsEric Andersen
2000-09-26update the docsEric Andersen
2000-09-26Log the devps patch updateEric Andersen
2000-09-26Final touchups for the release...Eric Andersen
2000-09-26Add in busybox.h. I renamed it, and forgot to commit the newky named version.Eric Andersen
2000-09-26Yet more polish (thanks again to kent robotti for the bug reports).Eric Andersen
2000-09-26Remove all reference to the now obsolete /dev/modulesEric Andersen
2000-09-26Update my devps patch for the latest 2.2 kernel.Eric Andersen
2000-09-25Fix nameEric Andersen
2000-09-25Some more polish to make xargs act like GNU xargs (thanks to kent robottiEric Andersen
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-25Gratuitously changed the file "busybox.defs.h" to the moreEric Andersen
2000-09-25Fix from Matt Kraai for the to the "busybox --install prints out on STDERREric Andersen
2000-09-25Final (I think) version of xargs. Throw away all that tedious stringEric Andersen
2000-09-25Be ever so pedantic about escaping chars that the shell might not like...Eric Andersen
2000-09-25Remove a now unneeded checkEric Andersen