aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)AuthorFilesLines
2011-09-09scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputboxGravatar Cheng Renquan 1-0/+8
2011-09-09scripts/kconfig/nconf: fix editing long stringsGravatar Cheng Renquan 1-6/+23
2011-09-09scripts/kconfig/nconf: dynamically alloc dialog_input_resultGravatar Cheng Renquan 3-17/+26
2011-09-09scripts/kconfig/nconf: fix memmove's length argGravatar Cheng Renquan 1-1/+1
2011-09-09scripts/kconfig/nconf: fix typo: unknow => unknownGravatar Cheng Renquan 1-1/+1
2011-08-31Merge branch 'kconfig/for-next' of git://github.com/lacombar/linux-2.6 into k...Gravatar Michal Marek 3-49/+89
2011-08-29kconfig: fix set but not used variablesGravatar Lucas De Marchi 1-2/+1
2011-08-29kconfig: handle SIGINT in menuconfigGravatar Davidlohr Bueso 1-34/+52
2011-08-29kconfig: fix __enabled_ macros definition for invisible and un-selected symbolsGravatar Arnaud Lacombe 1-13/+36
2011-08-19Merge branch 'master/kconfig-localmodconfig' of git://github.com/lacombar/lin...Gravatar Michal Marek 2-29/+21
2011-08-08kconfig: factor code in menu_get_ext_help()Gravatar Arnaud Lacombe 1-6/+4
2011-08-08kbuild: Fix help text not displayed in choice option.Gravatar Srinivas Kandagatla 1-4/+3
2011-08-08kconfig/nconf: nuke unreferenced `nohelp_text'Gravatar Arnaud Lacombe 1-2/+0
2011-08-08kconfig/streamline_config.pl: merge local{mod,yes}configGravatar Arnaud Lacombe 1-17/+1
2011-08-08kconfig/streamline_config.pl: use options to determine operating modeGravatar Arnaud Lacombe 2-3/+15
2011-08-08kconfig/streamline_config.pl: directly access LSMOD from the environmentGravatar Arnaud Lacombe 2-12/+8
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 21-259/+323
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Gravatar Michal Marek 1-57/+14
2011-07-25xconfig: Abort close if configuration cannot be savedGravatar Michal Marek 2-4/+11
2011-07-18kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hGravatar Arnaud Lacombe 1-5/+21
2011-07-13kconfig/nconf: remove useless conditionnalGravatar Arnaud Lacombe 1-4/+1
2011-07-13kconfig/nconf: prevent segfault on empty menuGravatar Arnaud Lacombe 1-1/+6
2011-07-13kconfig/nconf: use the generic menu_get_ext_help()Gravatar Arnaud Lacombe 1-13/+1
2011-07-13nconfig: Avoid Wunused-but-set warningGravatar Raghavendra D Prabhu 1-2/+0
2011-07-04Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Gravatar Michal Marek 3-22/+39
2011-07-02kconfig/conf: mark xfgets() privateGravatar Arnaud Lacombe 2-7/+3
2011-07-02kconfig: remove pending prototypes for kconfig_load()Gravatar Arnaud Lacombe 1-3/+0
2011-07-02kconfig/conf: add command line options' descriptionGravatar Arnaud Lacombe 1-1/+31
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Gravatar Arnaud Lacombe 1-3/+1
2011-07-02kconfig: use calloc() for expr allocationGravatar Arnaud Lacombe 1-8/+4
2011-07-01kconfig: introduce specialized printerGravatar Arnaud Lacombe 4-128/+266
2011-06-24kconfig: do not overwrite symbol direct dependency in assignmentGravatar Arnaud Lacombe 1-1/+1
2011-06-09kconfig: regen parserGravatar Arnaud Lacombe 4-173/+200
2011-06-09kconfig: migrate parser to implicit rulesGravatar Arnaud Lacombe 3-27/+5
2011-06-09kconfig/zconf.l: do not ask to generate backupGravatar Arnaud Lacombe 1-2/+2
2011-06-09kconfig: kill no longer needed reference to YYDEBUGGravatar Arnaud Lacombe 2-10/+0
2011-06-09kconfig: constify `kconf_id_lookup'Gravatar Arnaud Lacombe 4-8/+8
2011-06-08Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Gravatar Michal Marek 19-112/+26
2011-06-06kconfig/gconf: silent missing prototype warningsGravatar Arnaud Lacombe 1-1/+2
2011-06-06kconfig/gconf: kill deadcodeGravatar Arnaud Lacombe 1-33/+0
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftGravatar Arnaud Lacombe 17-76/+9
2011-06-06kconfig: nuke reference to SWIGGravatar Arnaud Lacombe 1-3/+0
2011-06-06kconfig: add missing <stdlib.h> inclusionGravatar Arnaud Lacombe 1-0/+1
2011-06-06kconfig: add missing <ctype.h> inclusionGravatar Arnaud Lacombe 1-0/+1
2011-06-06kconfig: add missing <stdarg.h> inclusionGravatar Arnaud Lacombe 3-0/+3
2011-06-06kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()Gravatar Arnaud Lacombe 1-1/+1
2011-06-06kconfig: annotate non-trivial fall-troughGravatar Arnaud Lacombe 4-0/+11
2011-05-25Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfigGravatar Michal Marek 1-3/+2
2011-05-25kconfig: Only generate config_is_xxx for bool and tristate optionsGravatar Michal Marek 1-5/+3
2011-05-25xconfig: merge code path to conf_write()Gravatar Arnaud Lacombe 1-3/+2