aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cksum.c
AgeCommit message (Expand)Author
2018-12-28config: update size informationDenys Vlasenko
2018-02-01cksum: code shrinkDenys Vlasenko
2017-08-06sv,svc: fix NOEXEC falloutDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-07shred: new appletDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2011-03-11chsum: fixPascal Bellard
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-11-26split: handle - as "use stdin". +13 bytes. Closes bug 741.Denys Vlasenko
2008-11-11cksum, printenv: report errors via exitcodeDenis Vlasenko
2008-08-27cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-10make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-26rename functions to more understandable namesDenis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-05-28Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitsRob Landley
2006-04-18New applet cksum, from Rob Sullivan.Rob Landley