summaryrefslogtreecommitdiff
path: root/include/usage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch from Artem Egorkine to support the -m optionEric Andersen2003-01-231-1/+7
|
* Dont use getopt_long, minor usage changes, patch by Nick FedchikGlenn L McGrath2003-01-191-2/+2
|
* Fixup addgroup help textEric Andersen2003-01-141-2/+2
|
* Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath2003-01-131-16/+16
| | | | command to ipaddr, patch by Bastian Blank
* arping applet by Nick FedchikGlenn L McGrath2003-01-091-0/+17
|
* New applet: httpd, by Glenn EngelGlenn L McGrath2003-01-051-1/+14
|
* Add usage for tar -j and -zGlenn L McGrath2002-12-271-1/+15
|
* rmmod -a removed modules recursivelyTim Riker2002-12-141-1/+1
|
* New applets, ftpget and ftpputGlenn L McGrath2002-12-131-0/+21
|
* New applet, nameif by Nick Fedchik and myself.Glenn L McGrath2002-12-131-0/+13
|
* full usage cleanup for udhcpGlenn L McGrath2002-12-121-3/+1
|
* Support the o, f and p options, patch by Magnus M�rtenssonGlenn L McGrath2002-12-121-1/+6
|
* rpm applet by Laurence AndersonGlenn L McGrath2002-12-101-0/+13
|
* Realpath appletGlenn L McGrath2002-12-101-0/+5
|
* Usage for klogd -cGlenn L McGrath2002-12-051-1/+2
|
* Enable ip commands to be compiled seperate from ip, modifed patch from ↵Glenn L McGrath2002-12-011-6/+45
| | | | Bastian Blank
* last_patch_68 from Vladimir N. OleynikGlenn L McGrath2002-11-271-1/+1
|
* fdisk applet by Vladimir N. OleynikGlenn L McGrath2002-11-261-0/+11
|
* Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath2002-11-111-0/+1
|
* ipcalc applet by Stephan Linz and Jordan CrouseGlenn L McGrath2002-11-101-0/+30
|
* Rewrite of xargs by Vladimir N. OleynikGlenn L McGrath2002-11-101-2/+6
|
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-101-0/+5
|
* debian compatable ifup and ifdown commandsGlenn L McGrath2002-11-091-0/+28
|
* Fix a stupid typoEric Andersen2002-11-071-2/+2
|
* Implement a small strings appletEric Andersen2002-11-071-0/+9
|
* typo in udhcpc helpRuss Dill2002-11-051-1/+1
|
* Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath2002-11-011-0/+8
|
* Apply patch from bug #1278 -- fix usage message for theEric Andersen2002-10-221-1/+1
| | | | start_stop_daemon applet.
* last_patch63 from vodz: add in crond and crontab appletsEric Andersen2002-10-221-0/+24
|
* added full udhcp integrationRuss Dill2002-10-141-2/+18
|
* Fix init docsEric Andersen2002-09-301-1/+1
|
* last_patch58 from vodz:Eric Andersen2002-09-301-0/+8
| | | | | | | Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;)
* Add a new top appletEric Andersen2002-09-171-0/+9
| | | | -Erik
* Watch applet by Michael HabermannGlenn L McGrath2002-09-161-0/+12
|
* Apply vodz' last_patch52Eric Andersen2002-09-161-1/+1
|
* mesg applet by Manuel Novoa IIIGlenn L McGrath2002-09-161-0/+7
|
* openvt applet by Quy TonthatGlenn L McGrath2002-09-161-0/+7
|
* Use busybox's show_usage function for helpGlenn L McGrath2002-09-151-0/+1
|
* Awk applet written from scratch by Dmitry ZakharovGlenn L McGrath2002-09-151-0/+8
|
* Remove extrangeous backslashes that were probably introduced byAaron Lehmann2002-08-231-4/+4
| | | | | someone joining lines and forgetting to remove the backslash escaping the newline.
* New applet, udhcp clientGlenn L McGrath2002-08-211-0/+14
|
* Added a help text for the -C option to syslogdRobert Griebl2002-08-071-1/+9
|
* Initial checkin of a very primitive hwclock replacementRobert Griebl2002-07-211-0/+11
|
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-031-0/+30
| | | | | | | | | | | | | | | IPV6 support to busybox. This patch does the following: * Add IPv6 support to libbb * Enable IPv6 interface address display * Add IPv6 config option * Adds ping6, an adaptation of the ping applet for IPv6 * Adds support routines for ping6: - xgethostbyname2 - create_icmp6_socket * Adds ifconfig support for IPv6 * Add support IPv6 to netstat * Add IPv6 support to route Thanks Bart!
* Patch from Martin Volf <volf@dragon.cz> to fix where I hadEric Andersen2002-07-031-2/+2
| | | | screwed up the usage messages
* Silly spelling fixEric Andersen2002-07-031-1/+1
| | | | -Erik
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+34
| | | | -Erik
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-041-0/+16
| | | | | | | | | | | | | - Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches]
* Added support for -Y|--proxy=on/off to wgetRobert Griebl2002-05-141-2/+3
|
* This patch adds -e (extended information) to route and -r/-e (show routingRobert Griebl2002-05-141-2/+5
| | | | | tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts.