aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/conf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-02kconfig/conf: mark xfgets() privateArnaud Lacombe1-4/+3
2011-07-02kconfig/conf: add command line options' descriptionArnaud Lacombe1-1/+31
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe1-3/+1
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe1-1/+0
2011-06-06kconfig: annotate non-trivial fall-troughArnaud Lacombe1-0/+4
2011-04-24kconfig: Avoid buffer underrun in choice inputBen Hutchings1-1/+1
2010-12-15kconfig/conf: merge duplicate switch's caseArnaud Lacombe1-2/+0
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek1-1/+1
2010-10-09kbuild: fix oldnoconfig to do the right thingKyle McMartin1-1/+1
2010-09-19kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe1-6/+5
2010-09-19kconfig: allow build-time definition of the internal config prefixArnaud Lacombe1-1/+1
2010-09-08kbuild: fix oldnoconfig to do the right thingKyle McMartin1-1/+1
2010-08-31kbuild: use getopt_long(), not its _only() variantArnaud Lacombe1-1/+1
2010-08-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-2/+13
2010-08-13kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren1-2/+13
2010-08-06kconfig: fix make oldconfigSam Ravnborg1-1/+1
2010-08-03kconfig: add savedefconfigSam Ravnborg1-0/+14
2010-08-03kconfig: add alldefconfigSam Ravnborg1-0/+7
2010-08-03kconfig: change nonint_oldconfig to listnewconfigSam Ravnborg1-23/+11
2010-08-03kconfig: rename loose_nonint_oldconfig => oldnoconfigSam Ravnborg1-7/+7
2010-08-03kconfig: use long options in confSam Ravnborg1-86/+75
2010-06-12scripts:conf.c Fix warning: variable 'type' set but not usedJustin P. Mattock1-4/+0
2010-06-02kconfig: introduce nonint_oldconfig and loose_nonint_oldconfigAristeu Rozanski1-9/+44
2009-09-20kbuild: add static to prototypesTrevor Keith1-1/+1
2009-09-20kconfig: make use of menu_get_ext_help in "make config"Cheng Renquan1-11/+11
2009-06-09kconfig: do not hardcode ".config" filenameMarkus Heidelberg1-3/+4
2009-03-15kconfig: improve seed in randconfigIngo Molnar1-1/+15
2008-09-29kconfig: fix silentoldconfigzippel@linux-m68k.org1-66/+57
2008-08-04kconfig: always write out .configSam Ravnborg1-1/+1
2008-07-25kconfig: make defconfig is no longer chattySam Ravnborg1-8/+3
2008-07-25kconfig: make oldconfig is now less chattySam Ravnborg1-1/+1
2008-07-25kconfig: speed up all*config + randconfigSam Ravnborg1-86/+68
2008-01-28kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich1-2/+2
2008-01-28kconfig: gettext support for configEGRY Gabor1-15/+20
2008-01-28kconfig: use C89 random functions in conf.cLadislav Michl1-2/+2
2008-01-28kconfig: fix whitespace and sort includes in conf.cLadislav Michl1-3/+3
2008-01-28kconfig: use getopt() in conf.c for handling command line argumentsAndres Salomon1-13/+11
2007-12-23kconfig: obey KCONFIG_ALLCONFIG choices with randconfig.Paul Mundt1-1/+2
2007-11-17x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg1-1/+0
2007-11-12kconfig: use $K64BIT to set 64BIT with all*config targetsSam Ravnborg1-0/+1
2007-09-01kconfig: oldconfig shall not set symbols if it does not need toRoman Zippel1-9/+12
2007-07-25kconfig: attach help text to menusSam Ravnborg1-16/+15
2007-05-02kbuild: be more explicit on missing .config fileRandy Dunlap1-0/+1
2006-12-13[PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese1-1/+1
2006-06-09kconfig: exit if no beginning filenameRandy Dunlap1-0/+1
2006-06-09kconfig: allow loading multiple configurationsRoman Zippel1-3/+3
2006-06-09kconfig: fix .config dependenciesRoman Zippel1-1/+15
2006-04-19[PATCH] config: update usage/help infoRandy Dunlap1-1/+2
2006-04-11kconfig: revert conf behaviour changeRoman Zippel1-16/+2
2006-04-11kconfig: fix default value for choice inputRoman Zippel1-2/+1