summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-05-25typo fixesManinder Singh17-24/+24
2014-01-09build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko2-2/+2
2011-09-15suppress "warning: implicit declaration of function 'alloca'"Denys Vlasenko2-0/+2
2011-04-16Fix double words in comments. No code changesMarek Polacek8-9/+9
2010-12-18scripts: fix fixdep.c to let it workable in cygwinMacpaul Lin1-1/+1
2010-12-18Revert "scripts: fix fixdep.c to let it workable in cygwin"Denys Vlasenko1-1/+1
2010-12-18scripts: fix fixdep.c to let it workable in cygwinGreentime1-1/+1
2010-07-25*: trailing empty lines removedDenys Vlasenko42-46/+15
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-06-17fix extra bogus files generation in include/config/*Denys Vlasenko2-7/+13
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig13-61/+85
2010-01-12scripts/basic/docproc.c: remove stray NUL byte from the sourceDenys Vlasenko1-1/+1
2009-05-05add .gitignore filesMike Frysinger7-0/+66
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2007-05-30whitespace fixesDenis Vlasenko29-82/+82
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer33-67/+67
2006-12-30fixdep.c: avoit doing memcmp in most casesDenis Vlasenko7-108/+191
2006-12-30saw commit of vapier@busybox.net (thanks!),Denis Vlasenko1-17/+22
2006-12-30prevent accessing memory that we dont ownMike Frysinger1-5/+5
2006-11-30"kernel config" -> "busybox config"Denis Vlasenko7-12/+12
2006-10-19build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)Denis Vlasenko2-15/+24
2006-10-05build system overhaulDenis Vlasenko177-4114/+23530