sed: unbreak multiple -e, -f option handling (my fault)
[oweals/busybox.git] / include / usage.h
2006-09-30 Denis Vlasenkosyslogd: add option to suppress logging of messages...
2006-09-29 Denis Vlasenkogrep: add help text; fix style
2006-09-29 Denis Vlasenkotop: add support for -b, -n <iterations>
2006-09-27 Denis Vlasenkousage.h: fix compile-time bugs exposed by previous...
2006-09-27 Denis Vlasenkousage.h: remove ugly tricks. We have USE_FEATURE_xxx...
2006-09-27 Denis Vlasenkolosetup: with no arguments lists all /dev/loopN. Correc...
2006-09-27 Denis Vlasenkokill: implement killall5. OpenWRT folks will be happy.
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-09-22 Rob Landley"I'll think about it" != "apply it now". It means...
2006-09-22 Bernhard Reutner... - add new applet resize.
2006-09-20 Bernhard Reutner... - fix documentation for the command-line options of...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-15 Bernhard Reutner... - Steven Scholz pointed out that ssd's make-pid doesn...
2006-09-11 Rob LandleyError reporting fix for sulogin, plus remove help entri...
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-02 Denis Vlasenkoping: implement -I option
2006-09-02 Bernhard Reutner... - patch from Csaba Henk to make the "User-Agent" header...
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-20 Rob LandleyMichael Opdenacker contributed a readahead applet.
2006-08-09 Rob LandleyUpdate usage to talk about the new shared subtree stuff...
2006-07-20 "Robert P. J. Day""formated" -> "formatted" throughout the code base.
2006-07-17 Rob LandleyPatch from Thaddeus Ternes, adding chuid to start-stop...
2006-07-10 Rob LandleyUpgrade netcat a lot. Make -e able to take the rest...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-30 Rob LandleyRevert taskset for 1.2.0. It emits a warning, breaks...
2006-06-28 Mike Frysingercleanup patch usage
2006-06-26 Mike Frysingerfix watchdog on no-mmu systems by adding -F option...
2006-06-26 Rob LandleyUpgrade mdev to allow commands to be run on create...
2006-06-24 Rob LandleyDocument mount's new error return conventions.
2006-06-11 Bernhard Reutner... - add fancy mode to start-stop-daemon to support -...
2006-06-07 Rob LandleyFix from Tito to read from stdin only when it's not...
2006-06-07 Bernhard Reutner... - add applet taskset to set/retrieve the CPU affinity...
2006-05-31 Rob LandleyPatch from Tito to remove long options from hdparm.
2006-05-31 Rob LandleyAdd catv (separate applet instead of cat -v). Also...
2006-05-26 Mike Frysingerfix spelling mistakes
2006-05-19 Mike Frysingerfix indenting in help output for ifconfig
2006-05-16 Rob LandleyRob Sullivan cleaned up the longstanding patch from...
2006-05-12 Paul Foximplement -print0 for find
2006-05-04 Rob LandleyIt was sitting there, in the patches directory, for...
2006-04-28 Rob LandleyMore usage.h cleanups, with collateral changes to httpd...
2006-04-25 Rob LandleyConvert a chunk of usage.h to USE_ and SKIP_ (more...
2006-04-18 Rob LandleyNew applet cksum, from Rob Sullivan.
2006-04-06 Bernhard Reutner... - patch from Rob Sullivan to add support for -L
2006-04-06 Bernhard Reutner... - new applet diff. Rob Sullivan writes:
2006-04-02 Bernhard Reutner... - typos: s/compatability/compatibility/g;s/compatable...
2006-03-31 Bernhard Reutner... - update help text.
2006-03-30 Rob LandleyUpdate ipaddr help to match reality.
2006-03-27 Rob Landleysetlogcons, from Jan Kaszka.
2006-03-08 Mike Frysingerimport most of e2fsprogs 1.38 updates
2006-02-22 Rob LandleyYou don't need an #ifdef around #defines in usage.
2006-02-21 Rob LandleyWalter Harms added -D to date, and I did a code cleanup...
2006-02-21 Mike Frysingereat extraneous newlines at the end of applet full usage
2006-02-21 Mike Frysingeradd setarch/linux32/linux64 applet
2006-02-20 Rob LandleyPatch from Giuseppe Ciotta to specify retry count.
2006-02-06 Mike Frysingerfixup whitespace in awk help output
2006-02-02 Mike Frysingerfix mdev help output
2006-01-30 Rob LandleyRe-add initrd support, unify halt/reboot/poweroff,...
2006-01-25 "Vladimir N. Oleynik"new applet. Thanks Roberto A. Foglietta
2006-01-25 Tim Rikerjust whitespace
2006-01-23 Rob LandleyTesting CONFIG_SORT_BIG to display the help for the...
2006-01-20 Rob LandleyPatch from Aurelien Jacobs to add unlzma. (A new decom...
2006-01-19 Bernhard Reutner... - Document -m, -c, -s and provide a default shell for...
2006-01-13 Paul Foxadd find's "-mmin" option. configurable.
2006-01-04 Mike Frysingermake mount usage a bit more terse
2005-12-21 Rob LandleyWhen you went "losetup -d /dev/loop0 /dev/loop1" the...
2005-12-13 Rob LandleyNothing to see here. Move along.
2005-12-11 Rob LandleyYann E. Morin's update to modprobe usage.
2005-12-11 Glenn L McGrathAdd build options to control SuS compatability, allows...
2005-11-29 Rob LandleyFix losetup so that it A) actually works again, B)...
2005-11-28 Paul Foxadd "-C" format to hexdump
2005-11-23 Rob LandleyUpdate to modprobe usage from Yann E. Morin
2005-11-10 Rob Landleytelnetd -b (bind to specific address) support from...
2005-10-28 Bernhard Reutner... - add BB_APPLET_RUNLEVEL used by emdebian via /etc...
2005-10-28 Rob LandleyNew applet, fuser, from Tony J. White. (Needs some...
2005-10-27 Rob LandleyAdd a switch_root utility (like kconfig's utils/run_ini...
2005-10-06 Bernhard Reutner... - pidof(8): make -s optional and optional -o; closes...
2005-10-04 Bernhard Reutner... - add option 'w' to ps (wide output, optional feature...
2005-10-04 Rob LandleyAdd find -exec support from Rob Sullivan, and convert...
2005-09-24 Mike FrysingerCristian Ionescu-Idbohrn says: touchup whitespace/display
2005-09-24 Rob LandleyTito switched option parsing over to switch umount...
2005-09-24 Mike Frysingerimport the very fat e2fsck/fsck applets
2005-09-23 Bernhard Reutner... - add missing descriptions of supported arguments
2005-09-22 Paul Foxadd support for setting the dhcp vendor class option...
2005-09-21 Bernhard Reutner... - add applet nohup(1)
2005-09-15 Rob LandleyNew applet "less", from Rob Sullivan.
2005-09-13 Mike Frysingertouch up usage for swap utils
2005-09-12 Eric Andersensysctl was seriously broken. And since in some cases...
2005-09-07 Rob LandleyDon't comment warnings. Don't put #warnings about...
2005-09-06 "Vladimir N. Oleynik"- sync traceroute with Slackware-10.1
2005-09-01 Rob LandleyPatch -i support from Berhnard Fischer.
2005-08-20 Rob LandleyBernhard Fischer provided a mountpoint(1) applet. ...
2005-08-17 Mike FrysingerTito (among others) writes: previous patch was wrong...
2005-08-15 Mike FrysingerBernhard Fischer writes: fix devfsd usage
2005-08-01 Paul Foxcommiting:
2005-08-01 Paul Foxcommiting:
2005-08-01 Paul Foxcommiting patch from bug 71:
2005-08-01 Paul Foxapplying patch for bug 72:
2005-08-01 Paul Foxnew config display applet, from bug 46. i've changed...
2005-08-01 Paul Foxallow suppression of default client-id. fixes bug...
2005-07-18 Eric Andersena bit more polish
next