| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | chpst: fix vda's silly mistakes | vda | 2006-10-06 | 1 | -1/+2 |
* | eject: -T fix | vda | 2006-10-05 | 3 | -22/+24 |
* | httpd: add -u user[:grp] support | vda | 2006-10-05 | 12 | -139/+117 |
* | which: -84 bytes | vda | 2006-10-05 | 2 | -50/+27 |
* | make defconfig now works | vda | 2006-10-05 | 2 | -1/+608 |
* | yet another fixlet: make clean/distclean/mrproper | vda | 2006-10-05 | 2 | -4/+108 |
* | fixing build system overhaul fallout... | vda | 2006-10-05 | 4 | -4/+46 |
* | build system: small optimization | vda | 2006-10-05 | 5 | -25/+34 |
* | build system overhaul | vda | 2006-10-05 | 188 | -11752/+16367 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 45 | -69/+71 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 120 | -327/+322 |
* | rename bb_default_error_retval -> xfunc_error_retval | vda | 2006-10-03 | 17 | -19/+19 |
* | fdformat: remove redundant check | vda | 2006-10-03 | 2 | -8/+7 |
* | lots of silly indent fixes | vda | 2006-10-03 | 12 | -144/+143 |
* | random style fixes | vda | 2006-10-03 | 4 | -18/+20 |
* | traceroute: fix compilation if netinet/protocols.h is missing | vda | 2006-10-03 | 1 | -25/+13 |
* | Yeah, yeah... I forgot about 'svn add'... fixing that | vda | 2006-10-03 | 6 | -0/+523 |
* | runit/chpst: "change process state" utility | vda | 2006-10-03 | 8 | -34/+107 |
* | traceroute: do not look up icmp protocol# in /etc, it is well-known :) | vda | 2006-10-03 | 1 | -7/+2 |
* | ifupdown: Debian users contributed improvement to it | vda | 2006-10-02 | 1 | -23/+27 |
* | eject: -T (implements single button open/close) | vda | 2006-10-02 | 2 | -9/+25 |
* | mount: accept and ignore -s (sloppy) option. | vda | 2006-10-02 | 1 | -11/+11 |
* | sed: -e options were handled in reverse order. fix that. | vda | 2006-10-01 | 1 | -19/+27 |
* | sed: unbreak multiple -e, -f option handling (my fault) | vda | 2006-10-01 | 4 | -20/+29 |
* | gzip: add a bit of comment. The code itself | vda | 2006-10-01 | 1 | -4/+8 |
* | g[un]zip: add support for -v (verbose). | vda | 2006-10-01 | 15 | -72/+122 |
* | wget: make progress bar and ETA work correctly with -c | vda | 2006-10-01 | 1 | -35/+37 |
* | dpkg: fix use-after-free (bug 939) | vda | 2006-09-30 | 1 | -7/+4 |
* | lsmod: repair indentation | vda | 2006-09-30 | 3 | -128/+124 |
* | vconfig: fix bug 701 (I be damned if I understand it) | vda | 2006-09-30 | 2 | -8/+9 |
* | syslogd: do not retry udp sends (can stall syslogd for extended periods | vda | 2006-09-30 | 1 | -41/+14 |
* | syslogd: getopt_ulflags'ification (save ~50 bytes) | vda | 2006-09-30 | 1 | -143/+156 |
* | syslogd: add option to suppress logging of messages lower than level N (-n N) | vda | 2006-09-30 | 2 | -5/+18 |
* | fbset: store short string in the structure itself instead of the pointer | vda | 2006-09-30 | 1 | -213/+203 |
* | fbset: add support for -a (bug 1017) | vda | 2006-09-30 | 1 | -6/+14 |
* | no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce) | vda | 2006-09-30 | 1 | -1/+0 |
* | libiproute/ll_map.c: fix bug 279 | vda | 2006-09-30 | 1 | -6/+30 |
* | wc: optionally support very large files in wc | vda | 2006-09-29 | 2 | -3/+15 |
* | wc: reduce source cruft, make it so that "wc -c" (one option, no filenames) | vda | 2006-09-29 | 1 | -44/+31 |
* | Mention the new gpl@busybox.net address. | landley | 2006-09-29 | 2 | -1/+6 |
* | losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y | vda | 2006-09-29 | 2 | -2/+4 |
* | Yet another silly little byte saving. couldn't -> cannot | vda | 2006-09-29 | 17 | -33/+33 |
* | grep: add help text; fix style | vda | 2006-09-29 | 2 | -26/+27 |
* | grep: implement -o option. Patch by Jac Goudsmit. | vda | 2006-09-29 | 1 | -22/+34 |
* | top: add support for -b, -n <iterations> | vda | 2006-09-29 | 4 | -35/+34 |
* | mount: fix bug 946 (mount -f should update mtab) | vda | 2006-09-29 | 1 | -6/+6 |
* | getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ | vda | 2006-09-29 | 1 | -183/+189 |
* | getopt_ulflags: formatting fixes | vda | 2006-09-29 | 1 | -71/+71 |
* | xargs: simplify option parsing | vda | 2006-09-29 | 2 | -116/+92 |
* | rt_names.c: move few strings into rodata | vda | 2006-09-28 | 1 | -10/+9 |