aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-07big endian warning fixesDenys Vlasenko
2009-11-06removed SuSv3 doc tarball - potential licensing problemDenys Vlasenko
2009-11-06whitespace fixesDenys Vlasenko
2009-11-06adding example runit-style service directoryDenys Vlasenko
2009-11-05dumpleases: unicode spportTomas Heinrich
2009-11-04applets: meant to fix order, not enable bbshMike Frysinger
2009-11-04all_sourcecode.tests: check commented out applet order tooMike Frysinger
2009-11-04applets: fix alphabetical orderMike Frysinger
2009-11-04tests: fix POSIX shell source styleMike Frysinger
2009-11-04lsmod: beautify. no code changesDenys Vlasenko
2009-11-04libbb.h: remove two over-zealous RETURNS_MALLOCDenys Vlasenko
2009-11-04fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)Denys Vlasenko
2009-11-03mkfs_vfat: fixes for large image casesDenys Vlasenko
2009-11-03mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko
2009-11-02passwd: do not complain if /etc/shadow is missingDenys Vlasenko
2009-11-02udhcpc: log script parameter tooDenys Vlasenko
2009-11-02include/libbb.h: mark malloc-returning functions with GCC attributeDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-11-02mkfs.reiser: new applet. needs much polishingVladimir Dronnikov
2009-11-02btrfs.c: check first two superblocks, for additional robustnessDenys Vlasenko
2009-11-01volume_id: add FAST_FUNC where appropriateDenys Vlasenko
2009-11-01volume_id: add support for btrfsVladimir Dronnikov
2009-11-01mdev: do not die on mknod errorsDenys Vlasenko
2009-11-01mountpoint: btrfs fixVladimir Dronnikov
2009-11-01Add more compat code for non GNU environmentsDan Fandrich
2009-10-29tty: use defines rather than constantsBernhard Reutner-Fischer
2009-10-29*: random code shrinkDenys Vlasenko
2009-10-29lineedit: REALLY fix compile error nowDenys Vlasenko
2009-10-29lineedit: compile fixDenys Vlasenko
2009-10-29echo et al: support \e escapeDenys Vlasenko
2009-10-27wall: new appletBernhard Reutner-Fischer
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2009-10-27chpst: tiny shrinkage and add possible TODOBernhard Reutner-Fischer
2009-10-27mdev: adjust error messageBernhard Reutner-Fischer
2009-10-27mdev: handle string modesBernhard Reutner-Fischer
2009-10-27mdev: tiny shrinkage by index_in_stringsBernhard Reutner-Fischer
2009-10-27applets/usage_compressed: combine many seds in one; hide dd statsBernhard Reutner-Fischer
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