aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* install: strip before mode/uid/gid is set, not after.Denys Vlasenko2010-02-211-12/+13
| | | | | | | | function old new delta install_main 694 716 +22 basename 21 - -21 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* loadfont/setfont: optional PSF2 font supportHarald Becker2010-02-212-108/+224
| | | | | Signed-off-by: Harald Becker <ralda@gmx.de> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* free: code shrinkDenys Vlasenko2010-02-211-35/+48
| | | | | | | function old new delta free_main 330 302 -28 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Replace __uClinux__ define with !BB_MMUDenys Vlasenko2010-02-212-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko2010-02-213-2/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix typos in comments and docDenys Vlasenko2010-02-192-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix Unicode build on glibcDenys Vlasenko2010-02-191-2/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* netstat: fix a trivial bugDenys Vlasenko2010-02-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* usage: fix typoBernhard Reutner-Fischer2010-02-141-1/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* delete forgotten chunk in prev commitDenys Vlasenko2010-02-141-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trim help textDenys Vlasenko2010-02-141-66/+65
| | | | | | | function old new delta packed_usage 26860 26663 -197 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trim/regularize help textDenys Vlasenko2010-02-131-108/+113
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC errorJoakim Tjernlund2010-02-111-1/+4
| | | | | Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* include/platform.h: PowerPC can also do unaligned accessJoakim Tjernlund2010-02-111-1/+1
| | | | | Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"Denys Vlasenko2010-02-111-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* wget: ignore --no-check-certificateBernhard Reutner-Fischer2010-02-102-1/+3
| | | | | | | | | | | | | Used in a number of scripts, don't barf on it (we don't do ssl ATM). function old new delta static.wget_longopts 122 145 +23 .rodata 131925 131947 +22 packed_usage 26860 26859 -1 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 45/-1) Total: 44 bytes Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* compat and warning fixesDenys Vlasenko2010-02-092-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* libbb/md5.c: remove wrong commentDenys Vlasenko2010-02-081-7/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* volume_id/linux_swap: detect suspended image signatures tooVladimir Dronnikov2010-02-081-1/+5
| | | | | Signed-off-by: Vladimir Dronnikov <dronnikov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: note a FIXMEDenys Vlasenko2010-02-081-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shaNNNsum: accept and ignore -b and -tDenys Vlasenko2010-02-071-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* bloat-o-meter: convert to print() callsBernhard Reutner-Fischer2010-02-071-4/+4
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* bloat-o-meter: fix quadric behavior in alias resolutionBernhard Reutner-Fischer2010-02-071-29/+68
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* dnsd: add -s option. This allows (clumsy) operation with read dns serversDenys Vlasenko2010-02-072-35/+45
| | | | | | | | function old new delta packed_usage 26816 26886 +70 dnsd_main 1299 1303 +4 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* dnsd: add more -v messagesDenys Vlasenko2010-02-071-6/+18
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* dnsd: better usage textDenys Vlasenko2010-02-061-8/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* dnsd: fix one big-endian goof; add a TODO about RA bitDenys Vlasenko2010-02-062-18/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko2010-02-063-6/+25
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cosmetic fixesDenys Vlasenko2010-02-062-7/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hexdump: fix "hexdump nonexistent_file" handlingDenys Vlasenko2010-02-061-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace fixDenys Vlasenko2010-02-061-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* udhcp[cd]: fix aliasing warningsDenys Vlasenko2010-02-052-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* awk: remove wrong commentDenys Vlasenko2010-02-051-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: fix 1/4 remaining aliasing warningsDenys Vlasenko2010-02-054-36/+34
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-046-36/+40
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-0449-58/+65
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* diff: more compiler compat fixes. no code changesDan Fandrich2010-02-042-8/+10
| | | | | Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* diff: make code more portableDan Fandrich2010-02-041-27/+40
| | | | | | | | | function old new delta create_J 1835 1849 +14 diffreg 1268 1255 -13 Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* libbb: fix bb_ask() to operate on correct fdDenys Vlasenko2010-02-031-3/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* bloat-o-meter: teach it to handle aliasesBernhard Reutner-Fischer2010-02-021-26/+46
| | | | | | | | | | | | Previously aliases were counted as full implementation taking up space: setservent 64 55 -9 __GI_setservent 64 55 -9 getservent_r 420 319 -101 __GI_getservent_r 420 319 -101 Teach it to properly handle aliases. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* mkfs_ext2: fix bad comment. no code changesDenys Vlasenko2010-02-021-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-026-32/+36
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* stat: get rid on intmax_tDenys Vlasenko2010-02-023-105/+93
| | | | | | | | | | | function old new delta print_it 225 218 -7 print_stat 919 889 -30 print_statfs 370 339 -31 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-68) Total: -68 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko2010-02-021-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-018-49/+66
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* docs/unicode.txt: added more TODOsDenys Vlasenko2010-02-011-8/+23
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add unicode.txtDenys Vlasenko2010-02-011-0/+56
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove now-unneeded memsetDenys Vlasenko2010-02-012-4/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make echo -e "foo\nfoo" | passwd USER workDenys Vlasenko2010-02-011-17/+21
| | | | | | | | | Suggested by Michael Zhu (linuxsir320 AT gmail.com) function old new delta bb_ask 333 340 +7 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* better wording in ConfigDenys Vlasenko2010-01-312-3/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>