summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorLines
2012-01-16Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-14/+133
2012-01-16menuconfig: fix a regression when canceling the prompt dialog at exitLi Zefan-1/+2
2012-01-15kbuild: Fix compiler warning with assertion when calling 'fwrite'Arnaud Lacombe-2/+5
2012-01-15Improve update-po-config outputPeter Foley-3/+3
2012-01-14menuconfig: let make not report error when not save configurationWang YanQing-0/+1
2012-01-14merge_config.sh: fix bug in final checkJohn Stultz-2/+2
2012-01-14merge_config.sh: whitespace cleanupDarren Hart-2/+2
2012-01-14merge_config.sh: use signal names compatible with dash and bashDarren Hart-1/+1
2012-01-14kconfig: add merge_config.sh scriptjohn stultz-0/+117
2012-01-13kconfig/streamline-config.pl: Fix parsing Makefile with variablesSteven Rostedt-0/+29
2012-01-13kconfig/streamline-config.pl: Simplify backslash line concatinationSteven Rostedt-13/+12
2011-12-18kconfig: adapt update-po-config to new UML layoutPaul Bolle-3/+2
2011-12-18kconfig: use xfwrite wrapper function to silence warningsPeter Foley-2/+2
2011-12-11kconfig: fix set but not used warningsPeter Foley-4/+1
2011-12-11kconfig: fix warnings by specifing format argumentsPeter Foley-3/+3
2011-09-09scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputboxCheng Renquan-0/+8
2011-09-09scripts/kconfig/nconf: fix editing long stringsCheng Renquan-6/+23
2011-09-09scripts/kconfig/nconf: dynamically alloc dialog_input_resultCheng Renquan-17/+26
2011-09-09scripts/kconfig/nconf: fix memmove's length argCheng Renquan-1/+1
2011-09-09scripts/kconfig/nconf: fix typo: unknow => unknownCheng Renquan-1/+1
2011-08-31Merge branch 'kconfig/for-next' of git://github.com/lacombar/linux-2.6 into k...Michal Marek-49/+89
2011-08-29kconfig: fix set but not used variablesLucas De Marchi-2/+1
2011-08-29kconfig: handle SIGINT in menuconfigDavidlohr Bueso-34/+52
2011-08-29kconfig: fix __enabled_ macros definition for invisible and un-selected symbolsArnaud Lacombe-13/+36
2011-08-19Merge branch 'master/kconfig-localmodconfig' of git://github.com/lacombar/lin...Michal Marek-29/+21
2011-08-08kconfig: factor code in menu_get_ext_help()Arnaud Lacombe-6/+4
2011-08-08kbuild: Fix help text not displayed in choice option.Srinivas Kandagatla-4/+3
2011-08-08kconfig/nconf: nuke unreferenced `nohelp_text'Arnaud Lacombe-2/+0
2011-08-08kconfig/streamline_config.pl: merge local{mod,yes}configArnaud Lacombe-17/+1
2011-08-08kconfig/streamline_config.pl: use options to determine operating modeArnaud Lacombe-3/+15
2011-08-08kconfig/streamline_config.pl: directly access LSMOD from the environmentArnaud Lacombe-12/+8
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-259/+323
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek-57/+14
2011-07-25xconfig: Abort close if configuration cannot be savedMichal Marek-4/+11
2011-07-18kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hArnaud Lacombe-5/+21
2011-07-13kconfig/nconf: remove useless conditionnalArnaud Lacombe-4/+1
2011-07-13kconfig/nconf: prevent segfault on empty menuArnaud Lacombe-1/+6
2011-07-13kconfig/nconf: use the generic menu_get_ext_help()Arnaud Lacombe-13/+1
2011-07-13nconfig: Avoid Wunused-but-set warningRaghavendra D Prabhu-2/+0
2011-07-04Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek-22/+39
2011-07-02kconfig/conf: mark xfgets() privateArnaud Lacombe-7/+3
2011-07-02kconfig: remove pending prototypes for kconfig_load()Arnaud Lacombe-3/+0
2011-07-02kconfig/conf: add command line options' descriptionArnaud Lacombe-1/+31
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe-3/+1
2011-07-02kconfig: use calloc() for expr allocationArnaud Lacombe-8/+4
2011-07-01kconfig: introduce specialized printerArnaud Lacombe-128/+266
2011-06-24kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe-1/+1
2011-06-09kconfig: regen parserArnaud Lacombe-173/+200
2011-06-09kconfig: migrate parser to implicit rulesArnaud Lacombe-27/+5
2011-06-09kconfig/zconf.l: do not ask to generate backupArnaud Lacombe-2/+2