aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* applets: fix alphabetical orderMike Frysinger2009-11-041-1/+1
* libbb.h: remove two over-zealous RETURNS_MALLOCDenys Vlasenko2009-11-041-2/+3
* mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko2009-11-031-10/+4
* include/libbb.h: mark malloc-returning functions with GCC attributeDenys Vlasenko2009-11-022-34/+44
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* mkfs.reiser: new applet. needs much polishingVladimir Dronnikov2009-11-022-0/+10
* Add more compat code for non GNU environmentsDan Fandrich2009-11-011-9/+41
* wall: new appletBernhard Reutner-Fischer2009-10-272-0/+9
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-271-0/+1
* platform compatibility work (by Dan Fandrich)Dan Fandrich2009-10-271-20/+42
* sed: shrink usage textDenys Vlasenko2009-10-271-1/+1
* Minor usage tweak for sed.Rob Landley2009-10-271-5/+3
* read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko2009-10-261-1/+1
* lineedit: handle Ctrl-arrowsDenys Vlasenko2009-10-251-0/+5
* patch: add longopts, --dry-run, add one more testDenys Vlasenko2009-10-241-3/+12
* ftpget/put: make 3rd parameter optionalVladimir Dronnikov2009-10-231-2/+2
* date: line up tabs in usage textDenys Vlasenko2009-10-231-4/+4
* date: handle long optionsBernhard Reutner-Fischer2009-10-231-2/+12
* libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko2009-10-231-17/+13
* fix isalnum and isxdigit. Unfortunately, +285 bytesDenys Vlasenko2009-10-231-2/+22
* eliminate all remaining users of ctype. ~600 byte large tables are gone.Denys Vlasenko2009-10-231-14/+35
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-6/+16
* libbb: smaller isdigit. -95 bytesDenys Vlasenko2009-10-231-2/+3
* *: use better isspace implementationDenys Vlasenko2009-10-221-1/+10
* mke2fs: mention -F in usage textDenys Vlasenko2009-10-221-2/+2
* trimming help textDenys Vlasenko2009-10-221-1/+1
* mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko2009-10-221-7/+8
* tune2fs: new applet by Vladimir. Only supports -L LABELDenys Vlasenko2009-10-222-9/+11
* randomconfig fixesDenys Vlasenko2009-10-191-0/+1
* mkfs_ext2: fixes for huge filesystemsDenys Vlasenko2009-10-181-1/+1
* mkfs_ext2: make it able to create images larger than 4GDenys Vlasenko2009-10-181-2/+3
* trim usage textDenys Vlasenko2009-10-171-1/+1
* mkfs_ext2: new applet by VladimirVladimir Dronnikov2009-10-172-33/+38
* move generate_uuid from mkswap to libbbVladimir Dronnikov2009-10-151-0/+3
* libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko2009-10-131-0/+4
* include/xatonum.h: make it survive -WconversionDenys Vlasenko2009-10-111-2/+2
* udhcpc: more help text tweakingDenys Vlasenko2009-10-101-1/+1
* udhcpc: better wording in help textDenys Vlasenko2009-10-101-1/+1
* Trim help text a bit moreDenys Vlasenko2009-10-061-21/+18
* Trim usage text a bitDenys Vlasenko2009-10-061-38/+38
* unpackers: check errors from close() tooDenys Vlasenko2009-10-051-0/+3
* sendmail: accept -i too, not only -oiVladimir Dronnikov2009-10-041-0/+1
* Fixes to usage text; updated busybox.specDenys Vlasenko2009-10-021-42/+42
* find: -follow should not error out on dandling linksDenys Vlasenko2009-09-291-0/+2
* ps: fix compile breakageDenys Vlasenko2009-09-221-1/+1
* ps: document -T optionDenys Vlasenko2009-09-201-0/+3
* swaponoff: add uuid/label support. By Natanael CopaNatanael Copa2009-09-201-0/+7
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-191-0/+2
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-171-8/+8
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-121-2/+2