| Commit message (Expand) | Author | Age | Files | Lines |
* | ping: support -I addr in family neutral manner; reuse a bit of common code | vda | 2007-02-09 | 1 | -9/+11 |
* | new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> | vda | 2007-02-06 | 1 | -10/+34 |
* | - document the multicast argument for ip link | aldot | 2007-01-28 | 1 | -1/+1 |
* | Unify ping and ping6. ping has -4 and -6 which force | vda | 2007-01-24 | 1 | -16/+12 |
* | - make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2 | aldot | 2007-01-20 | 1 | -1/+2 |
* | By popular request reinstate fakeidentd's standalone mode. | vda | 2007-01-14 | 1 | -14/+8 |
* | next part of ipv6-ization. mostly netcat. | vda | 2007-01-12 | 1 | -1/+1 |
* | fakeinetd: attempted ipv6-ization (and it's done) | vda | 2007-01-11 | 1 | -0/+9 |
* | Fix typo in usage text by shortening it | vda | 2007-01-09 | 1 | -3/+3 |
* | - a few minor tweaks | aldot | 2007-01-07 | 1 | -5/+5 |
* | add arp applet - thanks to | vda | 2007-01-07 | 1 | -0/+20 |
* | syslogd: start using bb_common_bufsiz1 instead of stack/malloc | vda | 2007-01-04 | 1 | -9/+9 |
* | new libbb func: xmalloc_realpath (+ use it where makes sense) | vda | 2007-01-04 | 1 | -1/+2 |
* | chattr: bugfixes and size reduction | vda | 2006-12-26 | 1 | -1/+1 |
* | leftover of e2fsck surgery | vda | 2006-12-26 | 1 | -4/+4 |
* | Fix irregular capitalization in usage texts | vda | 2006-12-25 | 1 | -536/+535 |
* | trim help texts a bit more | vda | 2006-12-25 | 1 | -16/+16 |
* | more usage message cleanups | vda | 2006-12-24 | 1 | -164/+152 |
* | Cleanup usage messages (-200 bytes). | vda | 2006-12-24 | 1 | -367/+378 |
* | fix/shorten some usage strings | vda | 2006-12-17 | 1 | -349/+412 |
* | build system: add "release" target | vda | 2006-12-12 | 1 | -13/+22 |
* | - s/:\t\t/\t/ for two helptexts. | aldot | 2006-12-07 | 1 | -5/+5 |
* | usage: fix few help texts, fix breakage: '\<tab>' | vda | 2006-11-28 | 1 | -50/+51 |
* | fix udhcpc help message, take steps to make usage.h less messy | vda | 2006-11-28 | 1 | -2241/+2240 |
* | udhcpc: convert to getopt32 | vda | 2006-11-27 | 1 | -0/+9 |
* | tar: sanitize option handling | vda | 2006-11-24 | 1 | -1/+1 |
* | - revert r15563 (pull current version of taskset off the busybox_scratch branch) | aldot | 2006-11-22 | 1 | -0/+17 |
* | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | vda | 2006-11-22 | 1 | -8/+10 |
* | - add 'ip rule' support. First take.. | aldot | 2006-11-21 | 1 | -3/+14 |
* | dhcprelay: new applet | vda | 2006-11-20 | 1 | -0/+10 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 1 | -10/+10 |
* | nc: fix --help text | vda | 2006-11-18 | 1 | -6/+2 |
* | runit: add runsv, runsvdir and sv. Oh yes. | vda | 2006-11-17 | 1 | -0/+16 |
* | httpd: reduce ifdef forest. comment out redundant PATH setting | vda | 2006-11-16 | 1 | -1/+1 |
* | httpd: add -i (inetd) and -f (foreground) otions. | vda | 2006-11-16 | 1 | -2/+5 |
* | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | vda | 2006-11-16 | 1 | -0/+7 |
* | usage.h: stop using ancient USAGE_xxx (we have USE_xx now) | vda | 2006-11-05 | 1 | -34/+13 |
* | ps: implement POSIX-like options, most notably -o | vda | 2006-11-05 | 1 | -0/+15 |
* | chgrp: just call chown! :) | vda | 2006-10-27 | 1 | -2/+8 |
* | chown: add -vcf support if CONFIG_DESKTOP | vda | 2006-10-27 | 1 | -2/+7 |
* | chmod: support -vcf if CONFIG_DESKTOP | vda | 2006-10-27 | 1 | -2/+7 |
* | - revert r16191; re-add resize() applet. | aldot | 2006-10-25 | 1 | -0/+5 |
* | cp: update help text | vda | 2006-10-22 | 1 | -4/+5 |
* | watch: execute command thru shell, not fork/exec. Other fixes | vda | 2006-10-20 | 1 | -3/+4 |
* | raidautorun: new applet, by: | vda | 2006-10-20 | 1 | -0/+7 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -6/+6 |
* | nc: fix 2 my own buglets, and few someone else's too. | vda | 2006-10-16 | 1 | -13/+13 |
* | grep: add support for -r | vda | 2006-10-14 | 1 | -1/+2 |
* | nmeter: new applet. ~4k | vda | 2006-10-11 | 1 | -0/+24 |
* | start_stop_daemon: add -N <nice> compat | vda | 2006-10-08 | 1 | -0/+1 |