summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2011-03-11chsum: fixPascal Bellard1-0/+1
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko9-73/+49
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich10-13/+31
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-11-26split: handle - as "use stdin". +13 bytes. Closes bug 741.Denys Vlasenko2-3/+7
2008-11-11cksum, printenv: report errors via exitcodeDenis Vlasenko2-3/+10
2008-08-27cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case.Denis Vlasenko1-5/+13
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko14-35/+34
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko21-134/+140
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko11-170/+134
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-26rename functions to more understandable namesDenis Vlasenko27-68/+63
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer20-1283/+1162
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-05-28Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitsRob Landley4-6/+5
2006-04-18New applet cksum, from Rob Sullivan.Rob Landley5-0/+69