| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | runit/chpst: "change process state" utility | Denis Vlasenko | 2006-10-03 | 1 | -0/+64 |
* | 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 |
* | losetup: with no arguments lists all /dev/loopN. Corrected help text. | Denis Vlasenko | 2006-09-27 | 1 | -2/+3 |
* | kill: implement killall5. OpenWRT folks will be happy. | Denis Vlasenko | 2006-09-27 | 1 | -4/+11 |
* | 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 |
* | - 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 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -1/+1 |
* | ping: implement -I option | Denis Vlasenko | 2006-09-02 | 1 | -0/+1 |
* | - patch from Csaba Henk to make the "User-Agent" header field configurable. | Bernhard Reutner-Fischer | 2006-09-02 | 1 | -1/+3 |
* | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer | 2006-08-28 | 1 | -5/+5 |
* | Michael Opdenacker contributed a readahead applet. | Rob Landley | 2006-08-20 | 1 | -0/+6 |
* | Update usage to talk about the new shared subtree stuff in mount. | Rob Landley | 2006-08-09 | 1 | -29/+21 |
* | "formated" -> "formatted" throughout the code base. | "Robert P. J. Day" | 2006-07-20 | 1 | -2/+2 |
* | Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. | Rob Landley | 2006-07-17 | 1 | -1/+2 |
* | Upgrade netcat a lot. Make -e able to take the rest of the command line as | Rob Landley | 2006-07-10 | 1 | -12/+30 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, | Rob Landley | 2006-06-30 | 1 | -17/+0 |
* | cleanup patch usage | Mike Frysinger | 2006-06-28 | 1 | -4/+4 |
* | fix watchdog on no-mmu systems by adding -F option for rexec | Mike Frysinger | 2006-06-26 | 1 | -2/+3 |
* | Upgrade mdev to allow commands to be run on create/delete. | Rob Landley | 2006-06-26 | 1 | -8/+14 |
* | Document mount's new error return conventions. | Rob Landley | 2006-06-24 | 1 | -1/+3 |
* | - add fancy mode to start-stop-daemon to support --oknodo and --verbose | Bernhard Reutner-Fischer | 2006-06-11 | 1 | -0/+4 |
* | Fix from Tito to read from stdin only when it's not a tty. | Rob Landley | 2006-06-07 | 1 | -1/+1 |
* | - add applet taskset to set/retrieve the CPU affinity of a process | Bernhard Reutner-Fischer | 2006-06-07 | 1 | -0/+17 |
* | Patch from Tito to remove long options from hdparm. | Rob Landley | 2006-05-31 | 1 | -3/+3 |
* | Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, | Rob Landley | 2006-05-31 | 1 | -0/+7 |
* | fix spelling mistakes | Mike Frysinger | 2006-05-26 | 1 | -9/+9 |
* | fix indenting in help output for ifconfig | Mike Frysinger | 2006-05-19 | 1 | -2/+2 |
* | Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add | Rob Landley | 2006-05-16 | 1 | -5/+9 |
* | implement -print0 for find | Paul Fox | 2006-05-12 | 1 | -1/+3 |
* | It was sitting there, in the patches directory, for years. It was delete it | Rob Landley | 2006-05-04 | 1 | -0/+3 |
* | More usage.h cleanups, with collateral changes to httpd. Specifically, | Rob Landley | 2006-04-28 | 1 | -72/+14 |
* | Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a | Rob Landley | 2006-04-25 | 1 | -129/+50 |
* | New applet cksum, from Rob Sullivan. | Rob Landley | 2006-04-18 | 1 | -0/+5 |
* | - patch from Rob Sullivan to add support for -L | Bernhard Reutner-Fischer | 2006-04-06 | 1 | -1/+2 |
* | - new applet diff. Rob Sullivan writes: | Bernhard Reutner-Fischer | 2006-04-06 | 1 | -0/+20 |
* | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | Bernhard Reutner-Fischer | 2006-04-02 | 1 | -1/+1 |
* | - update help text. | Bernhard Reutner-Fischer | 2006-03-31 | 1 | -2/+2 |
* | Update ipaddr help to match reality. | Rob Landley | 2006-03-30 | 1 | -1/+1 |
* | setlogcons, from Jan Kaszka. | Rob Landley | 2006-03-27 | 1 | -0/+5 |