- e039e68 wall: new applet by Bernhard Reutner-Fischer · 15 years ago
- a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
- ca25449 chpst: tiny shrinkage and add possible TODO by Bernhard Reutner-Fischer · 15 years ago
- b04f058 mdev: adjust error message by Bernhard Reutner-Fischer · 15 years ago
- 933993a mdev: handle string modes by Bernhard Reutner-Fischer · 15 years ago
- 6531f09 mdev: tiny shrinkage by index_in_strings by Bernhard Reutner-Fischer · 15 years ago
- b35e3a8 applets/usage_compressed: combine many seds in one; hide dd stats by Bernhard Reutner-Fischer · 15 years ago
- 21a542d platform compatibility work (by Dan Fandrich) by Dan Fandrich · 15 years ago
- d83bbf4 rename sent_ESC_br_n6 variable to sent_ESC_br6n by Denys Vlasenko · 15 years ago
- eb62d7c libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less ugly by Denys Vlasenko · 15 years ago
- 1502a8b libbb/xrealloc_vector.c: better comment by Denys Vlasenko · 15 years ago
- 12450db libbb/bb_do_delay.c: shrink by Denys Vlasenko · 15 years ago
- 52b971f libbb/ask_confirmation.c: shrink by Denys Vlasenko · 15 years ago
- b204e6b httpd_indexcgi: fix off-by-one error by Denys Vlasenko · 15 years ago
- dac863a sed: shrink usage text by Denys Vlasenko · 15 years ago
- 7b28415 Minor usage tweak for sed. by Rob Landley · 15 years ago
- 727e1b5 read_key,lineeedit: parse position answerback faster; sanitize its use by Denys Vlasenko · 15 years ago
- d31a879 lsmod: unicode-aware column formatting by Tomas Heinrich · 15 years ago
- 0f91b3d read_key: ignore unknown keys (do not return them to caller byte-by-byte) by Denys Vlasenko · 15 years ago
- 180f585 read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes by Denys Vlasenko · 15 years ago
- 9d71fc6 read_key: document more weird key sequences by Denys Vlasenko · 15 years ago
- a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
- 77c066e modutils: add FEATURE_INSMOD_TRY_MMAP option by Denys Vlasenko · 15 years ago
- 30f3c1d tar: add support for -o as synonym to --no-same-owner. +5 bytes by Bernhard Reutner-Fischer · 15 years ago
- f645037 tar: handle "tar fx TARFILE" etc by Denys Vlasenko · 15 years ago
- b87d972 patch: add Rob's version for reference, it may handle fuzz and offsets by Denys Vlasenko · 15 years ago
- 6f2ebae patch: add another test (currently fails) by Denys Vlasenko · 15 years ago
- 0939f2e fix up potential printf's with unsafe format strings by Denys Vlasenko · 15 years ago
- 4b8b37f mkfs_ext2: fix compile error by Denys Vlasenko · 15 years ago
- 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
- 1dacfbb ftpget/put: make 3rd parameter optional by Vladimir Dronnikov · 15 years ago
- 337a31b ifplugd: fix compile error by Denys Vlasenko · 15 years ago
- 50be963 date: line up tabs in usage text by Denys Vlasenko · 15 years ago
- d93fc61 ls: fix "ls | cat" to not show "total NNN" header by Denys Vlasenko · 15 years ago
- ca22cda date: handle long options by Bernhard Reutner-Fischer · 15 years ago
- 9d57a80 libbb.h: tidy it up a bit. no code changes (verified) by Denys Vlasenko · 15 years ago
- 11c12c4 fix isalnum and isxdigit. Unfortunately, +285 bytes by Denys Vlasenko · 15 years ago
- a7a1fd0 eliminate all remaining users of ctype. ~600 byte large tables are gone. by Denys Vlasenko · 15 years ago
- 56b3eec small optimizations of toupper/tolower by Denys Vlasenko · 15 years ago
- f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
- 7b4cd6f libbb: smaller isdigit. -95 bytes by Denys Vlasenko · 15 years ago
- c1947f1 build failure fix and some cosmetics by Denys Vlasenko · 15 years ago
- c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
- 6935ec9 networking/interface.c: tiny code shrink by Denys Vlasenko · 15 years ago
- f125b6d *: use better isspace implementation by Denys Vlasenko · 15 years ago
- 46e364d mkfs_ext2: code shrink by Denys Vlasenko · 15 years ago
- 09bbb28 mkfs_ext2: fix a bug where we don't fully respect -n on files by Denys Vlasenko · 15 years ago
- c1ab01b mke2fs: mention -F in usage text by Denys Vlasenko · 15 years ago
- 838e07a trimming help text by Denys Vlasenko · 15 years ago
- 149a32a mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) by Denys Vlasenko · 15 years ago
- 3945bc1 tune2fs: new applet by Vladimir. Only supports -L LABEL by Denys Vlasenko · 15 years ago
- 481ca96 mkfs_ext2: 1.41.9 compat by Denys Vlasenko · 15 years ago
- a46317b df: trivial 64-bit fix by Denys Vlasenko · 15 years ago
- 010fb00 mkfs_ext2: make sure we extend the image to requested size by Denys Vlasenko · 15 years ago
- eaba484 cosmetics in mkfs_ext2.txt by Denys Vlasenko · 15 years ago
- 1d6e447 mkfs_ext2_test: disable incomtatible behavior in standard mke2fs by Denys Vlasenko · 15 years ago
- ece01ee mkfs_ext2: e2fsck 1.14.4 compat by Denys Vlasenko · 15 years ago
- 2ee2724 mkfs_ext2: explain 256-byte inodes. no code changes by Denys Vlasenko · 15 years ago
- 2288d86 mkfs_ext2: explain why 0.5G+ images are a bit different by Denys Vlasenko · 15 years ago
- 5e1dbd5 mkfs_ext2: another update by Vladimir by Denys Vlasenko · 15 years ago
- e707a30 add B921600 by Bernhard Reutner-Fischer · 15 years ago
- a4e4a65 clarify in comment by Denys Vlasenko · 15 years ago
- c708a6d mkfs_ext2: further work on small images by Denys Vlasenko · 15 years ago
- 82d6433 mkfs_ext2: fixes for small image generation. images up to ~8M are ok now by Denys Vlasenko · 15 years ago
- cbeb452 mkfs_ext2: fix 60k image creation by Denys Vlasenko · 15 years ago
- 95484c8 mkfs_ext2: further work by Vladimir by Denys Vlasenko · 15 years ago
- 69f2e2c mkfs_ext2: small tweak by Denys Vlasenko · 15 years ago
- 05647b5 mkfs_ext2: compat fixes by Denys Vlasenko · 15 years ago
- 3ef4f77 hush: fix exec builtin in a better way (+ "glob in exec" bug fixed) by Denys Vlasenko · 15 years ago
- a8df4c0 menuconfig tweaks by Denys Vlasenko · 15 years ago
- aaa22d2 hush: use configured max line length, not BUFSIZE from libc by Denys Vlasenko · 15 years ago
- 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
- 3b3ccdc hush: remove superfluous assignment by Denys Vlasenko · 15 years ago
- 8bc7f2c hush: make it compile again :/ by Denys Vlasenko · 15 years ago
- c083653 hush: cosmetics. no code changes by Denys Vlasenko · 15 years ago
- e840561 mkfs_ext2: more work. added test script by Denys Vlasenko · 15 years ago
- f9d3a91 mkfs_ext2: fixes for huge filesystems by Denys Vlasenko · 15 years ago
- 77da1ca mkfs_ext2: make it able to create images larger than 4G by Denys Vlasenko · 15 years ago
- f37eb39 hush: fix handling of empty arguments by Denys Vlasenko · 15 years ago
- 7673e7f mkfs_ext2: shrink by Denys Vlasenko · 15 years ago
- 28736c3 hush: handle empty execs by Mike Frysinger · 15 years ago
- 69d9edc mkfs_ext2: code shrink by Denys Vlasenko · 15 years ago
- 6a8cfdc trim usage text by Denys Vlasenko · 15 years ago
- 9c2708e mkfs_ext2: code shrink by Denys Vlasenko · 15 years ago
- 7d8ab84 mkfs_ext2: fix a buglet introduced in last commit by Denys Vlasenko · 15 years ago
- 4588775 mkfs_ext2: shrink by Denys Vlasenko · 15 years ago
- 823b4e6 mkfs_ext2: new applet by Vladimir by Vladimir Dronnikov · 15 years ago
- 8dbe9bb sendmail: fix for long headers (by Vladimir) by Vladimir Dronnikov · 15 years ago
- 2ace0ad ifup: make /etc/network/interfaces parser tolerant to trailing spaces by Denys Vlasenko · 15 years ago
- 944d275 sendmail: update by Vladimir by Vladimir Dronnikov · 15 years ago
- f5a295d util-linux/mkswap.c: fix warning by Denys Vlasenko · 15 years ago
- 4ebc76c hush: add a printf builtin by Mike Frysinger · 15 years ago
- ccb1959 hush: unify handling of builtin applets by Mike Frysinger · 15 years ago
- db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
- 7eabffa dd: use correct multiplication factor and simplify code by Denys Vlasenko · 15 years ago
- 04bb6b6 lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields. by Denys Vlasenko · 15 years ago
- a68bd4b comment anc Config.in changes, no code changes by Denys Vlasenko · 15 years ago
- a1a3972 dd: add a comment, no code changes by Denys Vlasenko · 15 years ago
- 4e5b07b dd: speed measurement. optional. by Gabor Heja · 15 years ago
- d31575a libiproute/*: code shrink by Denys Vlasenko · 15 years ago