aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
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