| Commit message (Expand) | Author | Files | Lines |
2006-10-02 | eject: -T (implements single button open/close) | vda | 2 | -9/+25 |
2006-10-02 | mount: accept and ignore -s (sloppy) option. | vda | 1 | -11/+11 |
2006-10-01 | sed: -e options were handled in reverse order. fix that. | vda | 1 | -19/+27 |
2006-10-01 | sed: unbreak multiple -e, -f option handling (my fault) | vda | 4 | -20/+29 |
2006-10-01 | gzip: add a bit of comment. The code itself | vda | 1 | -4/+8 |
2006-10-01 | g[un]zip: add support for -v (verbose). | vda | 15 | -72/+122 |
2006-10-01 | wget: make progress bar and ETA work correctly with -c | vda | 1 | -35/+37 |
2006-09-30 | dpkg: fix use-after-free (bug 939) | vda | 1 | -7/+4 |
2006-09-30 | lsmod: repair indentation | vda | 3 | -128/+124 |
2006-09-30 | vconfig: fix bug 701 (I be damned if I understand it) | vda | 2 | -8/+9 |
2006-09-30 | syslogd: do not retry udp sends (can stall syslogd for extended periods | vda | 1 | -41/+14 |
2006-09-30 | syslogd: getopt_ulflags'ification (save ~50 bytes) | vda | 1 | -143/+156 |
2006-09-30 | syslogd: add option to suppress logging of messages lower than level N (-n N) | vda | 2 | -5/+18 |
2006-09-30 | fbset: store short string in the structure itself instead of the pointer | vda | 1 | -213/+203 |
2006-09-30 | fbset: add support for -a (bug 1017) | vda | 1 | -6/+14 |
2006-09-30 | no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce) | vda | 1 | -1/+0 |
2006-09-30 | libiproute/ll_map.c: fix bug 279 | vda | 1 | -6/+30 |
2006-09-29 | wc: optionally support very large files in wc | vda | 2 | -3/+15 |
2006-09-29 | wc: reduce source cruft, make it so that "wc -c" (one option, no filenames) | vda | 1 | -44/+31 |
2006-09-29 | Mention the new gpl@busybox.net address. | landley | 2 | -1/+6 |
2006-09-29 | losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y | vda | 2 | -2/+4 |
2006-09-29 | Yet another silly little byte saving. couldn't -> cannot | vda | 17 | -33/+33 |
2006-09-29 | grep: add help text; fix style | vda | 2 | -26/+27 |
2006-09-29 | grep: implement -o option. Patch by Jac Goudsmit. | vda | 1 | -22/+34 |
2006-09-29 | top: add support for -b, -n <iterations> | vda | 4 | -35/+34 |
2006-09-29 | mount: fix bug 946 (mount -f should update mtab) | vda | 1 | -6/+6 |
2006-09-29 | getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ | vda | 1 | -183/+189 |
2006-09-29 | getopt_ulflags: formatting fixes | vda | 1 | -71/+71 |
2006-09-29 | xargs: simplify option parsing | vda | 2 | -116/+92 |
2006-09-28 | rt_names.c: move few strings into rodata | vda | 1 | -10/+9 |
2006-09-28 | dpkg: style fixes; short -> int (generated code is smaller) | vda | 1 | -54/+54 |
2006-09-28 | dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) | vda | 2 | -77/+88 |
2006-09-28 | ifupdown: make dhcp start/stop scripts user configurable | vda | 1 | -0/+16 |
2006-09-28 | Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c | vda | 2 | -28/+25 |
2006-09-27 | usage.h: fix compile-time bugs exposed by previous change | vda | 2 | -11/+8 |
2006-09-27 | usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. | vda | 5 | -279/+88 |
2006-09-27 | silly switch style fix | vda | 8 | -10/+10 |
2006-09-27 | crontab: we indent using tabs | vda | 1 | -272/+277 |
2006-09-27 | losetup: with no arguments lists all /dev/loopN. Corrected help text. | vda | 2 | -5/+18 |
2006-09-27 | kill: implement killall5. OpenWRT folks will be happy. | vda | 4 | -32/+65 |
2006-09-27 | kill: fix bugs (kill -l output was horrible), fix style, constify data | vda | 3 | -64/+64 |
2006-09-27 | process utilities related style cleanup | vda | 2 | -26/+24 |
2006-09-27 | ifupdown: fix for standalone shell; removed hardcoded PATH | vda | 1 | -41/+23 |
2006-09-26 | ifupdown: style cleanup, no code changes | vda | 1 | -266/+260 |
2006-09-26 | several fixes from openWRT project | vda | 8 | -5/+88 |
2006-09-26 | login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) | vda | 1 | -3/+3 |
2006-09-26 | httpd: sanitize indentation | vda | 1 | -1213/+1209 |
2006-09-26 | wget: add (configurable) large file support. Run tested. | vda | 3 | -53/+99 |
2006-09-25 | fix 'grep -C' which requires an argument | andersen | 1 | -1/+1 |
2006-09-24 | vlock: make message shorter | vda | 1 | -1/+1 |