aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* post 1.14.1 fixes; bump version to 1.14.21_14_2Denys Vlasenko2009-06-221-2/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mdev: add support for - "dont stop here" charDenis Vlasenko2009-04-131-1/+1
| | | | | | | | | function old new delta make_device 1340 1362 +22 packed_usage 26291 26299 +8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 30/0) Total: 30 bytes
* mdev: make usage text more usefulDenis Vlasenko2009-04-131-2/+8
| | | | | | function old new delta packed_usage 26235 26291 +56
* dhcprelay: fix usage text. Simplify and make code more readable.Denis Vlasenko2009-04-131-3/+2
| | | | | Add TODOs.
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-4/+4
|
* sendmail: update by VladimirDenis Vlasenko2009-03-311-18/+13
| | | | | | | | | | | | build system: tweak for rare case where include/autoconf.h does not get updated function old new delta packed_usage 26238 26242 +4 sendmail_main 1353 897 -456 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 4/-456) Total: -452 bytes
* sendmail: add more example in usage textDenis Vlasenko2009-03-291-12/+16
|
* mkdosfs (aka mkfs.vfat): new applet by VladimirDenis Vlasenko2009-03-281-0/+16
| | | | | | | text data bss dec hex filename 821202 476 7616 829294 ca76e busybox_old 823577 476 7616 831669 cb0b5 busybox_unstripped
* Compatibility fixes:Denis Vlasenko2009-03-201-13/+22
| | | | | | | | | grep: support -z find: support --mindepth together +45 bytes cpio: support -p (configurable, +230 bytes) libbb: tweaks for cpio
* ftpd: add idle and absolute timeouts. This is a security issue,Denis Vlasenko2009-03-161-1/+2
| | | | | | | | | | | | | otherwise ftpd may end up hanging indefinitely. function old new delta timeout_handler - 110 +110 ftpd_main 2019 2115 +96 packed_usage 25662 25685 +23 handle_upload_common 306 322 +16 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/0 up/down: 245/0) Total: 245 bytes
* mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko2009-03-141-24/+29
| | | | | | | | | | function old new delta mount_main 975 1152 +177 umount_main 640 636 -4 packed_usage 25666 25662 -4 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 177/-8) Total: 169 bytes
* ftpd: stop unconditional logging to syslog. This was the only appletDenis Vlasenko2009-03-111-2/+3
| | | | | | | | | which was doing it. Added option -S to enable it when desired. function old new delta packed_usage 25647 25666 +19 ftpd_main 1826 1825 -1
* fix typo in help textDenis Vlasenko2009-03-091-1/+1
|
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | ls: update comment *: openlog fixes (added LOG_PID, set LOG_DAEMON as appropriate) function old new delta xwrite_str - 26 +26 cmdio_write_ok - 15 +15 handle_cwd 40 45 +5 packed_usage 25668 25670 +2 cmdio_write_raw 7 9 +2 handle_upload_common 322 320 -2 udhcpd_main 1375 1372 -3 udhcpc_main 2362 2359 -3 port_cleanup 27 23 -4 handle_dir_common 221 209 -12 str_netfd_write 26 - -26 cmdio_get_cmd_and_arg 122 - -122 ftpd_main 2208 2050 -158 ------------------------------------------------------------------------------ text data bss dec hex filename 809933 476 7864 818273 c7c61 busybox_old 809199 476 7864 817539 c7983 busybox_unstripped
* ftpd: new applet by Adam TkacDenis Vlasenko2009-03-081-0/+14
| | | | | | | $ size ftpd.o text data bss dec hex filename 5703 0 0 5703 1647 ftpd.o
* sendmail: document and fix usage of fd #4, fix check for helper failure.Denis Vlasenko2009-03-041-0/+1
| | | | | | | | | | | | function old new delta packed_usage 25663 25694 +31 signal_handler 191 215 +24 kill_helper 22 31 +9 launch_helper 194 184 -10 get_cred_or_die 142 129 -13 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/2 up/down: 64/-23) Total: 41 bytes
* sendmail: improve help textDenis Vlasenko2009-03-021-3/+5
|
* - improve wordingBernhard Reutner-Fischer2009-02-241-1/+1
|
* - add flash_eraseallBernhard Reutner-Fischer2009-02-181-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the result after converting mtd-utils' flash_eraseall to BB. The functionality given by this patch almost the same except that this one does not support long options. I needed this tool a system which does not have a lot of flash for RFS and merging this into BB as the only way out. [bigeasy@]$ ./scripts/bloat-o-meter bb_wo_fl bb_w_fl function old new delta flash_eraseall_main - 1072 +1072 show_progress - 62 +62 packed_usage 25156 25176 +20 applet_names 1958 1973 +15 applet_main 2352 2360 +8 target_endian - 4 +4 applet_nameofs 588 590 +2 applet_install_loc 147 148 +1 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 5/0 up/down: 1184/0) Total: 1184 bytes [bigeasy@]$ size miscutils/flash_eraseall.o text data bss dec hex filename 1586 4 0 1590 636 miscutils/flash_eraseall.o Signed-off-by: Benedigt Spranger <b.spranger@linutronix.de> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
* function old new deltaDenis Vlasenko2009-02-071-1/+2
| | | | | kill_main 706 884 +178
* sendmail: remove erroneous usage linesDenis Vlasenko2009-02-041-2/+0
|
* ionice: new applet, adapted from Linux kernel' example by Walter HarmsDenis Vlasenko2009-01-311-1/+9
| | | | | | | text data bss dec hex filename 1050316 924 10952 1062192 103530 busybox_old 1050758 924 10952 1062634 1036ea busybox_unstripped
* tunctl: new applet by VladimirDenis Vlasenko2009-01-231-0/+17
| | | | | | | | | | | | | function old new delta tunctl_main - 371 +371 packed_usage 25669 25799 +130 applet_names 1981 1988 +7 applet_main 1192 1196 +4 applet_nameofs 596 598 +2 applet_install_loc 149 150 +1 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/0 up/down: 515/0) Total: 515 bytes
* s/an user/a user/Denis Vlasenko2008-12-251-2/+2
|
* Fold mkpasswd applet into cryptpw.Denis Vlasenko2008-12-041-23/+36
| | | | | | | | | | | | | | | | mkpasswd is in Debian, OTOH cryptpw was added to busybox earlier. Trying to make both camps happy by making those two applets just aliases. They are command-line compatible. We can decide whether we want to drop one (and which one) later. function old new delta cryptpw_main 183 314 +131 static.methods 21 - -21 packed_usage 25707 25648 -59 mkpasswd_main 307 - -307 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 1/1 up/down: 131/-387) Total: -256 bytes
* - remove superfluous comment from previous commitBernhard Reutner-Fischer2008-12-031-2/+1
|
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-031-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | function old new delta bb_ask - 355 +355 mkpasswd_main - 296 +296 .rodata 121746 121847 +101 packed_usage 24632 24689 +57 static.methods - 21 +21 gmatch 229 248 +19 bb_ask_stdin - 11 +11 applet_names 1949 1958 +9 applet_main 1172 1176 +4 sulogin_main 503 505 +2 applet_nameofs 586 588 +2 sha256_hash 329 327 -2 correct_password 208 206 -2 parse_command 1442 1439 -3 get_cred_or_die 145 141 -4 passwd_main 1054 1044 -10 bb_askpass 348 - -348 ------------------------------------------------------------------------------ (add/remove: 4/1 grow/shrink: 7/5 up/down: 877/-369) Total: 508 bytes
* mountpoint: add -n option (by Vladimir)Denis Vlasenko2008-11-291-2/+3
| | | | | | | text data bss dec hex filename 799859 560 7748 808167 c54e7 busybox_old 799845 560 7748 808153 c54d9 busybox_unstripped
* acpid: new applet by Vladimir. +737 bytesDenis Vlasenko2008-11-291-0/+17
|
* trim help text a bitDenis Vlasenko2008-11-241-1/+1
|
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-241-0/+6
|
* insmod: clarify module_name / file_name distinctionDenis Vlasenko2008-11-221-1/+5
|
* inotifyd: exit if x event happened for all filesDenis Vlasenko2008-11-201-9/+7
| | | | | | | | | | | | | fix FIONREAD parameter type fix default mask code shrink help text function old new delta inotifyd_main 497 506 +9 packed_usage 25446 25431 -15 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 9/-15) Total: -6 bytes
* inotify: add x, o, and u eventsDenis Vlasenko2008-11-171-5/+9
|
* inotifyd: fix "inotifyd with no params" caseDenis Vlasenko2008-11-141-1/+1
|
* inotify: document waiting behaviorDenis Vlasenko2008-11-141-4/+5
|
* arp: stop using globalsDenis Vlasenko2008-11-131-6/+5
| | | | | | | | | | | | | | function old new delta hw_set 1 - -1 arp_main 1559 1558 -1 sockfd 8 4 -4 hw 4 - -4 device 4 - -4 ap 4 - -4 packed_usage 25402 25393 -9 ------------------------------------------------------------------------------ (add/remove: 0/4 grow/shrink: 0/3 up/down: 0/-27) Total: -27 bytes
* correct help textsDenis Vlasenko2008-11-121-10/+7
|
* - add support for seq -s <separator>Bernhard Reutner-Fischer2008-11-121-2/+3
|
* - add seq -w support (Natanael Copa)Bernhard Reutner-Fischer2008-11-121-1/+2
|
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-101-0/+5
| | | | | | | | | | | | | | | function old new delta sha_crypt - 2423 +2423 cryptpw_main 128 183 +55 to64 - 29 +29 pw_encrypt 974 1000 +26 str_rounds - 11 +11 login_main 1532 1541 +9 packed_usage 25215 25200 -15 __md5_to64 29 - -29 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 3/1 up/down: 2553/-44) Total: 2509 bytes
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-101-14/+39
| | | | | | | we will require sha256/512 code for new $5$ and $6$ style password hashes anyway, they are showing up already in people's /etc/passwd...
* Typo fixesDenis Vlasenko2008-11-101-1/+1
|
* 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
|