aboutsummaryrefslogtreecommitdiff
path: root/runit (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-06.gitignore: add missing ignoresBjørn Forsman3-0/+6
2011-03-06nameif: add matching by phy_address=NUM; extend help textPhil Sutter3-44/+94
2011-03-06nameif: fix parsing of /proc/net/dev; small code shrinkPhil Sutter1-11/+9
2011-03-06libbb/login/su: do not sanitize shell name twiceDenys Vlasenko3-14/+7
2011-03-06tr: free allocated memory in tr if CLEANUP enabledAlexey Soloviev1-0/+6
2011-03-06improve --install operation in chroot jailsDenys Vlasenko1-5/+16
2011-03-03xargs: support --no-run-if-empty (synonym to -r)Denys Vlasenko1-6/+13
2011-03-02don't leak malloced variables in the loop; remove double allocAlexey Fomenko2-3/+6
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko4-16/+17
2011-03-02add missing fclose'sAlexey Fomenko1-0/+2
2011-03-02tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko4-59/+59
2011-03-01libbb: remove dead code in getopt32. -7 bytesAlexey Fomenko1-10/+5
2011-03-01tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko3-5/+41
2011-03-01libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko3-12/+12
2011-03-01ls: widen -s (1k blocks) column from 4 to 6Denys Vlasenko1-1/+2
2011-02-28ls: -g implies -lDenys Vlasenko1-5/+10
2011-02-28ls: fix bits for -T, -w and --color; make -n imply -l; fix commentsDenys Vlasenko1-25/+20
2011-02-28mount: strip multiple trailing slashes, not just oneDenys Vlasenko1-1/+1
2011-02-28mount: update /etc/mtab properly on mount --moveRoman Borisov1-9/+67