summaryrefslogtreecommitdiff
path: root/coreutils/cksum.c
Commit message (Expand)AuthorAgeFilesLines
* crc32: code shrink for !CKSUM configDenys Vlasenko2021-06-221-11/+17
* cksum: fix handling of read errorsDenys Vlasenko2021-06-221-3/+7
* crc32: new appletDenys Vlasenko2021-06-221-15/+27
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* cksum: code shrinkDenys Vlasenko2018-02-011-23/+24
* sv,svc: fix NOEXEC falloutDenys Vlasenko2017-08-061-0/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* shred: new appletDenys Vlasenko2017-04-071-2/+2
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-3/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-2/+4
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+6
* chsum: fixPascal Bellard2011-03-111-0/+1
* libbb: introduce and use common crc32 routineDenys Vlasenko2010-10-271-6/+1
* Marked some more applets NOEXEC/NOFORKDan Fandrich2010-10-011-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* split: handle - as "use stdin". +13 bytes. Closes bug 741.Denys Vlasenko2009-11-261-2/+2
* cksum, printenv: report errors via exitcodeDenis Vlasenko2008-11-111-2/+5
* cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case.Denis Vlasenko2008-08-271-5/+13
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-1/+1
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-18/+20
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-2/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-2/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* rename functions to more understandable namesDenis Vlasenko2006-10-261-1/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-3/+3
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-15/+16
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-4/+1
* Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitsRob Landley2006-05-281-1/+0
* New applet cksum, from Rob Sullivan.Rob Landley2006-04-181-0/+56