summaryrefslogtreecommitdiff
path: root/scripts/kconfig/conf.c
Commit message (Expand)AuthorAge
* kconfig: extend output of 'listnewconfig'Don Zickus2018-04-13
* kconfig: rename silentoldconfig to syncconfigMasahiro Yamada2018-03-26
* kconfig: hide irrelevant sub-menus for oldconfigMasahiro Yamada2018-03-26
* kconfig: remove redundant input_mode test for check_conf() loopMasahiro Yamada2018-03-26
* kconfig: remove unneeded input_mode test in conf()Masahiro Yamada2018-03-26
* kconfig: do not call check_conf() for olddefconfigMasahiro Yamada2018-03-26
* kconfig: send error messages to stderrMasahiro Yamada2018-02-09
* kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada2018-02-09
* kconfig: remove check_stdin()Masahiro Yamada2018-02-09
* kconfig: show '?' prompt even if no help text is availableMasahiro Yamada2018-02-09
* kconfig: Remove silentoldconfig from help and docs; fix kconfig/conf's helpMarc Herbert2018-01-28
* kconfig: make xfgets() really staticMasahiro Yamada2018-01-22
* kconfig: make input_mode staticMasahiro Yamada2018-01-22
* kconfig: allow kconfig to handle longer path namesMarkus Mayer2015-12-10
* kconfig: Do not print status messages in make -s modeMichal Marek2015-04-09
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-10
* kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN2013-06-24
* kconfig/conf: print the seed used to initialise the RNG for randconfigYann E. MORIN2013-06-18
* kconfig/conf: accept a base-16 seed for randconfigYann E. MORIN2013-06-18
* kconfig: allow specifying the seed for randconfigYann E. MORIN2013-04-25
* kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings2013-02-19
* kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...Adam Lee2012-09-27
* kconfig: document oldnoconfig to what it really does in conf.cAdam Lee2012-08-31
* kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.Eric W. Biederman2012-05-07
* kconfig: Add error handling to KCONFIG_ALLCONFIGEric W. Biederman2012-05-05
* kconfig/conf: mark xfgets() privateArnaud Lacombe2011-07-02
* kconfig/conf: add command line options' descriptionArnaud Lacombe2011-07-02
* kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe2011-07-02
* kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-06
* kconfig: annotate non-trivial fall-troughArnaud Lacombe2011-06-06
* kconfig: Avoid buffer underrun in choice inputBen Hutchings2011-04-24
* kconfig/conf: merge duplicate switch's caseArnaud Lacombe2010-12-15
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-12
|\
| * kbuild: fix oldnoconfig to do the right thingKyle McMartin2010-10-09
| * Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-08-13
| |\
| * | kconfig: fix make oldconfigSam Ravnborg2010-08-06
* | | kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe2010-09-19
* | | kconfig: allow build-time definition of the internal config prefixArnaud Lacombe2010-09-19
* | | kbuild: fix oldnoconfig to do the right thingKyle McMartin2010-09-08
* | | kbuild: use getopt_long(), not its _only() variantArnaud Lacombe2010-08-31
| |/ |/|
* | kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren2010-08-13
|/
* kconfig: add savedefconfigSam Ravnborg2010-08-03
* kconfig: add alldefconfigSam Ravnborg2010-08-03
* kconfig: change nonint_oldconfig to listnewconfigSam Ravnborg2010-08-03
* kconfig: rename loose_nonint_oldconfig => oldnoconfigSam Ravnborg2010-08-03
* kconfig: use long options in confSam Ravnborg2010-08-03
* scripts:conf.c Fix warning: variable 'type' set but not usedJustin P. Mattock2010-06-12
* kconfig: introduce nonint_oldconfig and loose_nonint_oldconfigAristeu Rozanski2010-06-02
* kbuild: add static to prototypesTrevor Keith2009-09-20
* kconfig: make use of menu_get_ext_help in "make config"Cheng Renquan2009-09-20