usage.c: remove reference to busybox.h
[platform/upstream/busybox.git] / applets / usage.c
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-01-03 Denis Vlasenkofix allnoconfig build. the most useful fix of the month. ;)
2006-10-19 Denis Vlasenkomove usage_compressed.h generation into applets/
2004-04-06 Eric AndersenFix it so usage is _always_ in sync with applets.c...
2001-02-22 Eric AndersenAnother update to the way usage messages are done by...
2001-02-17 Eric AndersenUpdate the build system for pristine source directory...
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-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 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-18 Matt KraaiRewrote dd.
2000-12-13 Eric AndersenDocument gzip -d
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-08 Eric AndersenMake no local logging a runtime option for network...
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-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 Mark WhitleyModified help string for xargs. Props to Kent Robotti...
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-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-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 AndersenAdd in the "reset" command.
2000-08-11 Eric AndersenBetter 'mt' docs, thanks to Kent Robotti <robotti@metco...
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-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-19 Matt KraaiAdded some missing declarations and fixed some typos...
2000-07-19 Matt KraaiAdd usage messages for applets without them.
2000-07-16 Matt KraaiExtract usage information into a separate file.