aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-04-03ls: better help text for -a and -ADenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2011-03-31small fix for HISTFILESIZEDenys Vlasenko
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko
2011-03-30hush: remove outdated commentsDenys Vlasenko
2011-03-30hush: fix source1.testsDenys Vlasenko
2011-03-28fbsplash: Add support for 24 and 32 bit color depthNuno Lucas
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga
2011-03-28applet_tables: do not include libbb.h, that header ir for target buildsDenys Vlasenko
2011-03-28mesg: operate on stdin, not on stderr (compat)Denys Vlasenko
2011-03-27httpd: don't send error messages with gzip encodingPeter Korsgaard
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