aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-24tweak README (s/svn/git)Denys Vlasenko
2010-02-21install: strip before mode/uid/gid is set, not after.Denys Vlasenko
2010-02-21loadfont/setfont: optional PSF2 font supportHarald Becker
2010-02-21free: code shrinkDenys Vlasenko
2010-02-21Replace __uClinux__ define with !BB_MMUDenys Vlasenko
2010-02-21fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko
2010-02-19fix typos in comments and docDenys Vlasenko
2010-02-19fix Unicode build on glibcDenys Vlasenko
2010-02-19netstat: fix a trivial bugDenys Vlasenko
2010-02-14usage: fix typoBernhard Reutner-Fischer
2010-02-14delete forgotten chunk in prev commitDenys Vlasenko
2010-02-14trim help textDenys Vlasenko
2010-02-13trim/regularize help textDenys Vlasenko
2010-02-11gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC errorJoakim Tjernlund
2010-02-11include/platform.h: PowerPC can also do unaligned accessJoakim Tjernlund
2010-02-11wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"Denys Vlasenko
2010-02-10wget: ignore --no-check-certificateBernhard Reutner-Fischer
2010-02-09compat and warning fixesDenys Vlasenko
2010-02-08libbb/md5.c: remove wrong commentDenys Vlasenko
2010-02-08volume_id/linux_swap: detect suspended image signatures tooVladimir Dronnikov
2010-02-08hush: note a FIXMEDenys Vlasenko
2010-02-07shaNNNsum: accept and ignore -b and -tDenys Vlasenko
2010-02-07bloat-o-meter: convert to print() callsBernhard Reutner-Fischer
2010-02-07bloat-o-meter: fix quadric behavior in alias resolutionBernhard Reutner-Fischer
2010-02-07dnsd: add -s option. This allows (clumsy) operation with read dns serversDenys Vlasenko
2010-02-07dnsd: add more -v messagesDenys Vlasenko
2010-02-06dnsd: better usage textDenys Vlasenko
2010-02-06dnsd: fix one big-endian goof; add a TODO about RA bitDenys Vlasenko
2010-02-06adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko
2010-02-06cosmetic fixesDenys Vlasenko
2010-02-06hexdump: fix "hexdump nonexistent_file" handlingDenys Vlasenko
2010-02-06whitespace fixDenys Vlasenko
2010-02-05udhcp[cd]: fix aliasing warningsDenys Vlasenko
2010-02-05awk: remove wrong commentDenys Vlasenko
2010-02-05*: fix 1/4 remaining aliasing warningsDenys Vlasenko
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-02-04diff: more compiler compat fixes. no code changesDan Fandrich
2010-02-04diff: make code more portableDan Fandrich
2010-02-03libbb: fix bb_ask() to operate on correct fdDenys Vlasenko
2010-02-02bloat-o-meter: teach it to handle aliasesBernhard Reutner-Fischer
2010-02-02mkfs_ext2: fix bad comment. no code changesDenys Vlasenko
2010-02-02more thorough fix for systems with strange socklen_tDenys Vlasenko
2010-02-02stat: get rid on intmax_tDenys Vlasenko
2010-02-02tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko
2010-02-01mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko
2010-02-01docs/unicode.txt: added more TODOsDenys Vlasenko
2010-02-01add unicode.txtDenys Vlasenko
2010-02-01remove now-unneeded memsetDenys Vlasenko
2010-02-01make echo -e "foo\nfoo" | passwd USER workDenys Vlasenko