Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2011-03-12chsum: fixPascal Bellard
2010-10-27libbb: introduce and use common crc32 routineDenys Vlasenko
2010-10-02Marked 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-12cksum, printenv: report errors via exitcodeDenis Vlasenko
2008-08-28cksum: 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-19more -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-11make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-10-27rename functions to more understandable namesDenis Vlasenko
2006-10-27remove bb_printf and the likeDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-29- 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-19New applet cksum, from Rob Sullivan.Rob Landley