aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* exclude --longopts from usage texts if those are disabledDenis Vlasenko2007-10-181-52/+134
|
* telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistenceDenis Vlasenko2007-10-151-0/+2
| | | | | | | | | | | | | | | | | | | add an option to close sessions as soon as child exits. Maybe it should be a CONFIG option. OTOH, maybe it should be always on, as it mimics, say, getty's behaviour. function old new delta handle_sigchld - 49 +49 telnetd_main 1312 1355 +43 .rodata 123429 123466 +37 packed_usage 22770 22806 +36 make_new_session 525 532 +7 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 4/0 up/down: 172/0) Total: 172 bytes text data bss dec hex filename 676285 2538 12104 690927 a8aef busybox_old 676421 2538 12104 691063 a8b77 busybox_unstripped
* bzip2: update help textDenis Vlasenko2007-10-141-8/+9
|
* setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-10-141-0/+6
|
* bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko2007-10-131-2/+12
| | | | | | | in separate directory (archival/bz/*) and is covered by BSD-style license. code size: 13k
* trim too verbose help textsDenis Vlasenko2007-10-111-37/+36
|
* typo fix in help textDenis Vlasenko2007-10-091-1/+1
|
* trim too verbose help messagesDenis Vlasenko2007-10-071-8/+7
|
* pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko2007-09-291-0/+24
|
* load_policy: update (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-09-261-2/+2
|
* losetup: support -f (Loic Grenie <loic.grenie@gmail.com>)Denis Vlasenko2007-09-261-6/+8
| | | | | | | | | function old new delta losetup_main 238 278 +40 packed_usage 23021 23027 +6 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 46/0) Total: 46 bytes
* insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko2007-09-241-3/+6
|
* microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2007-09-211-0/+5
|
* overload the existing '-q' flag so that if '-l' and '-q' are usedPaul Fox2007-09-071-1/+1
| | | | | together, a "short form" listing (just pathnames) is generated. change a few flag variables to "smallint" as well.
* usage: trim a bitDenis Vlasenko2007-09-051-34/+32
| | | | | | | | | | | | function old new delta packed_usage 23113 23011 -102 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-102) Total: -102 bytes text data bss dec hex filename 770610 1051 10764 782425 bf059 busybox_old 770508 1051 10764 782323 beff3 busybox_unstripped
* watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko2007-09-051-5/+7
| | | | | | | | | | | | function old new delta packed_usage 23069 23113 +44 static.suffixes - 24 +24 watchdog_main 147 160 +13 static.V - 1 +1 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 2/0 up/down: 82/0) Total: 82 bytes
* remove stray newline from help textDenis Vlasenko2007-08-171-1/+1
|
* dhcpd: make -S and -f actually workDenis Vlasenko2007-08-151-0/+1
|
* httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko2007-08-141-4/+5
| | | | | | | | | | | | | | | get_line - 70 +70 packed_usage 22811 22863 +52 handle_incoming_and_exit 2246 2277 +31 httpd_main 1141 1155 +14 sendHeaders 489 482 -7 getLine 77 - -77 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 3/1 up/down: 167/-84) Total: 83 bytes text data bss dec hex filename 774335 1058 11092 786485 c0035 busybox_old 774447 1058 11092 786597 c00a5 busybox_unstripped
* httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko2007-08-141-12/+12
| | | | | | | | | | | | | | | | | | | httpd: comment out strange code which "closes connection properly" (isnt exit(0) good enough?) handle_incoming_and_exit - 2246 +2246 httpd_main 1116 1141 +25 getLine 75 77 +2 packed_usage 22827 22811 -16 parse_conf 1303 1284 -19 shutdown 32 - -32 handleIncoming 2578 - -2578 ------------------------------------------------------------------------------ (add/remove: 1/2 grow/shrink: 2/2 up/down: 2273/-2645) Total: -372 bytes text data bss dec hex filename 774704 1058 11092 786854 c01a6 busybox_old 774335 1058 11092 786485 c0035 busybox_unstripped
* udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko2007-08-141-17/+19
| | | | | | | | | | | | | | | udhcpc: add -S "syslog" options remove CONFIG_FEATURE_UDHCP_SYSLOG function old new delta udhcpd_main 1168 1201 +33 udhcpc_main 2414 2425 +11 static.udhcpc_longopts 191 200 +9 qgravechar 112 108 -4 packed_usage 22843 22827 -16 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/2 up/down: 53/-20) Total: 33 bytes
* expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko2007-08-131-0/+22
|
* df: match coreutils behavior of wrapping lines if filesystem name is too long.Denis Vlasenko2007-08-131-4/+5
| | | | | df: trim help text
* usage.h: style cleanupDenis Vlasenko2007-08-131-36/+36
|
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-4/+4
|
* syslogd,logread: get rid of head pointer, fix logread bug in the processDenis Vlasenko2007-08-121-5/+5
| | | | | | | | | | | | | | | | function old new delta logread_main 450 462 +12 syslogd_main 1246 1252 +6 shbuf - 4 +4 buf 34 30 -4 packed_usage 22729 22724 -5 log_locally 957 767 -190 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/3 up/down: 22/-199) Total: -177 bytes text data bss dec hex filename 773886 1116 11316 786318 bff8e busybox_old 773714 1116 11316 786146 bfee2 busybox_unstripped
* svlogd: fix timestamping; do not warn if config is missingDenis Vlasenko2007-08-031-2/+12
| | | | | sv: extend help text
* ttysize: new applet. +200 bytesDenis Vlasenko2007-08-021-2/+7
|
* setfiles: small tweaks to usage text and codeDenis Vlasenko2007-07-241-1/+1
|
* setfiles,restorecon: new SELinux applets by Yuichi Nakamura ↵Denis Vlasenko2007-07-231-0/+41
| | | | <ynakam@hitachisoft.jp>
* style fix (stray space before ';')Denis Vlasenko2007-07-211-13/+13
|
* chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko2007-07-201-40/+49
|
* Trim help text. With compressed help: -143 bytesDenis Vlasenko2007-07-181-114/+113
| | | | | | text data bss dec hex filename 772572 1168 22680 796420 c2704 busybox_old 772444 1168 22680 796292 c2684 busybox_unstripped
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-171-1/+1
|
* grep: implement -m MAX_MATCHES; fix help textDenis Vlasenko2007-07-151-2/+3
| | | | | | | | | | | grep_file 771 822 +51 packed_usage 22573 22610 +37 .rodata 128058 128090 +32 grep_main 842 853 +11 max_matches - 4 +4 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 4/0 up/down: 135/0) Total: 135 bytes
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-011-2/+3
| | | | | | | | | | (Mats Erik Andersson <mats@blue2net.com> (Blue2Net AB)) udhcp: consistently treat server_config.start/end IPs as host-order fix IP parsing for 64bit machines fix unsafe hton macro usage in read_opt() do not chdir("/") when daemonizing fix help text
* pidof: size optimizations (-50 bytes)Denis Vlasenko2007-06-231-1/+1
|
* slattach: new applet.Denis Vlasenko2007-06-201-0/+14
|
* find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)Denis Vlasenko2007-06-191-0/+2
| | | | | | | | | | | find: make it a bit smaller function old new delta .rodata 129018 129050 +32 parse_params 1509 1346 -163 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 32/-163) Total: -131 bytes
* arping: -i should be -IDenis Vlasenko2007-06-171-1/+1
|
* pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>Denis Vlasenko2007-06-161-0/+10
| | | | wget: lift 256 chars limitation on terminal width
* find: make -size match GNU findDenis Vlasenko2007-06-161-14/+17
|
* find: add conditional support for -maxdepth and -regexDenis Vlasenko2007-06-151-32/+36
| | | | | | | | | | | | | | | | | (needed for Linux 2.6.22-rc4 build) -maxdepth: # size busybox_old busybox_unstripped text data bss dec hex filename 675622 2792 15728 694142 a977e busybox_old 675770 2792 15728 694290 a9812 busybox_unstripped -regex: # size busybox_old busybox_unstripped text data bss dec hex filename 675770 2792 15728 694290 a9812 busybox_old 675894 2792 15728 694414 a988e busybox_unstripped
* fdisk: fix minor issues with help textDenis Vlasenko2007-06-151-26/+26
|
* uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>Denis Vlasenko2007-06-041-6/+5
| | | | | | | | | | | | | | | improved help texts # make bloatcheck function old new delta .rodata 127000 127032 +32 packed_usage 22156 22151 -5 uudecode_main 360 348 -12 uuencode_main 490 468 -22 read_base64 283 254 -29 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/4 up/down: 32/-68) Total: -36 bytes
* whitespace fixesDenis Vlasenko2007-05-301-5/+5
|
* netstat: introduce -W: wide, ipv6-friendly outputDenis Vlasenko2007-05-151-12/+14
| | | | | | | netstat: shrink by ~500 bytes (patch by Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) netstat: fix for bogus state value for raw sockets
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-081-0/+7
| | | | | (by Thomas Lundquist <lists@zelow.no>)
* deluser: add optional support for removing users from groupsDenis Vlasenko2007-04-151-2/+3
| | | | (by Tito <farmatito@tiscali.it>)
* find: add support for -delete, -path (by Natanael Copa)Denis Vlasenko2007-04-131-0/+4
|