aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * hush: document a bug about aborting on sourced file error when non-interactiveDenys Vlasenko2011-03-242-0/+15
| * hush: make parse errors in sourced file non-fatal in interactive scriptDenys Vlasenko2011-03-241-45/+52
| * hush: fix a case where return in sourced file has no effectDenys Vlasenko2011-03-243-0/+9
| * ash,hush: recheck LANG before every line inputDenys Vlasenko2011-03-234-28/+52
| * don't call freeaddinfo(NULL)Vitaly Magerya2011-03-223-11/+14
| * login: set PAM RHOSTRyan Phillips2011-03-221-0/+8
| * dd: free allocated memory if CLEANUP enabledAlexey Soloviev2011-03-221-0/+6
| * mesg: make group/all writability configurableDenys Vlasenko2011-03-221-25/+35
| * ln: explain why we use xstrdupDenys Vlasenko2011-03-211-1/+5
| * init: fix a case where execv's 1st arg was wrongDenys Vlasenko2011-03-211-0/+1
| * wget: move help text to .c fileDenys Vlasenko2011-03-212-25/+26
| * wget: fix fname_out usage wrt redirectsDenys Vlasenko2011-03-211-2/+8
| * mount: add a test for bind+rsharedDenys Vlasenko2011-03-141-1/+38
| * pwdx: new appletPere Orga2011-03-121-0/+60
| * busybox: fail if --install is not given an absolute pathDenys Vlasenko2011-03-121-4/+3
| * udhcpc: emit "correct" secs fieldDenys Vlasenko2011-03-122-0/+17
| * ls: fix handling of symlinks by option -1Denys Vlasenko2011-03-122-2/+14
| * libbb: make warning go awayDenys Vlasenko2011-03-121-4/+6
| * chsum: fixPascal Bellard2011-03-111-0/+1
| * s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko2011-03-084-6/+6
| * forgot to add libbb/get_shell_name.cDenys Vlasenko2011-03-081-0/+25
| * use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-0812-28/+38
| * printenv: fix environ == NULL segfaultDenys Vlasenko2011-03-082-4/+9
| * ash/hush: shrink help textDenys Vlasenko2011-03-082-2/+2
| * ftpd: better usage textDenys Vlasenko2011-03-082-18/+18
| * kill: fix infinite loop when passed PIDs are not valid numbersPere Orga2011-03-071-0/+1
| * remove stray empty lineDenys Vlasenko2011-03-071-1/+0
| * ash/hush: provide help textDenys Vlasenko2011-03-072-21/+40
| * ash: fix execution of shell scripts without shebangDenys Vlasenko2011-03-071-10/+19
| * klogd: fix the problem of delayed handling of ^C and SIGTERMDenys Vlasenko2011-03-071-1/+30
| * udhcpc: add -B optionKeith Young2011-03-071-59/+69
| * more: fix tabs handlingDenys Vlasenko2011-03-071-3/+6
| * fix bit rot in scripts/Makefile.IMA #2Denys Vlasenko2011-03-062-9/+7
| * fix bit rot in scripts/Makefile.IMADenys Vlasenko2011-03-062-3/+9
| * .gitignore: add missing ignoresBjørn Forsman2011-03-063-0/+6
| * nameif: add matching by phy_address=NUM; extend help textPhil Sutter2011-03-063-44/+94
| * nameif: fix parsing of /proc/net/dev; small code shrinkPhil Sutter2011-03-061-11/+9
| * libbb/login/su: do not sanitize shell name twiceDenys Vlasenko2011-03-063-14/+7
| * tr: free allocated memory in tr if CLEANUP enabledAlexey Soloviev2011-03-061-0/+6
| * improve --install operation in chroot jailsDenys Vlasenko2011-03-061-5/+16
| * xargs: support --no-run-if-empty (synonym to -r)Denys Vlasenko2011-03-031-6/+13
| * don't leak malloced variables in the loop; remove double allocAlexey Fomenko2011-03-022-3/+6
| * convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-024-16/+17
| * add missing fclose'sAlexey Fomenko2011-03-021-0/+2
| * tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko2011-03-024-59/+59
| * libbb: remove dead code in getopt32. -7 bytesAlexey Fomenko2011-03-011-10/+5
| * tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko2011-03-013-5/+41
| * libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko2011-03-013-12/+12
| * ls: widen -s (1k blocks) column from 4 to 6Denys Vlasenko2011-03-011-1/+2
| * ls: -g implies -lDenys Vlasenko2011-02-281-5/+10