aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-22don't call freeaddinfo(NULL)Vitaly Magerya
2011-03-22login: set PAM RHOSTRyan Phillips
2011-03-22dd: free allocated memory if CLEANUP enabledAlexey Soloviev
2011-03-22mesg: make group/all writability configurableDenys Vlasenko
2011-03-21ln: explain why we use xstrdupDenys Vlasenko
2011-03-21init: fix a case where execv's 1st arg was wrongDenys Vlasenko
2011-03-21wget: move help text to .c fileDenys Vlasenko
2011-03-21wget: fix fname_out usage wrt redirectsDenys Vlasenko
2011-03-14mount: add a test for bind+rsharedDenys Vlasenko
2011-03-12pwdx: new appletPere Orga
2011-03-12busybox: fail if --install is not given an absolute pathDenys Vlasenko
2011-03-12udhcpc: emit "correct" secs fieldDenys Vlasenko
2011-03-12ls: fix handling of symlinks by option -1Denys Vlasenko
2011-03-12libbb: make warning go awayDenys Vlasenko
2011-03-11chsum: fixPascal Bellard
2011-03-08s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko
2011-03-08forgot to add libbb/get_shell_name.cDenys Vlasenko
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-08printenv: fix environ == NULL segfaultDenys Vlasenko
2011-03-08ash/hush: shrink help textDenys Vlasenko
2011-03-08ftpd: better usage textDenys Vlasenko
2011-03-07kill: fix infinite loop when passed PIDs are not valid numbersPere Orga
2011-03-07remove stray empty lineDenys Vlasenko
2011-03-07ash/hush: provide help textDenys Vlasenko
2011-03-07ash: fix execution of shell scripts without shebangDenys Vlasenko
2011-03-07klogd: fix the problem of delayed handling of ^C and SIGTERMDenys Vlasenko
2011-03-07udhcpc: add -B optionKeith Young
2011-03-07more: fix tabs handlingDenys Vlasenko
2011-03-06fix bit rot in scripts/Makefile.IMA #2Denys Vlasenko
2011-03-06fix bit rot in scripts/Makefile.IMADenys Vlasenko
2011-03-06.gitignore: add missing ignoresBjørn Forsman
2011-03-06nameif: add matching by phy_address=NUM; extend help textPhil Sutter
2011-03-06nameif: fix parsing of /proc/net/dev; small code shrinkPhil Sutter
2011-03-06libbb/login/su: do not sanitize shell name twiceDenys Vlasenko
2011-03-06tr: free allocated memory in tr if CLEANUP enabledAlexey Soloviev
2011-03-06improve --install operation in chroot jailsDenys Vlasenko
2011-03-03xargs: support --no-run-if-empty (synonym to -r)Denys Vlasenko
2011-03-02don't leak malloced variables in the loop; remove double allocAlexey Fomenko
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko
2011-03-02add missing fclose'sAlexey Fomenko
2011-03-02tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko
2011-03-01libbb: remove dead code in getopt32. -7 bytesAlexey Fomenko
2011-03-01tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko
2011-03-01libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko
2011-03-01ls: widen -s (1k blocks) column from 4 to 6Denys Vlasenko
2011-02-28ls: -g implies -lDenys Vlasenko
2011-02-28ls: fix bits for -T, -w and --color; make -n imply -l; fix commentsDenys Vlasenko
2011-02-28mount: strip multiple trailing slashes, not just oneDenys Vlasenko
2011-02-28mount: update /etc/mtab properly on mount --moveRoman Borisov
2011-02-27whois: new appletPere Orga