aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-27diff: optimize diffing of files with the same metadataRoman Borisov
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga
2011-03-27wget: --post-data=STR should not encode STR, should send it verbatimVitaly Magerya
2011-03-27pstree: fix "warning: 'handle_thread' defined but not used"Denys Vlasenko
2011-03-27lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=yDenys Vlasenko
2011-03-26mount: add --rbind option supportRoman Borisov
2011-03-26mount: rprivate option fixRoman Borisov
2011-03-24hush: document a bug about aborting on sourced file error when non-interactiveDenys Vlasenko
2011-03-24hush: make parse errors in sourced file non-fatal in interactive scriptDenys Vlasenko
2011-03-24hush: fix a case where return in sourced file has no effectDenys Vlasenko
2011-03-23ash,hush: recheck LANG before every line inputDenys Vlasenko
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