aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* docs/unicode.txt: added more TODOsDenys Vlasenko2010-02-011-8/+23
* add unicode.txtDenys Vlasenko2010-02-011-0/+56
* remove now-unneeded memsetDenys Vlasenko2010-02-012-4/+0
* make echo -e "foo\nfoo" | passwd USER workDenys Vlasenko2010-02-011-17/+21
* better wording in ConfigDenys Vlasenko2010-01-312-3/+11
* unicode: exclude FDD0..FDEF range tooDenys Vlasenko2010-01-312-52/+52
* exclude more invalid unicode charsDenys Vlasenko2010-01-312-10/+183
* typo fixDenys Vlasenko2010-01-311-1/+1
* ls: fix handling of broken unicode sequencesDenys Vlasenko2010-01-312-44/+49
* ls: unicode fixesDenys Vlasenko2010-01-318-206/+545
* cal: add a unicode testDenys Vlasenko2010-01-313-3/+46
* further work on unicodizationDenys Vlasenko2010-01-307-41/+146
* fix Unicode config option limits and some comments in lessDenys Vlasenko2010-01-302-4/+3
* syslog: remove stray umask(0)Denys Vlasenko2010-01-291-1/+1