aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-11awk: be more paranoid when freeing loop variable; make code less obfuscatedDenys Vlasenko1-21/+49
2010-03-11awk: add two tests we currently failDenys Vlasenko1-16/+97
2010-03-10awk: simple code shrinkDenys Vlasenko1-11/+13
2010-03-10awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko2-10/+58
2010-03-10popmaildir: give examples in help text. +91 byteDenys Vlasenko1-2/+7
2010-03-09lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich4-5/+73
2010-03-08shell/ulimit: code shrink by 10 bytesDenys Vlasenko1-4/+5
2010-03-08libbb/loop.c: move #include to its user, improve commentDenys Vlasenko1-3/+1
2010-03-08wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytesDenys Vlasenko1-0/+2
2010-03-08include/fix_u32.h: fix trivial compile breakage :(Denys Vlasenko1-2/+2
2010-03-06libbb/loop.c: use common fix_u32.h trickDenys Vlasenko2-5/+7
2010-03-06hush: use ash's ulimit builtin; make it more more bash0like while at itDenys Vlasenko5-215/+253
2010-03-05tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko5-8/+14
2010-03-05*: use NULL for null pointersDenys Vlasenko19-36/+36
2010-03-05libbb/loop.c: style and readability fixes, no code changesDenys Vlasenko1-13/+18
2010-03-04top: make 's' display easier to understandDenys Vlasenko1-6/+6
2010-03-03modprobe: remove 2k limit on /proc/cmdlineDenys Vlasenko1-7/+5
2010-03-03ping: do not leak data from stack; shrinkDenys Vlasenko1-47/+57
2010-03-02head,tail: trim help text; make suffixes unconditional for head tooDenys Vlasenko2-34/+33
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko4-9/+9
2010-02-28syslog: allow multiple -R optionsThomas Geulig1-36/+50
2010-02-27modprobe: pick up module options from /proc/cmdline tooDenys Vlasenko1-0/+34
2010-02-27*: gethostname-related fixesDenys Vlasenko3-35/+13
2010-02-26Config: fix alphabetical orderingBernhard Reutner-Fischer1-28/+28
2010-02-26tail: document FANCY flags in helptextBernhard Reutner-Fischer1-0/+4
2010-02-26df: explain FANCY options in helptextBernhard Reutner-Fischer1-0/+4
2010-02-26reuse a few stringsBernhard Reutner-Fischer2-5/+5
2010-02-26su: move restricted_shell into su.c (the only user)Denys Vlasenko4-49/+18
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko5-11/+16
2010-02-26crontab: use setup_environmentBernhard Reutner-Fischer4-23/+12
2010-02-26free: silence warning about unused argvBernhard Reutner-Fischer1-1/+1
2010-02-26awk: skip whitespace between array name and subscriptAlexander Shishkin2-1/+4
2010-02-25find: tweak error messageBernhard Reutner-Fischer1-2/+6
2010-02-24typo fixesDenys Vlasenko1-2/+2
2010-02-24mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721.Denys Vlasenko1-22/+32
2010-02-24fdisk: do not treat names ending in '0' as partitionsDenys Vlasenko1-2/+3
2010-02-24tweak README (s/svn/git)Denys Vlasenko1-6/+11
2010-02-21install: strip before mode/uid/gid is set, not after.Denys Vlasenko1-12/+13
2010-02-21loadfont/setfont: optional PSF2 font supportHarald Becker2-108/+224
2010-02-21free: code shrinkDenys Vlasenko1-35/+48
2010-02-21Replace __uClinux__ define with !BB_MMUDenys Vlasenko2-4/+4
2010-02-21fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)Denys Vlasenko3-2/+8
2010-02-19fix typos in comments and docDenys Vlasenko2-2/+2
2010-02-19fix Unicode build on glibcDenys Vlasenko1-2/+5
2010-02-19netstat: fix a trivial bugDenys Vlasenko1-1/+1
2010-02-14usage: fix typoBernhard Reutner-Fischer1-1/+1
2010-02-14delete forgotten chunk in prev commitDenys Vlasenko1-1/+0
2010-02-14trim help textDenys Vlasenko1-66/+65
2010-02-13trim/regularize help textDenys Vlasenko1-108/+113
2010-02-11gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC errorJoakim Tjernlund1-1/+4