Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-28 | usage: fix few help texts, fix breakage: '\<tab>' | Denis Vlasenko | |
sequence utterly confused cpp :) | |||
2006-11-28 | fix udhcpc help message, take steps to make usage.h less messy | Denis Vlasenko | |
2006-11-27 | udhcpc: convert to getopt32 | Denis Vlasenko | |
2006-11-24 | tar: sanitize option handling | Denis Vlasenko | |
2006-11-22 | - revert r15563 (pull current version of taskset off the busybox_scratch branch) | Bernhard Reutner-Fischer | |
2006-11-22 | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | Denis Vlasenko | |
What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. | |||
2006-11-21 | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o | |||
2006-11-20 | dhcprelay: new applet | Denis Vlasenko | |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | |
2006-11-18 | nc: fix --help text | Denis Vlasenko | |
2006-11-17 | runit: add runsv, runsvdir and sv. Oh yes. | Denis Vlasenko | |
It even seems to work. +11K. :( | |||
2006-11-16 | httpd: reduce ifdef forest. comment out redundant PATH setting | Denis Vlasenko | |
2006-11-16 | httpd: add -i (inetd) and -f (foreground) otions. | Denis Vlasenko | |
-i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries) | |||
2006-11-16 | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | Denis Vlasenko | |
2006-11-05 | usage.h: stop using ancient USAGE_xxx (we have USE_xx now) | Denis Vlasenko | |
2006-11-05 | ps: implement POSIX-like options, most notably -o | Denis Vlasenko | |
(activated by CONFIG_DESKTOP) | |||
2006-10-27 | chgrp: just call chown! :) | Denis Vlasenko | |
2006-10-27 | chown: add -vcf support if CONFIG_DESKTOP | Denis Vlasenko | |
chmod: stop following symlinks | |||
2006-10-27 | chmod: support -vcf if CONFIG_DESKTOP | Denis Vlasenko | |
2006-10-25 | - revert r16191; re-add resize() applet. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4 | |||
2006-10-22 | cp: update help text | Denis Vlasenko | |
2006-10-20 | watch: execute command thru shell, not fork/exec. Other fixes | Denis Vlasenko | |
2006-10-20 | raidautorun: new applet, by: | Denis Vlasenko | |
Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at> | |||
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | |
2006-10-16 | nc: fix 2 my own buglets, and few someone else's too. | Denis Vlasenko | |
2006-10-14 | grep: add support for -r | Denis Vlasenko | |
2006-10-11 | nmeter: new applet. ~4k | Denis Vlasenko | |
Fix build proble on x86_64 | |||
2006-10-08 | start_stop_daemon: add -N <nice> compat | Denis Vlasenko | |
[re]nice: add support for -nNNN w/o spaces, -NNN (nice only), simplified code | |||
2006-10-05 | httpd: add -u user[:grp] support | Denis Vlasenko | |
2006-10-03 | runit/chpst: "change process state" utility | Denis Vlasenko | |
It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k | |||
2006-10-02 | eject: -T (implements single button open/close) | Denis Vlasenko | |
2006-09-30 | syslogd: add option to suppress logging of messages lower than level N (-n N) | Denis Vlasenko | |
2006-09-29 | grep: add help text; fix style | Denis Vlasenko | |
2006-09-29 | top: add support for -b, -n <iterations> | Denis Vlasenko | |
2006-09-27 | usage.h: fix compile-time bugs exposed by previous change | Denis Vlasenko | |
2006-09-27 | usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. | Denis Vlasenko | |
Few bugs are now exposed... | |||
2006-09-27 | losetup: with no arguments lists all /dev/loopN. Corrected help text. | Denis Vlasenko | |
(patch by Vladimir Dronnikov <dronnikov@gmail.ru>) | |||
2006-09-27 | kill: implement killall5. OpenWRT folks will be happy. | Denis Vlasenko | |
However their code was unusably different from sysvinit original. Run tested. | |||
2006-09-26 | several fixes from openWRT project | Denis Vlasenko | |
2006-09-22 | "I'll think about it" != "apply it now". It means I need to think about it. | Rob Landley | |
2006-09-22 | - add new applet resize. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print | |||
2006-09-20 | - fix documentation for the command-line options of ipcs. Closes #1036 | Bernhard Reutner-Fischer | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-09-15 | - Steven Scholz pointed out that ssd's make-pid doesn't take an argument. | Bernhard Reutner-Fischer | |
2006-09-11 | Error reporting fix for sulogin, plus remove help entries for options we never | Rob Landley | |
implemented. (Plus a bit more of bbsh leaking in from my tree, but it shouldn't hurt anything and I'm lazy...) | |||
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko | |
bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | |||
2006-09-02 | ping: implement -I option | Denis Vlasenko | |
2006-09-02 | - patch from Csaba Henk to make the "User-Agent" header field configurable. | Bernhard Reutner-Fischer | |
2006-08-28 | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer | |
Various fixes, cleanups and shrinkage: saves 952 Bytes: text data bss dec hex filename 1087742 15853 790632 1894227 1ce753 ../busybox/busybox.old 1086790 15853 790632 1893275 1ce39b busybox via: # scripts/bloat-o-meter ../busybox/busybox_unstripped.old busybox_unstripped function old new delta ipcrm_main 756 822 +66 getval - 61 +61 maybe_set_utc - 40 +40 udhcpc_main 2896 2912 +16 md5_hash_block 428 437 +9 opt 8 16 +8 qgravechar 106 110 +4 make_bitmap 292 295 +3 inflate_unzip 2056 2059 +3 add_partition 1412 1414 +2 __parsespent 156 158 +2 qrealloc 41 42 +1 format - 1 +1 catv_main 313 314 +1 watch_main 293 292 -1 varunset 81 80 -1 part 1 - -1 check_if_skip 837 836 -1 start_stop_daemon_main 840 837 -3 create_lost_and_found 175 172 -3 supress_non_delimited_lines 4 - -4 static.l 4 - -4 static.c 5 1 -4 bsd_sum_file 237 233 -4 eval2 338 332 -6 arithmetic_common 166 158 -8 cmpfunc 22 5 -17 cksum_main 294 275 -19 cmp_main 465 439 -26 dd_main 1535 1508 -27 rmmod_main 376 333 -43 cut_file 727 644 -83 ipcs_main 3809 3721 -88 cut_main 722 614 -108 date_main 1443 1263 -180 remove_ids 222 - -222 ------------------------------------------------------------------------------ (add/remove: 3/4 grow/shrink: 11/18 up/down: 217/-853) Total: -636 bytes | |||
2006-08-20 | Michael Opdenacker contributed a readahead applet. | Rob Landley | |