aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/conf.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: Avoid buffer underrun in choice inputBen Hutchings2011-04-241-1/+1
* kconfig/conf: merge duplicate switch's caseArnaud Lacombe2010-12-151-2/+0
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-121-1/+1
|\
| * kbuild: fix oldnoconfig to do the right thingKyle McMartin2010-10-091-1/+1
| * Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-08-131-2/+13
| |\
| * | kconfig: fix make oldconfigSam Ravnborg2010-08-061-1/+1
* | | kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe2010-09-191-6/+5
* | | kconfig: allow build-time definition of the internal config prefixArnaud Lacombe2010-09-191-1/+1
* | | kbuild: fix oldnoconfig to do the right thingKyle McMartin2010-09-081-1/+1
* | | kbuild: use getopt_long(), not its _only() variantArnaud Lacombe2010-08-311-1/+1
| |/ |/|
* | kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren2010-08-131-2/+13
|/
* kconfig: add savedefconfigSam Ravnborg2010-08-031-0/+14
* kconfig: add alldefconfigSam Ravnborg2010-08-031-0/+7
* kconfig: change nonint_oldconfig to listnewconfigSam Ravnborg2010-08-031-23/+11
* kconfig: rename loose_nonint_oldconfig => oldnoconfigSam Ravnborg2010-08-031-7/+7
* kconfig: use long options in confSam Ravnborg2010-08-031-86/+75
* scripts:conf.c Fix warning: variable 'type' set but not usedJustin P. Mattock2010-06-121-4/+0
* kconfig: introduce nonint_oldconfig and loose_nonint_oldconfigAristeu Rozanski2010-06-021-9/+44
* kbuild: add static to prototypesTrevor Keith2009-09-201-1/+1
* kconfig: make use of menu_get_ext_help in "make config"Cheng Renquan2009-09-201-11/+11
* kconfig: do not hardcode ".config" filenameMarkus Heidelberg2009-06-091-3/+4
* kconfig: improve seed in randconfigIngo Molnar2009-03-151-1/+15
* kconfig: fix silentoldconfigzippel@linux-m68k.org2008-09-291-66/+57
* kconfig: always write out .configSam Ravnborg2008-08-041-1/+1
* kconfig: make defconfig is no longer chattySam Ravnborg2008-07-251-8/+3
* kconfig: make oldconfig is now less chattySam Ravnborg2008-07-251-1/+1
* kconfig: speed up all*config + randconfigSam Ravnborg2008-07-251-86/+68
* kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich2008-01-281-2/+2
* kconfig: gettext support for configEGRY Gabor2008-01-281-15/+20
* kconfig: use C89 random functions in conf.cLadislav Michl2008-01-281-2/+2
* kconfig: fix whitespace and sort includes in conf.cLadislav Michl2008-01-281-3/+3
* kconfig: use getopt() in conf.c for handling command line argumentsAndres Salomon2008-01-281-13/+11
* kconfig: obey KCONFIG_ALLCONFIG choices with randconfig.Paul Mundt2007-12-231-1/+2
* x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg2007-11-171-1/+0
* kconfig: use $K64BIT to set 64BIT with all*config targetsSam Ravnborg2007-11-121-0/+1
* kconfig: oldconfig shall not set symbols if it does not need toRoman Zippel2007-09-011-9/+12
* kconfig: attach help text to menusSam Ravnborg2007-07-251-16/+15
* kbuild: be more explicit on missing .config fileRandy Dunlap2007-05-021-0/+1
* [PATCH] kconfig: new function "bool conf_get_changed(void)"Karsten Wiese2006-12-131-1/+1
* kconfig: exit if no beginning filenameRandy Dunlap2006-06-091-0/+1
* kconfig: allow loading multiple configurationsRoman Zippel2006-06-091-3/+3
* kconfig: fix .config dependenciesRoman Zippel2006-06-091-1/+15
* [PATCH] config: update usage/help infoRandy Dunlap2006-04-191-1/+2
* kconfig: revert conf behaviour changeRoman Zippel2006-04-111-16/+2
* kconfig: fix default value for choice inputRoman Zippel2006-04-111-2/+1
* [PATCH] kconf: Check for eof from input stream.Ben Collins2006-01-081-2/+16
* [PATCH] kconfig: preset config during all*configRoman Zippel2005-11-091-0/+30
* [PATCH] kconfig: fix restart for choice symbolsRoman Zippel2005-11-091-4/+3
* [PATCH] Kill signed charsJ.A. Magallon2005-06-251-3/+3
* [PATCH] Kconfig i18n supportArnaldo Carvalho de Melo2005-05-051-10/+10