aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-05tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko
2010-03-05*: use NULL for null pointersDenys Vlasenko
2010-03-05libbb/loop.c: style and readability fixes, no code changesDenys Vlasenko
2010-03-04top: make 's' display easier to understandDenys Vlasenko
2010-03-03modprobe: remove 2k limit on /proc/cmdlineDenys Vlasenko
2010-03-03ping: do not leak data from stack; shrinkDenys Vlasenko
2010-03-02head,tail: trim help text; make suffixes unconditional for head tooDenys Vlasenko
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko
2010-02-28syslog: allow multiple -R optionsThomas Geulig
2010-02-27modprobe: pick up module options from /proc/cmdline tooDenys Vlasenko
2010-02-27Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2010-02-27*: gethostname-related fixesDenys Vlasenko
2010-02-26Config: fix alphabetical orderingBernhard Reutner-Fischer
2010-02-26tail: document FANCY flags in helptextBernhard Reutner-Fischer
2010-02-26df: explain FANCY options in helptextBernhard Reutner-Fischer
2010-02-26reuse a few stringsBernhard Reutner-Fischer
2010-02-26su: move restricted_shell into su.c (the only user)Denys Vlasenko
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko
2010-02-26crontab: use setup_environmentBernhard Reutner-Fischer
2010-02-26free: silence warning about unused argvBernhard Reutner-Fischer
2010-02-26awk: skip whitespace between array name and subscriptAlexander Shishkin
2010-02-25find: tweak error messageBernhard Reutner-Fischer
2010-02-24typo fixesDenys Vlasenko
2010-02-24mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721.Denys Vlasenko
2010-02-24fdisk: do not treat names ending in '0' as partitionsDenys Vlasenko
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