aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make defconfig now worksvda2006-10-052-1/+608
* yet another fixlet: make clean/distclean/mrpropervda2006-10-052-4/+108
* fixing build system overhaul fallout...vda2006-10-054-4/+46
* build system: small optimizationvda2006-10-055-25/+34
* build system overhaulvda2006-10-05188-11752/+16367
* bb_applet_name -> applet_namevda2006-10-0345-69/+71
* getopt_ulflags -> getopt32.vda2006-10-03120-327/+322
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-0317-19/+19
* fdformat: remove redundant checkvda2006-10-032-8/+7
* lots of silly indent fixesvda2006-10-0312-144/+143
* random style fixesvda2006-10-034-18/+20
* traceroute: fix compilation if netinet/protocols.h is missingvda2006-10-031-25/+13
* Yeah, yeah... I forgot about 'svn add'... fixing thatvda2006-10-036-0/+523
* runit/chpst: "change process state" utilityvda2006-10-038-34/+107
* traceroute: do not look up icmp protocol# in /etc, it is well-known :)vda2006-10-031-7/+2
* ifupdown: Debian users contributed improvement to itvda2006-10-021-23/+27
* eject: -T (implements single button open/close)vda2006-10-022-9/+25
* mount: accept and ignore -s (sloppy) option.vda2006-10-021-11/+11
* sed: -e options were handled in reverse order. fix that.vda2006-10-011-19/+27
* sed: unbreak multiple -e, -f option handling (my fault)vda2006-10-014-20/+29
* gzip: add a bit of comment. The code itselfvda2006-10-011-4/+8
* g[un]zip: add support for -v (verbose).vda2006-10-0115-72/+122
* wget: make progress bar and ETA work correctly with -cvda2006-10-011-35/+37
* dpkg: fix use-after-free (bug 939)vda2006-09-301-7/+4
* lsmod: repair indentationvda2006-09-303-128/+124
* vconfig: fix bug 701 (I be damned if I understand it)vda2006-09-302-8/+9
* syslogd: do not retry udp sends (can stall syslogd for extended periodsvda2006-09-301-41/+14
* syslogd: getopt_ulflags'ification (save ~50 bytes)vda2006-09-301-143/+156
* syslogd: add option to suppress logging of messages lower than level N (-n N)vda2006-09-302-5/+18
* fbset: store short string in the structure itself instead of the pointervda2006-09-301-213/+203
* fbset: add support for -a (bug 1017)vda2006-09-301-6/+14
* no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce)vda2006-09-301-1/+0
* libiproute/ll_map.c: fix bug 279vda2006-09-301-6/+30
* wc: optionally support very large files in wcvda2006-09-292-3/+15
* wc: reduce source cruft, make it so that "wc -c" (one option, no filenames)vda2006-09-291-44/+31
* Mention the new gpl@busybox.net address.landley2006-09-292-1/+6
* losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yvda2006-09-292-2/+4
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-2917-33/+33
* grep: add help text; fix stylevda2006-09-292-26/+27
* grep: implement -o option. Patch by Jac Goudsmit.vda2006-09-291-22/+34
* top: add support for -b, -n <iterations>vda2006-09-294-35/+34
* mount: fix bug 946 (mount -f should update mtab)vda2006-09-291-6/+6
* getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_vda2006-09-291-183/+189
* getopt_ulflags: formatting fixesvda2006-09-291-71/+71
* xargs: simplify option parsingvda2006-09-292-116/+92
* rt_names.c: move few strings into rodatavda2006-09-281-10/+9
* dpkg: style fixes; short -> int (generated code is smaller)vda2006-09-281-54/+54
* dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)vda2006-09-282-77/+88
* ifupdown: make dhcp start/stop scripts user configurablevda2006-09-281-0/+16
* Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cvda2006-09-282-28/+25