aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-27chpst: tiny shrinkage and add possible TODOBernhard Reutner-Fischer1-4/+4
2009-10-27mdev: adjust error messageBernhard Reutner-Fischer1-1/+1
2009-10-27mdev: handle string modesBernhard Reutner-Fischer1-2/+3
2009-10-27mdev: tiny shrinkage by index_in_stringsBernhard Reutner-Fischer1-3/+6
2009-10-27applets/usage_compressed: combine many seds in one; hide dd statsBernhard Reutner-Fischer1-7/+8
2009-10-27platform compatibility work (by Dan Fandrich)Dan Fandrich4-65/+100
2009-10-27rename sent_ESC_br_n6 variable to sent_ESC_br6nDenys Vlasenko2-6/+6
2009-10-27libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less uglyDenys Vlasenko1-10/+35
2009-10-27libbb/xrealloc_vector.c: better commentDenys Vlasenko1-2/+3
2009-10-27libbb/bb_do_delay.c: shrinkDenys Vlasenko1-5/+4
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