aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-27platform compatibility work (by Dan Fandrich)Dan Fandrich
2009-10-27rename sent_ESC_br_n6 variable to sent_ESC_br6nDenys Vlasenko
2009-10-27libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less uglyDenys Vlasenko
2009-10-27libbb/xrealloc_vector.c: better commentDenys Vlasenko
2009-10-27libbb/bb_do_delay.c: shrinkDenys Vlasenko
2009-10-27libbb/ask_confirmation.c: shrinkDenys Vlasenko
2009-10-27httpd_indexcgi: fix off-by-one errorDenys Vlasenko
2009-10-27sed: shrink usage textDenys Vlasenko
2009-10-27Minor usage tweak for sed.Rob Landley
2009-10-26read_key,lineeedit: parse position answerback faster; sanitize its useDenys Vlasenko
2009-10-26lsmod: unicode-aware column formattingTomas Heinrich
2009-10-26read_key: ignore unknown keys (do not return them to caller byte-by-byte)Denys Vlasenko
2009-10-26read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko
2009-10-26read_key: document more weird key sequencesDenys Vlasenko
2009-10-25lineedit: handle Ctrl-arrowsDenys Vlasenko
2009-10-25modutils: add FEATURE_INSMOD_TRY_MMAP optionDenys Vlasenko
2009-10-25tar: add support for -o as synonym to --no-same-owner. +5 bytesBernhard Reutner-Fischer
2009-10-25tar: handle "tar fx TARFILE" etcDenys Vlasenko
2009-10-25patch: add Rob's version for reference, it may handle fuzz and offsetsDenys Vlasenko
2009-10-25patch: add another test (currently fails)Denys Vlasenko
2009-10-24fix up potential printf's with unsafe format stringsDenys Vlasenko
2009-10-24mkfs_ext2: fix compile errorDenys Vlasenko
2009-10-24patch: add longopts, --dry-run, add one more testDenys Vlasenko
2009-10-23ftpget/put: make 3rd parameter optionalVladimir Dronnikov
2009-10-23ifplugd: fix compile errorDenys Vlasenko
2009-10-23date: line up tabs in usage textDenys Vlasenko
2009-10-23ls: fix "ls | cat" to not show "total NNN" headerDenys Vlasenko
2009-10-23date: handle long optionsBernhard Reutner-Fischer
2009-10-23libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko
2009-10-23fix isalnum and isxdigit. Unfortunately, +285 bytesDenys Vlasenko
2009-10-23eliminate all remaining users of ctype. ~600 byte large tables are gone.Denys Vlasenko
2009-10-23small optimizations of toupper/tolowerDenys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-10-23libbb: smaller isdigit. -95 bytesDenys Vlasenko
2009-10-23build failure fix and some cosmeticsDenys Vlasenko
2009-10-22*: remove last function calls to isspaceDenys Vlasenko
2009-10-22networking/interface.c: tiny code shrinkDenys Vlasenko
2009-10-22*: use better isspace implementationDenys Vlasenko
2009-10-22mkfs_ext2: code shrinkDenys Vlasenko
2009-10-22mkfs_ext2: fix a bug where we don't fully respect -n on filesDenys Vlasenko
2009-10-22mke2fs: mention -F in usage textDenys Vlasenko
2009-10-22trimming help textDenys Vlasenko
2009-10-22mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko
2009-10-22tune2fs: new applet by Vladimir. Only supports -L LABELDenys Vlasenko
2009-10-22mkfs_ext2: 1.41.9 compatDenys Vlasenko
2009-10-21df: trivial 64-bit fixDenys Vlasenko
2009-10-21mkfs_ext2: make sure we extend the image to requested sizeDenys Vlasenko
2009-10-21cosmetics in mkfs_ext2.txtDenys Vlasenko
2009-10-21mkfs_ext2_test: disable incomtatible behavior in standard mke2fsDenys Vlasenko
2009-10-21mkfs_ext2: e2fsck 1.14.4 compatDenys Vlasenko