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
2023-02-27fixdep: avoid underflow when end of entry doesn't coincide with EOFArsen Arsenović
2021-04-14fix "warning array subscript has type 'char'"Denys Vlasenko
2021-04-13build system: avoid build failure during bisectionRon Yorston
2019-01-06build system: fix compiler warningsDenys Vlasenko
2015-05-25typo fixesManinder Singh
2014-01-09build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko
2011-09-15suppress "warning: implicit declaration of function 'alloca'"Denys Vlasenko
2011-04-16Fix double words in comments. No code changesMarek Polacek
2010-12-18scripts: fix fixdep.c to let it workable in cygwinMacpaul Lin
2010-12-18Revert "scripts: fix fixdep.c to let it workable in cygwin"Denys Vlasenko
2010-12-18scripts: fix fixdep.c to let it workable in cygwinGreentime
2010-07-26*: trailing empty lines removedDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-06-17fix extra bogus files generation in include/config/*Denys Vlasenko
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig
2010-01-12scripts/basic/docproc.c: remove stray NUL byte from the sourceDenys Vlasenko
2009-05-05add .gitignore filesMike Frysinger
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-07-22libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2007-05-30whitespace fixesDenis Vlasenko
2007-04-12style fixes. No code changesDenis Vlasenko
2007-04-05- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2006-12-31fixdep.c: avoit doing memcmp in most casesDenis Vlasenko
2006-12-30saw commit of vapier@busybox.net (thanks!),Denis Vlasenko
2006-12-30prevent accessing memory that we dont ownMike Frysinger
2006-12-01"kernel config" -> "busybox config"Denis Vlasenko
2006-10-20build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)Denis Vlasenko
2006-10-05build system overhaulDenis Vlasenko