aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/conf.c
AgeCommit message (Expand)Author
2011-07-02kconfig/conf: mark xfgets() privateArnaud Lacombe
2011-07-02kconfig/conf: add command line options' descriptionArnaud Lacombe
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe
2011-06-06kconfig: annotate non-trivial fall-troughArnaud Lacombe
2011-04-24kconfig: Avoid buffer underrun in choice inputBen Hutchings
2010-12-15kconfig/conf: merge duplicate switch's caseArnaud Lacombe
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek
2010-10-09kbuild: fix oldnoconfig to do the right thingKyle McMartin
2010-09-19kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe
2010-09-19kconfig: allow build-time definition of the internal config prefixArnaud Lacombe
2010-09-08kbuild: fix oldnoconfig to do the right thingKyle McMartin
2010-08-31kbuild: use getopt_long(), not its _only() variantArnaud Lacombe
2010-08-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2010-08-13kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren
2010-08-06kconfig: fix make oldconfigSam Ravnborg
2010-08-03kconfig: add savedefconfigSam Ravnborg
2010-08-03kconfig: add alldefconfigSam Ravnborg
2010-08-03kconfig: change nonint_oldconfig to listnewconfigSam Ravnborg
2010-08-03kconfig: rename loose_nonint_oldconfig => oldnoconfigSam Ravnborg
2010-08-03kconfig: use long options in confSam Ravnborg
2010-06-12scripts:conf.c Fix warning: variable 'type' set but not usedJustin P. Mattock
2010-06-02kconfig: introduce nonint_oldconfig and loose_nonint_oldconfigAristeu Rozanski
2009-09-20kbuild: add static to prototypesTrevor Keith
2009-09-20kconfig: make use of menu_get_ext_help in "make config"Cheng Renquan
2009-06-09kconfig: do not hardcode ".config" filenameMarkus Heidelberg
2009-03-15kconfig: improve seed in randconfigIngo Molnar
2008-09-29kconfig: fix silentoldconfigzippel@linux-m68k.org
2008-08-04kconfig: always write out .configSam Ravnborg
2008-07-25kconfig: make defconfig is no longer chattySam Ravnborg
2008-07-25kconfig: make oldconfig is now less chattySam Ravnborg
2008-07-25kconfig: speed up all*config + randconfigSam Ravnborg
2008-01-28kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich
2008-01-28kconfig: gettext support for configEGRY Gabor
2008-01-28kconfig: use C89 random functions in conf.cLadislav Michl
2008-01-28kconfig: fix whitespace and sort includes in conf.cLadislav Michl
2008-01-28kconfig: use getopt() in conf.c for handling command line argumentsAndres Salomon
2007-12-23kconfig: obey KCONFIG_ALLCONFIG choices with randconfig.Paul Mundt
2007-11-17x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg
2007-11-12kconfig: use $K64BIT to set 64BIT with all*config targetsSam Ravnborg
2007-09-01kconfig: oldconfig shall not set symbols if it does not need toRoman Zippel
2007-07-25kconfig: attach help text to menusSam Ravnborg
2007-05-02kbuild: be more explicit on missing .config fileRandy Dunlap
2006-12-13[PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese
2006-06-09kconfig: exit if no beginning filenameRandy Dunlap
2006-06-09kconfig: allow loading multiple configurationsRoman Zippel
2006-06-09kconfig: fix .config dependenciesRoman Zippel
2006-04-19[PATCH] config: update usage/help infoRandy Dunlap
2006-04-11kconfig: revert conf behaviour changeRoman Zippel
2006-04-11kconfig: fix default value for choice inputRoman Zippel