aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-12-06Added insmod support for ARM, and lsmod support for older kernels,Eric Andersen
2000-12-06Must compile before committing.Matt Kraai
2000-12-06Fix exit status on failure.Matt Kraai
2000-12-05Removed isBlank and isWildCard macros that were totally unused (should anyoneMark Whitley
2000-12-05Changed some #define strings to static const char [] variables. Tested lsMark Whitley
2000-12-05Use perrorMsg and clean up exit status.Matt Kraai
2000-12-05Fixed the comments to match the code and renamed the function to a (hopefully)Mark Whitley
2000-12-05Applied patch from Matt Kraai to add v*error functions for handling varargMark Whitley
2000-12-05Use perrorMsg instead of perror and keep removing files if we encounterMatt Kraai
2000-12-04Changelog updateEric Andersen
2000-12-04Flag day warning!Eric Andersen
2000-12-04Patch to add in the -X option and fix the --exclude bug, originally byEric Andersen
2000-12-02Fix typoEric Andersen
2000-12-02Patch from Larry Doolittle so it will build the newdocs right.Eric Andersen
2000-12-01Update for handling .udebs and building using a pristine source dir...Eric Andersen
2000-12-01More doc handling updatesEric Andersen
2000-12-01Update some descriptionsEric Andersen
2000-12-01Fix yet another blunder. Create symlink correctly this time.Eric Andersen
2000-12-01I forgot a "/". Oops.Eric Andersen
2000-12-01More pristine source directory updates. It now worksEric Andersen
2000-12-01More updates for the Makefile to do BB_SRC_DIR. This isEric Andersen
2000-12-01Make tar shutup on compileEric Andersen
2000-12-01Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-11-30Apply some patches from Gennady Feldman <gfeldman@mail.com> toEric Andersen
2000-11-30Note new dependency.Matt Kraai
2000-11-30Note an error if we are unable to list/extract specified files.Matt Kraai
2000-11-30Patch from Larry Doolittle (with minor touchups from me so everything compilesEric Andersen
2000-11-30Fix escape char problem.Eric Andersen
2000-11-29Add "\r" to utility.c:process_escape_sequence() (from email aboutEric Andersen
2000-11-29Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>Eric Andersen
2000-11-29Apply rev #2 of dd fix from Gennady Feldman.Eric Andersen
2000-11-29Update the changelog a bitEric Andersen
2000-11-29Moar Speling fickes frum Larry DoolittleEric Andersen
2000-11-29Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaborationEric Andersen
2000-11-29Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to closeEric Andersen
2000-11-29Patch from Matt Kraai to fix an infinate loop with ls -aREric Andersen
2000-11-29Finish commit of rpmunpack and add in scripts for undeb and unrpmEric Andersen
2000-11-29Apply a patch fromkent robotti:Eric Andersen
2000-11-22Re-organized some sections and added a whole new section on avoiding theMark Whitley
2000-11-22Fix behavior when removal fails.Matt Kraai
2000-11-18Check for archive errors even for files we aren't extracting.Matt Kraai
2000-11-18Fixed return status (thanks to David Douthitt for the fix).Matt Kraai
2000-11-18Fixed user and group name listing.Matt Kraai
2000-11-17Added AdTran to the list of products using Busybox.Mark Whitley
2000-11-17Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle theMark Whitley
2000-11-17Numerous spelling / grammar corrections from Larry DoolittleMark Whitley
2000-11-17"I will always compile before I commit."Eric Andersen
2000-11-17Fix up builtin overrides, and hack in the binary search for findingEric Andersen
2000-11-17Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>.Mark Whitley