aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-27libbb/ask_confirmation.c: shrinkDenys Vlasenko1-9/+4
2009-10-27httpd_indexcgi: fix off-by-one errorDenys Vlasenko1-1/+1
2009-10-27sed: shrink usage textDenys Vlasenko1-1/+1
2009-10-27Minor usage tweak for sed.Rob Landley1-5/+3
2009-10-26read_key,lineeedit: parse position answerback faster; sanitize its useDenys Vlasenko2-33/+58
2009-10-26lsmod: unicode-aware column formattingTomas Heinrich1-0/+18
2009-10-26read_key: ignore unknown keys (do not return them to caller byte-by-byte)Denys Vlasenko1-50/+74
2009-10-26read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko2-3/+3
2009-10-26read_key: document more weird key sequencesDenys Vlasenko1-1/+11
2009-10-25lineedit: handle Ctrl-arrowsDenys Vlasenko3-28/+90
2009-10-25modutils: add FEATURE_INSMOD_TRY_MMAP optionDenys Vlasenko4-17/+93
2009-10-25tar: add support for -o as synonym to --no-same-owner. +5 bytesBernhard Reutner-Fischer1-10/+12
2009-10-25tar: handle "tar fx TARFILE" etcDenys Vlasenko1-0/+27