aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kbd_mode: support -C TTY optionDenis Vlasenko2008-11-081-6/+12
| | | | | | | function old new delta packed_usage 25334 25361 +27 kbd_mode_main 146 173 +27
* total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko2008-11-061-18/+56
|
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-061-4/+4
|
* kill[all[5]]: accept -s SIG too. kill_main: +29 bytesDenis Vlasenko2008-10-311-5/+8
| | | | | by Steve Bennett (steveb AT workware.net.au)
* tftpd: be less cryptic in help textDenis Vlasenko2008-10-301-0/+6
|
* ls: trim help textDenis Vlasenko2008-10-271-21/+21
|
* devmem: new appletDenis Vlasenko2008-10-261-0/+9
|
* blkid: new applet. We almost had everything needed for it alreadyDenis Vlasenko2008-10-121-0/+5
| | | | | | | | | | | | | function old new delta display_uuid_cache - 89 +89 blkid_main - 8 +8 applet_names 1871 1877 +6 applet_main 1140 1144 +4 applet_nameofs 570 572 +2 packed_usage 24737 24735 -2 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 3/1 up/down: 109/-2) Total: 107 bytes
* zcip: code size optimizations, improved help text and commentsDenis Vlasenko2008-10-101-1/+4
| | | | | | | | | | | | function old new delta packed_usage 24750 24787 +37 run 658 655 -3 pick 40 34 -6 arp 186 177 -9 zcip_main 1402 1356 -46 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/4 up/down: 37/-64) Total: -27 bytes
* - route metric support (Natanael Copa)Bernhard Reutner-Fischer2008-10-071-1/+2
| | | | Adds about 75b
* sendmail: update by VladimirDenis Vlasenko2008-09-281-3/+5
|
* sendmail: compat update by VladimirDenis Vlasenko2008-09-271-4/+9
| | | | | | | | | | | | | function old new delta sendgetmail_main 1889 2091 +202 putchar_unlocked - 43 +43 putchar - 43 +43 packed_usage 24868 24910 +42 smtp_checkp 102 111 +9 uuencode 235 227 -8 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 3/1 up/down: 339/-8) Total: 331 bytes
* Markus Heidelberg writes:Bernhard Reutner-Fischer2008-09-261-4/+4
| | | | | * document --nicelevel in Config.in * usage: --verbose is the fancy option, not --quiet
* - add less -I to be able to search case-insensitivelyBernhard Reutner-Fischer2008-09-261-1/+2
| | | | | | | | | | | +17b, but the helptext is quite elaborate, thus: function old new delta .rodata 118995 119032 +37 packed_usage 24731 24767 +36 regex_process 284 300 +16 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 89/0) Total: 89 bytes
* fix usage text - s/USE_GETOPT_LONG/USE_FEATURE_xxxLONG_OPTIONS/Denis Vlasenko2008-09-251-12/+12
| | | | | by Markus Heidelberg (markus.heidelberg AT web.de)
* top: don't lie in help screen about "-d 1" being validDenis Vlasenko2008-09-251-1/+1
|
* setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko2008-09-161-2/+4
| | | | | | | | | | build system: fixlet for echo applet config function old new delta setfont_main 157 387 +230 ctoi - 75 +75 packed_usage 24921 24950 +29
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-0/+5
| | | | | | | | | | | | | | | - a lot faster (linear algorithmic complexity, smaller memory foot print) - a lot smaller (the old code was overly complicated) - loading of aliases is now module-init-tools compliant - blacklisting is done correctly (-b option added) - module argument quoting done right - depmod now correctly generates modules.symbols and modules.alias add/remove: 16/21 grow/shrink: 4/6 up/down: 6930/-9316 Total: -2386 bytes text data bss dec hex filename 806039 592 6680 813311 c68ff busybox_old 803498 592 6676 810766 c5f0e busybox_unstripped
* id: code shrinkDenis Vlasenko2008-09-131-2/+2
| | | | | | function old new delta id_main 494 462 -32
* - implement id -G (Tito Ragusa)Bernhard Reutner-Fischer2008-09-121-0/+1
|
* watchdog: add -T optionDenis Vlasenko2008-09-071-3/+4
| | | | | | | | function old new delta watchdog_main 159 219 +60 mdev: support match by major,minor. See bug 4714. +100 bytes.
* - add WIP stub for tc.Bernhard Reutner-Fischer2008-09-041-0/+20
| | | | Printing worked at some point. Modify/Delete needs some refacturing.
* - mention that we ignore -v, -b, -cBernhard Reutner-Fischer2008-09-041-1/+2
|
* kbd_mode: fix non-ASCII letters in commentsDenis Vlasenko2008-09-031-7/+8
| | | | | install: support -D
* - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)Bernhard Reutner-Fischer2008-09-011-1/+1
|
* df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko2008-08-281-18/+22
| | | | | | | | | | | | | | | by Bernhard Reutner-Fischer function old new delta df_main 664 795 +131 packed_usage 24812 24862 +50 make_human_readable_str 213 262 +49 static.ignored_mounts - 8 +8 static.unit_chars - 7 +7 static.zero_and_units 6 - -6 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 3/0 up/down: 245/-6) Total: 239 bytes
* - document rmdir argsBernhard Reutner-Fischer2008-08-211-1/+10
|
* - document rmmod -w and -f argumentsBernhard Reutner-Fischer2008-08-211-1/+3
|
* fix xargs -e help textDenis Vlasenko2008-08-211-1/+1
|
* - add new applet rdev (Grant Erickson)Bernhard Reutner-Fischer2008-08-191-0/+8
| | | | - fixes and shrink (me)
* showkey: new applet by VladimirDenis Vlasenko2008-08-171-0/+9
|
* setfont: new applet by VladimirDenis Vlasenko2008-08-171-0/+9
|
* - support relatime / norelatimeBernhard Reutner-Fischer2008-08-061-0/+1
|
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-051-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | function old new delta unpack_Z_stream - 1229 +1229 open_zipped - 176 +176 unpack_bz2_stream_prime - 60 +60 tar_main 642 677 +35 find_main 406 418 +12 sv_main 1222 1233 +11 decode_format_string 829 837 +8 cmp_main 641 649 +8 popstring 134 140 +6 filter_accept_list_reassign 120 125 +5 parse_and_put_prompt 800 804 +4 passwd_main 1053 1049 -4 make_new_name_gunzip 119 114 -5 rpm_main 1688 1670 -18 prepare 302 283 -19 xmalloc_open_zipped_read_close 135 61 -74 uncompress 1229 - -1229 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 8/5 up/down: 1554/-1349) Total: 205 bytes
* - don't free user-supplied string (via -e)Bernhard Reutner-Fischer2008-08-051-3/+3
| | | | | | | | | | | | - fix helptext function old new delta chpasswd_main 300 319 +19 packed_usage 24352 24344 -8 .rodata 122227 122195 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 19/-40) Total: -21 bytes
* ssd: fix -K/-S mixup in help textDenis Vlasenko2008-08-031-6/+6
|
* xargs: update help textDenis Vlasenko2008-08-031-6/+9
|
* makedevs: fix help text discrepanciesDenis Vlasenko2008-08-011-15/+16
|
* chpst: large code shrink by VladimirDenis Vlasenko2008-07-301-36/+31
| | | | | | | | | | | | | function old new delta chpst_main 1058 1357 +299 euidgid 56 - -56 suidgid 59 - -59 slimit 208 - -208 packed_usage 24638 24420 -218 edir 375 - -375 ------------------------------------------------------------------------------ (add/remove: 0/4 grow/shrink: 1/1 up/down: 299/-916) Total: -617 bytes
* netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>Denis Vlasenko2008-07-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without FEATURE_NETSTAT_PRG: function old new delta recursive_action 416 425 +9 tcp_do_one 420 428 +8 udp_do_one 492 499 +7 raw_do_one 472 479 +7 expand 1697 1701 +4 netstat_main 489 492 +3 unix_do_one 486 488 +2 flags 1 - -1 qgravechar 109 106 -3 net_conn_line 4 - -4 bbunpack 391 383 -8 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 7/2 up/down: 40/-16) Total: 24 bytes With FEATURE_NETSTAT_PRG: file_act - 213 +213 dir_act - 192 +192 netstat_main 489 601 +112 prg_cache_get - 50 +50 tcp_do_one 420 462 +42 udp_do_one 492 533 +41 raw_do_one 472 513 +41 unix_do_one 486 519 +33 recursive_action 416 425 +9 expand 1697 1701 +4 flags 1 - -1 qgravechar 109 106 -3 net_conn_line 4 - -4 bbunpack 391 383 -8 packed_usage 24586 24572 -14 ------------------------------------------------------------------------------ (add/remove: 3/2 grow/shrink: 7/3 up/down: 737/-30) Total: 707 bytes
* s/othervise/otherwise/gDenis Vlasenko2008-07-231-1/+1
|
* lpd: extend help textDenis Vlasenko2008-07-231-2/+7
| | | | | | function old new delta packed_usage 24466 24612 +146
* - s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer2008-07-211-1/+1
|
* telnet: shrinkDenis Vlasenko2008-07-211-4/+4
| | | | | | | | | | | | | | | | telnetd: shrink, and fix issue file printing test: better and shorter usage text function old new delta putiac2 51 50 -1 putiac 24 20 -4 handlenetoutput 95 91 -4 telnet_main 1480 1475 -5 iacflush 37 32 -5 make_new_session 436 421 -15 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/6 up/down: 0/-34) Total: -34 bytes
* help text: test --help doesnt print it (by design),Denis Vlasenko2008-07-211-2/+3
| | | | | so do not account for it
* libbb: updated config_parse() from VladimirDenis Vlasenko2008-07-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | function old new delta config_read 385 460 +75 runsvdir_main 1701 1716 +15 readit 331 338 +7 passwd_main 1049 1053 +4 parse_command 1504 1507 +3 decode_format_string 822 824 +2 bb__parsespent 117 119 +2 udhcp_get_option 221 222 +1 changepath 196 194 -2 parse_inittab 400 396 -4 nameif_main 683 679 -4 make_device 1176 1172 -4 config_open 48 40 -8 expand_main 698 689 -9 readcmd 1012 1002 -10 config_free_data 37 21 -16 SynchronizeFile 683 643 -40 sleep_main 474 362 -112 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 8/10 up/down: 109/-209) Total: -100 bytes
* ssd: do not stat -x EXECUTABLE, it is not needed anymoreDenis Vlasenko2008-07-011-3/+1
| | | | | | | | | ssd: use PATH ssd: fix -a without -x case ssd: fix help text ssd: CLOSE_EXTRA_FDS in MMU case too ssd: add testsuite
* sendmail: another update from the maintainerDenis Vlasenko2008-06-281-33/+29
| | | | | | | | | | function old new delta sendgetmail_main 1894 1937 +43 crond_main 1416 1423 +7 packed_usage 24540 24470 -70 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 50/-70) Total: -20 bytes
* sendmail: update from maintainerDenis Vlasenko2008-06-271-5/+10
|
* trim usage textDenis Vlasenko2008-06-221-6/+3
|