Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleanup usage messages (-200 bytes). | Denis Vlasenko | 2006-12-24 | 1 | -367/+378 | |
| | | | | | Remove busybox_main from applet table since it is called via separate check | |||||
* | fix/shorten some usage strings | Denis Vlasenko | 2006-12-17 | 1 | -349/+412 | |
| | ||||||
* | build system: add "release" target | Denis Vlasenko | 2006-12-12 | 1 | -13/+22 | |
| | | | | find: support -size N (needed for above) | |||||
* | - s/:\t\t/\t/ for two helptexts. | Bernhard Reutner-Fischer | 2006-12-07 | 1 | -5/+5 | |
| | ||||||
* | usage: fix few help texts, fix breakage: '\<tab>' | Denis Vlasenko | 2006-11-28 | 1 | -50/+51 | |
| | | | | sequence utterly confused cpp :) | |||||
* | fix udhcpc help message, take steps to make usage.h less messy | Denis Vlasenko | 2006-11-28 | 1 | -2241/+2240 | |
| | ||||||
* | udhcpc: convert to getopt32 | Denis Vlasenko | 2006-11-27 | 1 | -0/+9 | |
| | ||||||
* | tar: sanitize option handling | Denis Vlasenko | 2006-11-24 | 1 | -1/+1 | |
| | ||||||
* | - revert r15563 (pull current version of taskset off the busybox_scratch branch) | Bernhard Reutner-Fischer | 2006-11-22 | 1 | -0/+17 | |
| | ||||||
* | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | Denis Vlasenko | 2006-11-22 | 1 | -8/+10 | |
| | | | | | What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. | |||||
* | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer | 2006-11-21 | 1 | -3/+14 | |
| | | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o | |||||
* | dhcprelay: new applet | Denis Vlasenko | 2006-11-20 | 1 | -0/+10 | |
| | ||||||
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -10/+10 | |
| | ||||||
* | nc: fix --help text | Denis Vlasenko | 2006-11-18 | 1 | -6/+2 | |
| | ||||||
* | runit: add runsv, runsvdir and sv. Oh yes. | Denis Vlasenko | 2006-11-17 | 1 | -0/+16 | |
| | | | | It even seems to work. +11K. :( | |||||
* | httpd: reduce ifdef forest. comment out redundant PATH setting | Denis Vlasenko | 2006-11-16 | 1 | -1/+1 | |
| | ||||||
* | httpd: add -i (inetd) and -f (foreground) otions. | Denis Vlasenko | 2006-11-16 | 1 | -2/+5 | |
| | | | | | -i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries) | |||||
* | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | Denis Vlasenko | 2006-11-16 | 1 | -0/+7 | |
| | ||||||
* | usage.h: stop using ancient USAGE_xxx (we have USE_xx now) | Denis Vlasenko | 2006-11-05 | 1 | -34/+13 | |
| | ||||||
* | ps: implement POSIX-like options, most notably -o | Denis Vlasenko | 2006-11-05 | 1 | -0/+15 | |
| | | | | (activated by CONFIG_DESKTOP) | |||||
* | chgrp: just call chown! :) | Denis Vlasenko | 2006-10-27 | 1 | -2/+8 | |
| | ||||||
* | chown: add -vcf support if CONFIG_DESKTOP | Denis Vlasenko | 2006-10-27 | 1 | -2/+7 | |
| | | | | chmod: stop following symlinks | |||||
* | chmod: support -vcf if CONFIG_DESKTOP | Denis Vlasenko | 2006-10-27 | 1 | -2/+7 | |
| | ||||||
* | - revert r16191; re-add resize() applet. | Bernhard Reutner-Fischer | 2006-10-25 | 1 | -0/+5 | |
| | | | | | | | 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 | |||||
* | cp: update help text | Denis Vlasenko | 2006-10-22 | 1 | -4/+5 | |
| | ||||||
* | watch: execute command thru shell, not fork/exec. Other fixes | Denis Vlasenko | 2006-10-20 | 1 | -3/+4 | |
| | ||||||
* | raidautorun: new applet, by: | Denis Vlasenko | 2006-10-20 | 1 | -0/+7 | |
| | | | | | Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at> | |||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -6/+6 | |
| | ||||||
* | nc: fix 2 my own buglets, and few someone else's too. | Denis Vlasenko | 2006-10-16 | 1 | -13/+13 | |
| | ||||||
* | grep: add support for -r | Denis Vlasenko | 2006-10-14 | 1 | -1/+2 | |
| | ||||||
* | nmeter: new applet. ~4k | Denis Vlasenko | 2006-10-11 | 1 | -0/+24 | |
| | | | | Fix build proble on x86_64 | |||||
* | start_stop_daemon: add -N <nice> compat | Denis Vlasenko | 2006-10-08 | 1 | -0/+1 | |
| | | | | | [re]nice: add support for -nNNN w/o spaces, -NNN (nice only), simplified code | |||||
* | httpd: add -u user[:grp] support | Denis Vlasenko | 2006-10-05 | 1 | -5/+5 | |
| | ||||||
* | runit/chpst: "change process state" utility | Denis Vlasenko | 2006-10-03 | 1 | -0/+64 | |
| | | | | It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k | |||||
* | eject: -T (implements single button open/close) | Denis Vlasenko | 2006-10-02 | 1 | -2/+3 | |
| | ||||||
* | syslogd: add option to suppress logging of messages lower than level N (-n N) | Denis Vlasenko | 2006-09-30 | 1 | -1/+2 | |
| | ||||||
* | grep: add help text; fix style | Denis Vlasenko | 2006-09-29 | 1 | -1/+2 | |
| | ||||||
* | top: add support for -b, -n <iterations> | Denis Vlasenko | 2006-09-29 | 1 | -6/+4 | |
| | ||||||
* | usage.h: fix compile-time bugs exposed by previous change | Denis Vlasenko | 2006-09-27 | 1 | -8/+7 | |
| | ||||||
* | usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. | Denis Vlasenko | 2006-09-27 | 1 | -268/+75 | |
| | | | | Few bugs are now exposed... | |||||
* | losetup: with no arguments lists all /dev/loopN. Corrected help text. | Denis Vlasenko | 2006-09-27 | 1 | -2/+3 | |
| | | | | (patch by Vladimir Dronnikov <dronnikov@gmail.ru>) | |||||
* | kill: implement killall5. OpenWRT folks will be happy. | Denis Vlasenko | 2006-09-27 | 1 | -4/+11 | |
| | | | | | However their code was unusably different from sysvinit original. Run tested. | |||||
* | several fixes from openWRT project | Denis Vlasenko | 2006-09-26 | 1 | -0/+1 | |
| | ||||||
* | "I'll think about it" != "apply it now". It means I need to think about it. | Rob Landley | 2006-09-22 | 1 | -5/+0 | |
| | ||||||
* | - add new applet resize. | Bernhard Reutner-Fischer | 2006-09-22 | 1 | -0/+5 | |
| | | | | | | 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 | |||||
* | - fix documentation for the command-line options of ipcs. Closes #1036 | Bernhard Reutner-Fischer | 2006-09-20 | 1 | -4/+4 | |
| | ||||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -3/+3 | |
| | ||||||
* | - Steven Scholz pointed out that ssd's make-pid doesn't take an argument. | Bernhard Reutner-Fischer | 2006-09-15 | 1 | -1/+1 | |
| | ||||||
* | Error reporting fix for sulogin, plus remove help entries for options we never | Rob Landley | 2006-09-11 | 1 | -3/+7 | |
| | | | | | implemented. (Plus a bit more of bbsh leaking in from my tree, but it shouldn't hurt anything and I'm lazy...) | |||||
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -1/+1 | |
| | | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. |