| Commit message (Expand) | Author | Files | Lines |
2010-02-26 | awk: skip whitespace between array name and subscript | Alexander Shishkin | 2 | -1/+4 |
2010-02-25 | find: tweak error message | Bernhard Reutner-Fischer | 1 | -2/+6 |
2010-02-24 | typo fixes | Denys Vlasenko | 1 | -2/+2 |
2010-02-24 | mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721. | Denys Vlasenko | 1 | -22/+32 |
2010-02-24 | fdisk: do not treat names ending in '0' as partitions | Denys Vlasenko | 1 | -2/+3 |
2010-02-24 | tweak README (s/svn/git) | Denys Vlasenko | 1 | -6/+11 |
2010-02-21 | install: strip before mode/uid/gid is set, not after. | Denys Vlasenko | 1 | -12/+13 |
2010-02-21 | loadfont/setfont: optional PSF2 font support | Harald Becker | 2 | -108/+224 |
2010-02-21 | free: code shrink | Denys Vlasenko | 1 | -35/+48 |
2010-02-21 | Replace __uClinux__ define with !BB_MMU | Denys Vlasenko | 2 | -4/+4 |
2010-02-21 | fix bug 1087. Fix by Leonid (lly.dev AT gmail.com) | Denys Vlasenko | 3 | -2/+8 |
2010-02-19 | fix typos in comments and doc | Denys Vlasenko | 2 | -2/+2 |
2010-02-19 | fix Unicode build on glibc | Denys Vlasenko | 1 | -2/+5 |
2010-02-19 | netstat: fix a trivial bug | Denys Vlasenko | 1 | -1/+1 |
2010-02-14 | usage: fix typo | Bernhard Reutner-Fischer | 1 | -1/+1 |
2010-02-14 | delete forgotten chunk in prev commit | Denys Vlasenko | 1 | -1/+0 |
2010-02-14 | trim help text | Denys Vlasenko | 1 | -66/+65 |
2010-02-13 | trim/regularize help text | Denys Vlasenko | 1 | -108/+113 |
2010-02-11 | gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error | Joakim Tjernlund | 1 | -1/+4 |
2010-02-11 | include/platform.h: PowerPC can also do unaligned access | Joakim Tjernlund | 1 | -1/+1 |
2010-02-11 | wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set" | Denys Vlasenko | 1 | -0/+1 |
2010-02-10 | wget: ignore --no-check-certificate | Bernhard Reutner-Fischer | 2 | -1/+3 |
2010-02-09 | compat and warning fixes | Denys Vlasenko | 2 | -1/+4 |
2010-02-08 | libbb/md5.c: remove wrong comment | Denys Vlasenko | 1 | -7/+5 |
2010-02-08 | volume_id/linux_swap: detect suspended image signatures too | Vladimir Dronnikov | 1 | -1/+5 |
2010-02-08 | hush: note a FIXME | Denys Vlasenko | 1 | -0/+1 |
2010-02-07 | shaNNNsum: accept and ignore -b and -t | Denys Vlasenko | 1 | -2/+4 |
2010-02-07 | bloat-o-meter: convert to print() calls | Bernhard Reutner-Fischer | 1 | -4/+4 |
2010-02-07 | bloat-o-meter: fix quadric behavior in alias resolution | Bernhard Reutner-Fischer | 1 | -29/+68 |
2010-02-07 | dnsd: add -s option. This allows (clumsy) operation with read dns servers | Denys Vlasenko | 2 | -35/+45 |
2010-02-07 | dnsd: add more -v messages | Denys Vlasenko | 1 | -6/+18 |
2010-02-06 | dnsd: better usage text | Denys Vlasenko | 1 | -8/+8 |
2010-02-06 | dnsd: fix one big-endian goof; add a TODO about RA bit | Denys Vlasenko | 2 | -18/+26 |
2010-02-06 | adduser: copy /etc/skel to mew homes. +100 bytes | Denys Vlasenko | 3 | -6/+25 |
2010-02-06 | cosmetic fixes | Denys Vlasenko | 2 | -7/+8 |
2010-02-06 | hexdump: fix "hexdump nonexistent_file" handling | Denys Vlasenko | 1 | -2/+2 |
2010-02-06 | whitespace fix | Denys Vlasenko | 1 | -1/+0 |
2010-02-05 | udhcp[cd]: fix aliasing warnings | Denys Vlasenko | 2 | -2/+2 |
2010-02-05 | awk: remove wrong comment | Denys Vlasenko | 1 | -1/+1 |
2010-02-05 | *: fix 1/4 remaining aliasing warnings | Denys Vlasenko | 4 | -36/+34 |
2010-02-04 | *: eliminate more aliasing warnings | Denys Vlasenko | 6 | -36/+40 |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko | 49 | -58/+65 |
2010-02-04 | diff: more compiler compat fixes. no code changes | Dan Fandrich | 2 | -8/+10 |
2010-02-04 | diff: make code more portable | Dan Fandrich | 1 | -27/+40 |
2010-02-03 | libbb: fix bb_ask() to operate on correct fd | Denys Vlasenko | 1 | -3/+2 |
2010-02-02 | bloat-o-meter: teach it to handle aliases | Bernhard Reutner-Fischer | 1 | -26/+46 |
2010-02-02 | mkfs_ext2: fix bad comment. no code changes | Denys Vlasenko | 1 | -3/+3 |
2010-02-02 | more thorough fix for systems with strange socklen_t | Denys Vlasenko | 6 | -32/+36 |
2010-02-02 | stat: get rid on intmax_t | Denys Vlasenko | 3 | -105/+93 |
2010-02-02 | tftpd: fix file creation with bogus mode. Closes bug 1021. | Denys Vlasenko | 1 | -1/+1 |