Shutdown sending on the socket when stdin closes.
[oweals/busybox.git] / applets /
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...
2000-08-25 Eric AndersenFix tab stops for sed usage.
2000-08-21 Eric AndersenAdded the 'rdate' command, thanks to Sterling Huxley...
2000-08-21 Eric AndersenAdded getopt(1) from "Alfred M. Szmidt" <ams@trillian...
2000-08-21 Eric AndersenAdd in the "reset" command.
2000-08-19 Eric AndersenMinor fixups.
2000-08-11 Eric AndersenBetter 'mt' docs, thanks to Kent Robotti <robotti@metco...
2000-08-10 Eric AndersenSome #include updates.
2000-08-02 Eric AndersenMerge in two patches from Dave Cinege:
2000-08-02 Eric AndersenUpdate to the tail rewrite by "Allen Soard" <esp-softwa...
2000-07-28 Pavel RoskinDisabled debugging output
2000-07-28 Eric AndersenMore sh updates (with related changes to everything...
2000-07-25 Eric AndersenRemove some noise.
2000-07-25 Eric AndersenClean up $1=$prefix
2000-07-21 Eric AndersenAdded 'renice' command, thanks to Dave Cinege <dcinege...
2000-07-21 Pavel RoskinFixed usage info for "cut"
2000-07-20 Mark WhitleyTook -V out of the sed_usage string.
2000-07-20 Eric Andersen* syslogd can now log messages to a remote host --...
2000-07-20 Eric AndersenAdjusted install.sh to use relative symlinks, and to...
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-19 Matt KraaiAdded some missing declarations and fixed some typos...
2000-07-19 Matt KraaiAdd usage messages for applets without them.
2000-07-19 Eric AndersenFunny. Head was getting installed to the wrong spot.
2000-07-17 Pavel RoskinNew message added to messages.c: full_version
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Eric AndersenBe more pedantic aboutthe terminating null applet.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiThe applet name isn't constant.
2000-07-11 Matt KraaiAdded applet_name to contain the applet name.
2000-07-11 Eric AndersenAdded 'dumpkmap' to allow people to dump a binary keyma...
2000-07-07 Eric AndersenRemoved sfdisk from BusyBox. It was buggy, fat, and...
2000-07-06 Eric AndersenRemove leftovers of block_device, which disapperared...
2000-06-29 Eric AndersenAdded support for being a login shell, so things like...
2000-06-28 John Beppu= minor formatting issues
2000-06-28 John Beppu+ busybox --install [-s]
2000-06-27 John Beppu+ s/int install_links/static int install_links/
2000-06-27 John Beppu+ littering my code w/ comments about what troubles me.
2000-06-27 John Beppu+ busybox --install [-s]
2000-06-21 Pavel RoskinRemoved all vestiges of "math"
2000-06-21 John Beppu+ added dc (aka the function formerly known as math)
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-13 Erik AndersenBusyBox shell (lash) can now be used as a standalone...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-01 Erik AndersenSome accrued fixes/updates.
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-25 Erik AndersenSeveral more updates
2000-04-18 Erik AndersenFix creation of /linuxrc
2000-04-18 Erik AndersenUpdates
2000-04-15 Erik AndersenMore documentation updates, and minor fixes to make...
2000-04-13 John Beppu- the message that comes up when busybox is invoked
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-06 Erik AndersenFix sed regexp replacement, which I had hosed (thanks to
2000-04-06 Erik AndersenUse gcc -E instead of cpp to enhance portability for...
2000-04-05 Erik AndersenTar now works perfectly. It behaves much better now...
next