aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2024-09-281-2/+9
|\
| * fixdep: add fstat error handlingSam James2024-09-271-2/+9
* | Merge branch 'busybox' into mergeRon Yorston2024-06-231-0/+1
|\|
| * docproc: avoid segfault during file closingYan Zhu2024-04-131-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-04-091-1/+5
|\|
| * fixdep: avoid underflow when end of entry doesn't coincide with EOFArsen Arsenović2023-02-271-0/+5
* | build system: allow building with w64devkitRon Yorston2022-10-301-0/+11
* | Merge branch 'busybox' into mergeRon Yorston2021-05-143-17/+17
|\|
| * fix "warning array subscript has type 'char'"Denys Vlasenko2021-04-143-16/+16
| * build system: avoid build failure during bisectionRon Yorston2021-04-131-1/+1
* | .gitignore: support building on WindowsJohannes Schindelin2021-02-211-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+2
|\|
| * build system: fix compiler warningsDenys Vlasenko2019-01-061-1/+2
* | kbuild: support at least non-interactive mode on WindowsJohannes Schindelin2017-07-142-3/+25
* | fixdep: fix assumption that `long` is as large as `void *`Johannes Schindelin2017-07-141-2/+2
* | fixdep: be careful about handling empty lines correctlyJohannes Schindelin2017-07-141-1/+4
* | fixdep: read the dependency files in binary modeJohannes Schindelin2017-07-141-2/+6
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-1/+1
|\|
| * typo fixesManinder Singh2015-05-251-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2014-01-132-2/+2
|\|
| * build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko2014-01-092-2/+2
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-232-0/+2
|\|
| * suppress "warning: implicit declaration of function 'alloca'"Denys Vlasenko2011-09-152-0/+2
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-1/+1
|\|
| * Fix double words in comments. No code changesMarek Polacek2011-04-161-1/+1
* | fixdep: fix mmap() on msysKlessing, Daniel2011-10-301-6/+28
* | win32: fixdep: workaround mmap()Nguyễn Thái Ngọc Duy2011-01-231-0/+29
|/
* scripts: fix fixdep.c to let it workable in cygwinMacpaul Lin2010-12-181-1/+1
* Revert "scripts: fix fixdep.c to let it workable in cygwin"Denys Vlasenko2010-12-181-1/+1
* scripts: fix fixdep.c to let it workable in cygwinGreentime2010-12-181-1/+1
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-1/+1
* fix extra bogus files generation in include/config/*Denys Vlasenko2010-06-172-7/+13
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-262-12/+14
* scripts/basic/docproc.c: remove stray NUL byte from the sourceDenys Vlasenko2010-01-121-1/+1
* add .gitignore filesMike Frysinger2009-05-051-0/+4
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-13/+17
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* whitespace fixesDenis Vlasenko2007-05-301-26/+26
* style fixes. No code changesDenis Vlasenko2007-04-121-2/+2
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-042-2/+2
* fixdep.c: avoit doing memcmp in most casesDenis Vlasenko2006-12-301-3/+3
* saw commit of vapier@busybox.net (thanks!),Denis Vlasenko2006-12-301-17/+22
* prevent accessing memory that we dont ownMike Frysinger2006-12-301-5/+5
* "kernel config" -> "busybox config"Denis Vlasenko2006-11-301-1/+1
* build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)Denis Vlasenko2006-10-191-15/+21
* build system overhaulDenis Vlasenko2006-10-054-0/+1035