aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe1-1/+1
2010-09-19kconfig: expand file namesArnaud Lacombe1-2/+5
2010-09-19kconfig: use the file's name of sourced fileArnaud Lacombe1-2/+3
2010-09-19kconfig: constify file nameArnaud Lacombe3-3/+3
2010-09-19kconfig: don't emit warning upon rootmenu's prompt redefinitionArnaud Lacombe1-1/+1
2010-09-19kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe5-26/+11
2010-09-19kconfig: delay gconf window initializationArnaud Lacombe1-6/+6
2010-09-19kconfig: expand by default the rootmenu's promptArnaud Lacombe1-0/+4
2010-09-19kconfig: add a symbol string expansion helperArnaud Lacombe2-0/+50
2010-09-19kconfig: regen parserArnaud Lacombe2-267/+287
2010-09-19kconfig: implement the `mainmenu' directiveArnaud Lacombe1-3/+11
2010-09-19kconfig: allow PACKAGE to be defined on the compiler's command-lineArnaud Lacombe1-0/+3
2010-09-19kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe6-54/+45
2010-09-19kconfig: allow build-time definition of the internal config prefixArnaud Lacombe6-34/+43
2010-09-19kconfig: rephrase help text not to mention the internal prefixArnaud Lacombe2-11/+11
2010-09-19kconfig: replace a `switch()' statement by a more flexible `if()' statementArnaud Lacombe1-14/+5
2010-09-08kbuild: fix oldnoconfig to do the right thingKyle McMartin1-1/+1
2010-09-06xconfig: Change the titlebar if using Qt3Michal Marek1-2/+8
2010-09-01kconfig qconf: port to QT4Alexander Stein3-146/+168
2010-08-31kbuild: use getopt_long(), not its _only() variantArnaud Lacombe1-1/+1
2010-08-26kbuild: don't overwrite HOST_EXTRACFLAGSArnaud Lacombe1-4/+2
2010-08-17kbuild: fix typoArnaud Lacombe1-1/+1
2010-08-17kbuild: don't include `check-lxdialog' ldflags in global HOST_LOADLIBESArnaud Lacombe1-2/+3
2010-08-17kbuild: confdata.c explicitly reference errno, thus need <errno.h>Arnaud Lacombe1-0/+1
2010-08-16nconfig: add search supportNir Tzachar3-180/+208
2010-08-15kconfig: fix segfault when detecting recursive dependencySam Ravnborg1-0/+2
2010-08-15kconfig: fix savedefconfig with choice marked optionalSam Ravnborg1-2/+4
2010-08-13kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren2-2/+16
2010-08-13kconfig: Fix warning: ignoring return value of 'fwrite'Jean Sacren3-2/+9
2010-08-13nconfig: Fix segfault when menu is emptyAndrej Gelenberg1-0/+2
2010-08-12kconfig: fix tristate choice with minimal configSam Ravnborg1-35/+67
2010-08-12kconfig: fix savedefconfig for tristate choicesSam Ravnborg1-4/+3
2010-08-04Merge commit 'v2.6.35' into kbuild/kconfigMichal Marek22-402/+670
2010-08-03kconfig: add savedefconfigSam Ravnborg6-1/+171
2010-08-03kconfig: code refactoring in confdata.cSam Ravnborg1-67/+70
2010-08-03kconfig: refactor code in symbol.cSam Ravnborg2-13/+34
2010-08-03kconfig: add alldefconfigSam Ravnborg2-6/+14
2010-08-03kconfig: print more info when we see a recursive dependencyRoman Zippel1-15/+127
2010-08-03kconfig: save location of config symbolsSam Ravnborg3-0/+5
2010-08-03kconfig: change nonint_oldconfig to listnewconfigSam Ravnborg2-27/+14
2010-08-03kconfig: rename loose_nonint_oldconfig => oldnoconfigSam Ravnborg2-11/+10
2010-08-03kconfig: use long options in confSam Ravnborg2-126/+105
2010-07-29kconfig: fix MODULES-related bug in case of no .configUlf Magnusson1-1/+4
2010-07-26kconfig: make randconfig fair for booleansPeter Korsgaard1-1/+2
2010-07-23nconfig: Fix segfault when help contains special charactersStephen Boyd1-1/+1
2010-07-21kbuild: Fix make rpmMichal Marek2-4/+7
2010-07-20kbuild: Make the setlocalversion script POSIX-compliantMichał Górny1-3/+4
2010-07-08kconfig: Don't write invisible choice valuesJan Beulich1-12/+12
2010-07-08powerpc: Fix module building for gcc 4.5 and 64 bitStephen Rothwell1-0/+5
2010-07-02kbuild: Warn on selecting symbols with unmet direct dependenciesCatalin Marinas3-0/+25