aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* find: tweak error messageBernhard Reutner-Fischer2010-02-251-2/+6
* typo fixesDenys Vlasenko2010-02-241-2/+2
* mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721.Denys Vlasenko2010-02-241-22/+32
* fdisk: do not treat names ending in '0' as partitionsDenys Vlasenko2010-02-241-2/+3
* tweak README (s/svn/git)Denys Vlasenko2010-02-241-6/+11
* install: strip before mode/uid/gid is set, not after.Denys Vlasenko2010-02-211-12/+13
* loadfont/setfont: optional PSF2 font supportHarald Becker2010-02-212-108/+224
* free: code shrinkDenys Vlasenko2010-02-211-35/+48
* Replace __uClinux__ define with !BB_MMUDenys Vlasenko2010-02-212-4/+4
* fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko2010-02-213-2/+8
* fix typos in comments and docDenys Vlasenko2010-02-192-2/+2
* fix Unicode build on glibcDenys Vlasenko2010-02-191-2/+5
* netstat: fix a trivial bugDenys Vlasenko2010-02-191-1/+1
* usage: fix typoBernhard Reutner-Fischer2010-02-141-1/+1
* delete forgotten chunk in prev commitDenys Vlasenko2010-02-141-1/+0
* trim help textDenys Vlasenko2010-02-141-66/+65
* trim/regularize help textDenys Vlasenko2010-02-131-108/+113
* gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC errorJoakim Tjernlund2010-02-111-1/+4
* include/platform.h: PowerPC can also do unaligned accessJoakim Tjernlund2010-02-111-1/+1
* wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"Denys Vlasenko2010-02-111-0/+1
* wget: ignore --no-check-certificateBernhard Reutner-Fischer2010-02-102-1/+3
* compat and warning fixesDenys Vlasenko2010-02-092-1/+4
* libbb/md5.c: remove wrong commentDenys Vlasenko2010-02-081-7/+5
* volume_id/linux_swap: detect suspended image signatures tooVladimir Dronnikov2010-02-081-1/+5
* hush: note a FIXMEDenys Vlasenko2010-02-081-0/+1
* shaNNNsum: accept and ignore -b and -tDenys Vlasenko2010-02-071-2/+4
* bloat-o-meter: convert to print() callsBernhard Reutner-Fischer2010-02-071-4/+4
* bloat-o-meter: fix quadric behavior in alias resolutionBernhard Reutner-Fischer2010-02-071-29/+68
* dnsd: add -s option. This allows (clumsy) operation with read dns serversDenys Vlasenko2010-02-072-35/+45
* dnsd: add more -v messagesDenys Vlasenko2010-02-071-6/+18
* dnsd: better usage textDenys Vlasenko2010-02-061-8/+8
* dnsd: fix one big-endian goof; add a TODO about RA bitDenys Vlasenko2010-02-062-18/+26
* adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko2010-02-063-6/+25
* cosmetic fixesDenys Vlasenko2010-02-062-7/+8
* hexdump: fix "hexdump nonexistent_file" handlingDenys Vlasenko2010-02-061-2/+2
* whitespace fixDenys Vlasenko2010-02-061-1/+0
* udhcp[cd]: fix aliasing warningsDenys Vlasenko2010-02-052-2/+2
* awk: remove wrong commentDenys Vlasenko2010-02-051-1/+1
* *: fix 1/4 remaining aliasing warningsDenys Vlasenko2010-02-054-36/+34
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-046-36/+40
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-0449-58/+65
* diff: more compiler compat fixes. no code changesDan Fandrich2010-02-042-8/+10
* diff: make code more portableDan Fandrich2010-02-041-27/+40
* libbb: fix bb_ask() to operate on correct fdDenys Vlasenko2010-02-031-3/+2
* bloat-o-meter: teach it to handle aliasesBernhard Reutner-Fischer2010-02-021-26/+46
* mkfs_ext2: fix bad comment. no code changesDenys Vlasenko2010-02-021-3/+3
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-026-32/+36
* stat: get rid on intmax_tDenys Vlasenko2010-02-023-105/+93
* tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko2010-02-021-1/+1
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-018-49/+66