aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-14fbsplash: reinstate drawing of over/undersized images; shrinkDenys Vlasenko
2010-03-14beep: the -d option takes milliseconds not microsecondsNatanael Copa
2010-03-14testsuite: don't run grep NUL tests when we know the would failDenys Vlasenko
2010-03-13ash: fix quadratic matching slowdown is ${v/*foo*/repl} (really bad one)Denys Vlasenko
2010-03-12tailk: fix error detected by testsuiteDenys Vlasenko
2010-03-12awk: code shrinkDenys Vlasenko
2010-03-12awk: code shrinkDenys Vlasenko
2010-03-12awk: style fixesDenys Vlasenko
2010-03-12awk: code shrinkDenys Vlasenko
2010-03-11lineedit: fix another corner case with bad unicode inputDenys Vlasenko
2010-03-11awk: code shrinkDenys Vlasenko
2010-03-11awk: code shrink; style fixesDenys Vlasenko
2010-03-11awk: be more paranoid when freeing loop variable; make code less obfuscatedDenys Vlasenko
2010-03-11awk: add two tests we currently failDenys Vlasenko
2010-03-10awk: simple code shrinkDenys Vlasenko
2010-03-10awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko
2010-03-10popmaildir: give examples in help text. +91 byteDenys Vlasenko
2010-03-09lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich
2010-03-08shell/ulimit: code shrink by 10 bytesDenys Vlasenko
2010-03-08libbb/loop.c: move #include to its user, improve commentDenys Vlasenko
2010-03-08wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytesDenys Vlasenko
2010-03-08include/fix_u32.h: fix trivial compile breakage :(Denys Vlasenko
2010-03-06libbb/loop.c: use common fix_u32.h trickDenys Vlasenko
2010-03-06hush: use ash's ulimit builtin; make it more more bash0like while at itDenys Vlasenko
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