aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-04lsmod: beautify. no code changesDenys Vlasenko1-9/+8
2009-11-04libbb.h: remove two over-zealous RETURNS_MALLOCDenys Vlasenko1-2/+3
2009-11-04fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)Denys Vlasenko2-8/+21
2009-11-03mkfs_vfat: fixes for large image casesDenys Vlasenko1-3/+9
2009-11-03mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko2-56/+50
2009-11-02passwd: do not complain if /etc/shadow is missingDenys Vlasenko2-4/+7
2009-11-02udhcpc: log script parameter tooDenys Vlasenko1-1/+1
2009-11-02include/libbb.h: mark malloc-returning functions with GCC attributeDenys Vlasenko2-34/+44
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-11-02mkfs.reiser: new applet. needs much polishingVladimir Dronnikov5-6/+402
2009-11-02btrfs.c: check first two superblocks, for additional robustnessDenys Vlasenko1-8/+15
2009-11-01volume_id: add FAST_FUNC where appropriateDenys Vlasenko32-73/+73
2009-11-01volume_id: add support for btrfsVladimir Dronnikov6-1/+114
2009-11-01mdev: do not die on mknod errorsDenys Vlasenko1-1/+1
2009-11-01mountpoint: btrfs fixVladimir Dronnikov1-2/+11
2009-11-01Add more compat code for non GNU environmentsDan Fandrich3-22/+102
2009-10-29tty: use defines rather than constantsBernhard Reutner-Fischer1-5/+5
2009-10-29*: random code shrinkDenys Vlasenko3-11/+11
2009-10-29lineedit: REALLY fix compile error nowDenys Vlasenko1-2/+5
2009-10-29lineedit: compile fixDenys Vlasenko1-3/+2
2009-10-29echo et al: support \e escapeDenys Vlasenko1-3/+4
2009-10-27wall: new appletBernhard Reutner-Fischer6-0/+53
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer8-7/+17
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