aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
when compiled for remote logging. Not the ideal way to fix it (it should really be a runtime switch), but good enough for now I guess...
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
so ps shows only what we want it to show...
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
compliant with the style guide. Everybody rebuild your tags file!
2000-12-07Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad formatMatt Kraai
strings from being passed to syslog(3).
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
Fixed -O - output-to-stdout bug
2000-12-07Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hardEric Andersen
links, and no longer segfault in a certain wierd case.
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
might want to use...
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
so it properly outputs "1 2 3".
2000-12-06patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WINEric Andersen
to the more pedantically correct BB_FEATURE_SH_APPLETS_ALWAYS_WIN.
2000-12-06Added insmod support for ARM, and lsmod support for older kernels,Eric Andersen
thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and Nicolas Ferre <nicolas.ferre@alcove.fr>. -Erik
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
need isBlank, please use isblank() in ctype.h). Converted isDecimal and isOctal into inline functions. Compiled, tested, worked.
2000-12-05Changed some #define strings to static const char [] variables. Tested lsMark Whitley
after changing, it worked.
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
more descriptive name, and as per the style guide.
2000-12-05Applied patch from Matt Kraai to add v*error functions for handling varargMark Whitley
lists in a safe 'n sane fashion.
2000-12-05Use perrorMsg instead of perror and keep removing files if we encounterMatt Kraai
an error.
2000-12-04Changelog updateEric Andersen
2000-12-04Flag day warning!Eric Andersen
Change TRUE and FALSE defines to normal C style TRUE=1, FALSE=0. -Erik
2000-12-04Patch to add in the -X option and fix the --exclude bug, originally byEric Andersen
Sebastien Huet, and now ported to the latest and greatest by both Arne Bernin <ab@netropol.de> and kent robotti <robotti@metconnect.com>.
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
for me (including doing install). How about you? -Erik
2000-12-01More updates for the Makefile to do BB_SRC_DIR. This isEric Andersen
primarily a patch from Larry Doolittle, but with updates from me to handle docs and link creation properly...
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
so no point acting like we do.
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
. /etc/profile, and to emulate bash prompt. I've cleaned up his patches a bit and all looks good now...
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
and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes.
2000-11-30Fix escape char problem.Eric Andersen