aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* big endian warning fixesDenys Vlasenko2009-11-074-14/+18
* removed SuSv3 doc tarball - potential licensing problemDenys Vlasenko2009-11-061-0/+0
* whitespace fixesDenys Vlasenko2009-11-062-20/+20
* adding example runit-style service directoryDenys Vlasenko2009-11-0620-0/+613
* dumpleases: unicode spportTomas Heinrich2009-11-051-0/+8
* applets: meant to fix order, not enable bbshMike Frysinger2009-11-041-1/+1
* all_sourcecode.tests: check commented out applet order tooMike Frysinger2009-11-041-1/+1
* applets: fix alphabetical orderMike Frysinger2009-11-041-1/+1
* tests: fix POSIX shell source styleMike Frysinger2009-11-0435-36/+36
* lsmod: beautify. no code changesDenys Vlasenko2009-11-041-9/+8
* libbb.h: remove two over-zealous RETURNS_MALLOCDenys Vlasenko2009-11-041-2/+3
* fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)Denys Vlasenko2009-11-042-8/+21
* mkfs_vfat: fixes for large image casesDenys Vlasenko2009-11-031-3/+9
* mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko2009-11-032-56/+50
* passwd: do not complain if /etc/shadow is missingDenys Vlasenko2009-11-022-4/+7
* udhcpc: log script parameter tooDenys Vlasenko2009-11-021-1/+1
* include/libbb.h: mark malloc-returning functions with GCC attributeDenys Vlasenko2009-11-022-34/+44
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-0249-96/+84
* mkfs.reiser: new applet. needs much polishingVladimir Dronnikov2009-11-025-6/+402
* btrfs.c: check first two superblocks, for additional robustnessDenys Vlasenko2009-11-021-8/+15
* volume_id: add FAST_FUNC where appropriateDenys Vlasenko2009-11-0132-73/+73
* volume_id: add support for btrfsVladimir Dronnikov2009-11-016-1/+114
* mdev: do not die on mknod errorsDenys Vlasenko2009-11-011-1/+1
* mountpoint: btrfs fixVladimir Dronnikov2009-11-011-2/+11
* Add more compat code for non GNU environmentsDan Fandrich2009-11-013-22/+102
* tty: use defines rather than constantsBernhard Reutner-Fischer2009-10-291-5/+5
* *: random code shrinkDenys Vlasenko2009-10-293-11/+11
* lineedit: REALLY fix compile error nowDenys Vlasenko2009-10-291-2/+5
* lineedit: compile fixDenys Vlasenko2009-10-291-3/+2
* echo et al: support \e escapeDenys Vlasenko2009-10-291-3/+4
* wall: new appletBernhard Reutner-Fischer2009-10-276-0/+53
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-278-7/+17
* chpst: tiny shrinkage and add possible TODOBernhard Reutner-Fischer2009-10-271-4/+4
* mdev: adjust error messageBernhard Reutner-Fischer2009-10-271-1/+1
* mdev: handle string modesBernhard Reutner-Fischer2009-10-271-2/+3
* mdev: tiny shrinkage by index_in_stringsBernhard Reutner-Fischer2009-10-271-3/+6
* applets/usage_compressed: combine many seds in one; hide dd statsBernhard Reutner-Fischer2009-10-271-7/+8
* platform compatibility work (by Dan Fandrich)Dan Fandrich2009-10-274-65/+100
* rename sent_ESC_br_n6 variable to sent_ESC_br6nDenys Vlasenko2009-10-272-6/+6
* libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less uglyDenys Vlasenko2009-10-271-10/+35
* libbb/xrealloc_vector.c: better commentDenys Vlasenko2009-10-271-2/+3
* libbb/bb_do_delay.c: shrinkDenys Vlasenko2009-10-271-5/+4
* libbb/ask_confirmation.c: shrinkDenys Vlasenko2009-10-271-9/+4
* httpd_indexcgi: fix off-by-one errorDenys Vlasenko2009-10-271-1/+1
* sed: shrink usage textDenys Vlasenko2009-10-271-1/+1
* Minor usage tweak for sed.Rob Landley2009-10-271-5/+3
* read_key,lineeedit: parse position answerback faster; sanitize its useDenys Vlasenko2009-10-262-33/+58
* lsmod: unicode-aware column formattingTomas Heinrich2009-10-261-0/+18
* read_key: ignore unknown keys (do not return them to caller byte-by-byte)Denys Vlasenko2009-10-261-50/+74
* read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko2009-10-262-3/+3