aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-12-11Patch from Larry Doolittle, fix up logging across multilple lines, hopefullyEric Andersen
2000-12-11Reverse logic so when network logging, it by default does not log locally.Eric Andersen
2000-12-11Add a linker warning for symbol conflicts.Eric Andersen
2000-12-10Some .deb updateEric Andersen
2000-12-10Support for tar -z option for uncompressing onlyGlenn L McGrath
2000-12-10Introduce new function gunzip_init()Glenn L McGrath
2000-12-09NFS_PORT and NFS_FHSIZE are not defined in the kernel headers that come with ...Glenn L McGrath
2000-12-09Fix problem where 'du file_that_exists' doesn't work.Eric Andersen
2000-12-09More wget cleanups I've been working on...Eric Andersen
2000-12-09Some little cleanups from Larry DoolittleEric Andersen
2000-12-09Patch from Matt Kraai to implement uniq -[cdu]Eric Andersen
2000-12-09add quiet mode support.Glenn L McGrath
2000-12-09Forget to set final argv entry to NULL, breaking sh.c amoungEric Andersen
2000-12-08Some updates. Wrong name was on a patch, plus a spelling fix.Eric Andersen
2000-12-08Put in i to getopt, so i will work...Eric Andersen
2000-12-08Update inittab docsEric Andersen
2000-12-08Make no local logging a runtime option for network logging...Eric Andersen
2000-12-08Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not logEric Andersen
2000-12-08Patch from Matt Kraai to make logger log all arguments.Eric Andersen
2000-12-08when invoked as 'busybox foo args' remove the "busybox"Eric Andersen
2000-12-07Patch from Matt Kraai to enable proxy support.Eric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-07Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad formatMatt Kraai
2000-12-07Get rid of redundant TRUE and FALSE definitions.Matt Kraai
2000-12-07oops, didn't mean to commit that last one... revertingRandolph Chung
2000-12-07Write progress meter to stderr instead of stdoutRandolph Chung
2000-12-07Fixed URL parsing bugRandolph Chung
2000-12-07Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hardEric Andersen
2000-12-07Add some more changlog stuff suggested by Larry Doolittle.Eric Andersen
2000-12-06Bettwr document the hidden internal sh.c #defines, and which folksEric Andersen
2000-12-06Close but #1071...Eric Andersen
2000-12-06Ignore the newdocs as wellEric Andersen
2000-12-06Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "'Eric Andersen
2000-12-06patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WINEric Andersen
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