Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixdep: fix mmap() on msys | Klessing, Daniel | 2011-10-30 | 1 | -6/+28 |
| | |||||
* | win32: fixdep: workaround mmap() | Nguyễn Thái Ngọc Duy | 2011-01-23 | 1 | -0/+29 |
| | |||||
* | scripts: fix fixdep.c to let it workable in cygwin | Macpaul Lin | 2010-12-18 | 1 | -1/+1 |
| | | | | | | | | | Update retrun character detection in the fixdep.c to let it work in cygwin. Signed-off-by: Macpaul Lin <macpaul@andestech.com> Signed-off-by: Greentime <green.hu@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Revert "scripts: fix fixdep.c to let it workable in cygwin" | Denys Vlasenko | 2010-12-18 | 1 | -1/+1 |
| | | | | This reverts commit 10c36b86574133bb1cd29ad04db64c7953b94ab5. | ||||
* | scripts: fix fixdep.c to let it workable in cygwin | Greentime | 2010-12-18 | 1 | -1/+1 |
| | | | | | | | | | Update return character detection in the fixdep.c to let it workable in cygwin. Signed-off-by: Macpaul Lin <macpaul@andestech.com> Signed-off-by: Greentime <green.hu@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix extra bogus files generation in include/config/* | Denys Vlasenko | 2010-06-17 | 1 | -4/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Hurd compat fixes. Mostly dealing with absent PATH_MAX | Jérémie Koenig | 2010-03-26 | 1 | -2/+2 |
| | | | | | Signed-off-by: Jérémie Koenig <jk@jk.fr.eu.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -13/+17 |
| | | | | | | and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything! | ||||
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -1/+1 |
| | |||||
* | fixdep.c: avoit doing memcmp in most cases | Denis Vlasenko | 2006-12-30 | 1 | -3/+3 |
| | | | | | uidgid_get.c: add forgotten copyright notice pwd/grp/shadow: avoid collisions with libc names | ||||
* | saw commit of vapier@busybox.net (thanks!), | Denis Vlasenko | 2006-12-30 | 1 | -17/+22 |
| | | | | | decided to stop doing FOUR memcmp's per each input character. I should have fixed this much earlier... | ||||
* | prevent accessing memory that we dont own | Mike Frysinger | 2006-12-30 | 1 | -5/+5 |
| | |||||
* | build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) | Denis Vlasenko | 2006-10-19 | 1 | -15/+21 |
| | |||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -0/+393 |