aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* awk: add two tests we currently failDenys Vlasenko2010-03-111-16/+97
* awk: simple code shrinkDenys Vlasenko2010-03-101-11/+13
* awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko2010-03-102-10/+58
* popmaildir: give examples in help text. +91 byteDenys Vlasenko2010-03-101-2/+7
* lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich2010-03-094-5/+73
* shell/ulimit: code shrink by 10 bytesDenys Vlasenko2010-03-081-4/+5
* libbb/loop.c: move #include to its user, improve commentDenys Vlasenko2010-03-081-3/+1
* wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytesDenys Vlasenko2010-03-081-0/+2
* include/fix_u32.h: fix trivial compile breakage :(Denys Vlasenko2010-03-081-2/+2
* libbb/loop.c: use common fix_u32.h trickDenys Vlasenko2010-03-062-5/+7
* hush: use ash's ulimit builtin; make it more more bash0like while at itDenys Vlasenko2010-03-065-215/+253
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-055-8/+14
* *: use NULL for null pointersDenys Vlasenko2010-03-0519-36/+36
* libbb/loop.c: style and readability fixes, no code changesDenys Vlasenko2010-03-051-13/+18
* top: make 's' display easier to understandDenys Vlasenko2010-03-041-6/+6
* modprobe: remove 2k limit on /proc/cmdlineDenys Vlasenko2010-03-031-7/+5
* ping: do not leak data from stack; shrinkDenys Vlasenko2010-03-031-47/+57
* head,tail: trim help text; make suffixes unconditional for head tooDenys Vlasenko2010-03-022-34/+33
* *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko2010-03-024-9/+9
* syslog: allow multiple -R optionsThomas Geulig2010-02-281-36/+50
* modprobe: pick up module options from /proc/cmdline tooDenys Vlasenko2010-02-271-0/+34
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2010-02-272-28/+36
|\
| * Config: fix alphabetical orderingBernhard Reutner-Fischer2010-02-261-28/+28
| * tail: document FANCY flags in helptextBernhard Reutner-Fischer2010-02-261-0/+4
| * df: explain FANCY options in helptextBernhard Reutner-Fischer2010-02-261-0/+4
* | *: gethostname-related fixesDenys Vlasenko2010-02-273-35/+13
|/
* reuse a few stringsBernhard Reutner-Fischer2010-02-262-5/+5
* su: move restricted_shell into su.c (the only user)Denys Vlasenko2010-02-264-49/+18
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-265-11/+16
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-264-23/+12
* free: silence warning about unused argvBernhard Reutner-Fischer2010-02-261-1/+1
* awk: skip whitespace between array name and subscriptAlexander Shishkin2010-02-262-1/+4
* find: tweak error messageBernhard Reutner-Fischer2010-02-251-2/+6
* typo fixesDenys Vlasenko2010-02-241-2/+2
* mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721.Denys Vlasenko2010-02-241-22/+32
* fdisk: do not treat names ending in '0' as partitionsDenys Vlasenko2010-02-241-2/+3
* tweak README (s/svn/git)Denys Vlasenko2010-02-241-6/+11
* install: strip before mode/uid/gid is set, not after.Denys Vlasenko2010-02-211-12/+13
* loadfont/setfont: optional PSF2 font supportHarald Becker2010-02-212-108/+224
* free: code shrinkDenys Vlasenko2010-02-211-35/+48
* Replace __uClinux__ define with !BB_MMUDenys Vlasenko2010-02-212-4/+4
* fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko2010-02-213-2/+8
* fix typos in comments and docDenys Vlasenko2010-02-192-2/+2
* fix Unicode build on glibcDenys Vlasenko2010-02-191-2/+5
* netstat: fix a trivial bugDenys Vlasenko2010-02-191-1/+1
* usage: fix typoBernhard Reutner-Fischer2010-02-141-1/+1
* 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