aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-31small fix for HISTFILESIZEDenys Vlasenko1-0/+1
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko6-21/+55
2011-03-30hush: remove outdated commentsDenys Vlasenko1-5/+1
2011-03-30hush: fix source1.testsDenys Vlasenko1-27/+37
2011-03-28fbsplash: Add support for 24 and 32 bit color depthNuno Lucas1-44/+73
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga16-111/+119
2011-03-28applet_tables: do not include libbb.h, that header ir for target buildsDenys Vlasenko3-25/+40
2011-03-28mesg: operate on stdin, not on stderr (compat)Denys Vlasenko1-3/+3
2011-03-27httpd: don't send error messages with gzip encodingPeter Korsgaard1-0/+1
2011-03-27diff: optimize diffing of files with the same metadataRoman Borisov1-0/+25
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga11-210/+215
2011-03-27wget: --post-data=STR should not encode STR, should send it verbatimVitaly Magerya1-41/+1
2011-03-27pstree: fix "warning: 'handle_thread' defined but not used"Denys Vlasenko1-0/+2
2011-03-27lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=yDenys Vlasenko2-48/+66
2011-03-26mount: add --rbind option supportRoman Borisov2-1/+3
2011-03-26mount: rprivate option fixRoman Borisov1-1/+1
2011-03-24hush: document a bug about aborting on sourced file error when non-interactiveDenys Vlasenko2-0/+15
2011-03-24hush: make parse errors in sourced file non-fatal in interactive scriptDenys Vlasenko1-45/+52
2011-03-24hush: fix a case where return in sourced file has no effectDenys Vlasenko3-0/+9
2011-03-23ash,hush: recheck LANG before every line inputDenys Vlasenko4-28/+52
2011-03-22don't call freeaddinfo(NULL)Vitaly Magerya3-11/+14
2011-03-22login: set PAM RHOSTRyan Phillips1-0/+8
2011-03-22dd: free allocated memory if CLEANUP enabledAlexey Soloviev1-0/+6
2011-03-22mesg: make group/all writability configurableDenys Vlasenko1-25/+35
2011-03-21ln: explain why we use xstrdupDenys Vlasenko1-1/+5
2011-03-21init: fix a case where execv's 1st arg was wrongDenys Vlasenko1-0/+1
2011-03-21wget: move help text to .c fileDenys Vlasenko2-25/+26
2011-03-21wget: fix fname_out usage wrt redirectsDenys Vlasenko1-2/+8
2011-03-14mount: add a test for bind+rsharedDenys Vlasenko1-1/+38