aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-11-07big endian warning fixesDenys Vlasenko
2009-11-04applets: meant to fix order, not enable bbshMike Frysinger
2009-11-04applets: fix alphabetical orderMike Frysinger
2009-11-04libbb.h: remove two over-zealous RETURNS_MALLOCDenys Vlasenko
2009-11-03mkswap: add -L LABEL option. closes bug 689.Denys 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-01Add more compat code for non GNU environmentsDan Fandrich
2009-10-27wall: new appletBernhard Reutner-Fischer
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2009-10-27platform compatibility work (by Dan Fandrich)Dan Fandrich
2009-10-27sed: shrink usage textDenys Vlasenko
2009-10-27Minor usage tweak for sed.Rob Landley
2009-10-26read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko
2009-10-25lineedit: handle Ctrl-arrowsDenys Vlasenko
2009-10-24patch: add longopts, --dry-run, add one more testDenys Vlasenko
2009-10-23ftpget/put: make 3rd parameter optionalVladimir Dronnikov
2009-10-23date: line up tabs in usage textDenys Vlasenko
2009-10-23date: handle long optionsBernhard Reutner-Fischer
2009-10-23libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko
2009-10-23fix isalnum and isxdigit. Unfortunately, +285 bytesDenys Vlasenko
2009-10-23eliminate all remaining users of ctype. ~600 byte large tables are gone.Denys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-10-23libbb: smaller isdigit. -95 bytesDenys Vlasenko
2009-10-22*: use better isspace implementationDenys Vlasenko
2009-10-22mke2fs: mention -F in usage textDenys Vlasenko
2009-10-22trimming help textDenys Vlasenko
2009-10-22mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko
2009-10-22tune2fs: new applet by Vladimir. Only supports -L LABELDenys Vlasenko
2009-10-19randomconfig fixesDenys Vlasenko
2009-10-18mkfs_ext2: fixes for huge filesystemsDenys Vlasenko
2009-10-18mkfs_ext2: make it able to create images larger than 4GDenys Vlasenko
2009-10-17trim usage textDenys Vlasenko
2009-10-17mkfs_ext2: new applet by VladimirVladimir Dronnikov
2009-10-15move generate_uuid from mkswap to libbbVladimir Dronnikov
2009-10-13libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko
2009-10-11include/xatonum.h: make it survive -WconversionDenys Vlasenko
2009-10-10udhcpc: more help text tweakingDenys Vlasenko
2009-10-10udhcpc: better wording in help textDenys Vlasenko
2009-10-06Trim help text a bit moreDenys Vlasenko
2009-10-06Trim usage text a bitDenys Vlasenko
2009-10-05unpackers: check errors from close() tooDenys Vlasenko
2009-10-04sendmail: accept -i too, not only -oiVladimir Dronnikov
2009-10-02Fixes to usage text; updated busybox.specDenys Vlasenko
2009-09-29find: -follow should not error out on dandling linksDenys Vlasenko
2009-09-22ps: fix compile breakageDenys Vlasenko
2009-09-20ps: document -T optionDenys Vlasenko
2009-09-20swaponoff: add uuid/label support. By Natanael CopaNatanael Copa
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko