more make safe the exported namespace for udhcp. Move to bb-specific file for reduce...
[oweals/busybox.git] / applets /
2001-03-23 Eric Andersenincludes cleanup from Jeff Garzik
2001-03-20 Mark WhitleyAdded adjtimex applet from Larry Doolittle.
2001-03-20 Eric AndersenForce applet_name to be "sh" when command prefaced...
2001-03-20 Eric Andersenchown was missing a ] in its usage msg
2001-03-19 Eric AndersenPatch from Vladimir to move struct applet from busybox...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...
2001-03-16 Eric AndersenThere was an unwanted extra newline, which prevented... 0_50
2001-03-15 Mark WhitleyOne tinly, little, missing newline that confused Pod.
2001-03-15 Eric AndersenUpdate the documentation so examples are autoincluded...
2001-03-14 Mark WhitleyApplied patch from Christophe Boyanique to add an egrep...
2001-03-13 Mark WhitleyApplied patch from Christophe Boyanique to add -i suppo...
2001-03-12 Mark WhitleyApplied patch from Gennady Feldman to split up syslogd...
2001-03-12 Manuel Novoa III Adjust ifconfig usage message for selected options...
2001-03-08 Eric AndersenPer Vladimir's suggestion, force the locale to POSIX...
2001-03-02 Mark WhitleyAdded Magnus Damm's tftp applet to Busybox.
2001-03-02 Mark WhitleyChanged exit code from -1 to 0 when busybox is invoked...
2001-02-24 Eric AndersenThe usage message for syslogd had stuff longer then...
2001-02-23 Eric AndersenAnother usage cleanup from kent robotti
2001-02-23 Eric AndersenMore cleanups
2001-02-23 Eric AndersenMake HUMAN_READABLE be single argument like the others.
2001-02-23 Eric AndersenMore usage cleanups from kent robotti. I know some...
2001-02-23 David Kimdonspace after \ make preprocessor sad
2001-02-23 Eric AndersenI should be more careful...
2001-02-22 Eric AndersenCommit a few updates to the usage messages.
2001-02-22 Eric AndersenAnother update to the way usage messages are done by...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-17 Eric AndersenA bunch of usage clenups from kent robotti <robotti...
2001-02-17 Eric AndersenUpdate the build system for pristine source directory...
2001-02-16 Eric AndersenDo usage messages the same way all other apps fo them.
2001-02-14 Eric AndersenFins find message.
2001-02-14 Eric AndersenI forgot to add usage.h, so here it is, with a few...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-14 Eric AndersenCommit Vladimir's latest version of stty.c. Nice work.
2001-02-14 Eric AndersenAdd in ifconfig and route
2001-02-13 Eric AndersenApply a patch from Evin Robertson -- new pivot_root...
2001-02-12 Glenn L McGrathNew dpkg-deb option, warning about dpkg usage
2001-02-10 Glenn L McGrathNew applet: dpkg
2001-02-07 Matt KraaiAdd listening support.
2001-02-07 Matt KraaiReworked find with David Douthitt to support -type...
2001-02-01 Matt KraaiCreate find_applet_by_name function. Save 32 bytes.
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix some formatting
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-26 Eric AndersenCleanup patch from larry doolittle
2001-01-25 Eric AndersenAdd in spoon's watchdog timer app.
2001-01-25 Eric AndersenApply a patch from Brent Priddy <brent.priddy@adtran...
2001-01-24 Eric Andersenmore bugs fixed -- found doing regression testing
2001-01-24 Eric AndersenFix up insmod usage info to mention -L
2001-01-22 Richard JuneAdd HUMAN_READABLE define for -m and -h support in...
2001-01-20 Eric AndersenMove \n to inside TRIVIAL_HELP, to save a few bytes...
2001-01-02 Glenn L McGrathadd dpkg-deb command
2001-01-02 Matt KraaiLog stdin when no message given and use getopt.
2000-12-26 Matt KraaiFix lower casing for weird locales.
2000-12-18 Matt KraaiRewrote dd.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-15 Matt KraaiRewrite argv munger.
2000-12-13 Eric AndersenDocument gzip -d
2000-12-12 Eric AndersenSome compile fixes found by Larry Doolittle
2000-12-11 Eric AndersenFix spelling error s/defaut/default/g
2000-12-11 Eric AndersenReverse logic so when network logging, it by default...
2000-12-09 Eric AndersenPatch from Matt Kraai to implement uniq -[cdu]
2000-12-09 Eric AndersenForget to set final argv entry to NULL, breaking sh...
2000-12-08 Eric AndersenMake no local logging a runtime option for network...
2000-12-08 Eric Andersenwhen invoked as 'busybox foo args' remove the "busybox"
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-07 Eric AndersenPatch from Jim Gleason <jimg@lineo.com> to fix tar...
2000-12-04 Eric AndersenPatch to add in the -X option and fix the --exclude...
2000-12-02 Eric AndersenPatch from Larry Doolittle so it will build the newdocs...
2000-12-01 Eric AndersenMore pristine source directory updates. It now works
2000-11-30 Eric AndersenPatch from Larry Doolittle (with minor touchups from...
2000-11-29 Eric AndersenApply rev #2 of dd fix from Gennady Feldman.
2000-11-29 Eric AndersenApply a patch from Larry Doolittle <ldoolitt@recycle...
2000-11-29 Eric AndersenApply a patch fromkent robotti:
2000-11-17 Eric AndersenFix up builtin overrides, and hack in the binary search...
2000-11-17 Mark WhitleyModified help string for xargs. Props to Kent Robotti...
2000-10-26 Eric AndersenThis was broken when applets moved to applets.h. Fix it.
2000-10-25 Matt KraaiRestore --help handling I mistakenly removed.
2000-10-25 Matt KraaiAvoid reinventing the wheel (and thus save some space).
2000-10-25 Mark WhitleyApplied patch from Gaute B Strokkenes <gs234@cam.ac...
2000-10-19 Mark WhitleyPut getopt_usage where it belongs and added *_usage...
2000-10-19 Matt KraaiPiss people off by removing [+-][0-9]+ options from...
2000-10-12 Eric AndersenApply patch from "Orion Poplawski" <OPoplawski@cqg...
2000-10-09 Mark WhitleyAdded cmp and readlink applets from Matt Kraai.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-25 Eric AndersenGratuitously changed the file "busybox.defs.h" to the...
2000-09-25 Eric AndersenFix from Matt Kraai for the to the "busybox --install...
2000-09-23 Eric Andersenupdate usage for xargs
2000-09-22 Eric AndersenUse minix xargs instead, and update docs accordingly
2000-09-22 Eric AndersenAdd in xargs
2000-09-20 Eric AndersenAdded dos2unix, unix2dos, and unrpm.c thanks to robotti...
2000-09-11 Glenn L McGrathNew dd behaviour
2000-09-09 Glenn L McGrathUpdated to match new -R ar functionality
2000-09-09 Glenn L McGrathChanged getopt so that options can be grouped together...
2000-09-07 Eric AndersenNew ls sorting patch, as written by Sterling Huxley...
2000-09-05 Eric AndersenAdded expr, from Edward Betts <edward@debian.org>,...
2000-09-04 Eric AndersenForgot this part of wget
2000-09-04 Eric AndersenInitial implementation of wget, from Chip Rosenthal...
2000-09-01 Eric AndersenFix compile when BB_FEATURE_LINUXRC is defined
2000-09-01 Eric Andersenupdated some usage info from a patch from robotti@metco...
2000-08-25 Glenn L McGrathar.c now uses a linked list to process headers, uses...
next