aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-02kconfig/conf: mark xfgets() privateArnaud Lacombe2-7/+3
2011-07-02kconfig: remove pending prototypes for kconfig_load()Arnaud Lacombe1-3/+0
2011-07-02kconfig/conf: add command line options' descriptionArnaud Lacombe1-1/+31
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe1-3/+1
2011-07-02kconfig: use calloc() for expr allocationArnaud Lacombe1-8/+4
2011-06-06kconfig/gconf: silent missing prototype warningsArnaud Lacombe1-1/+2
2011-06-06kconfig/gconf: kill deadcodeArnaud Lacombe1-33/+0
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe17-76/+9
2011-06-06kconfig: nuke reference to SWIGArnaud Lacombe1-3/+0
2011-06-06kconfig: add missing <stdlib.h> inclusionArnaud Lacombe1-0/+1
2011-06-06kconfig: add missing <ctype.h> inclusionArnaud Lacombe1-0/+1
2011-06-06kconfig: add missing <stdarg.h> inclusionArnaud Lacombe3-0/+3
2011-06-06kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()Arnaud Lacombe1-1/+1
2011-06-06kconfig: annotate non-trivial fall-troughArnaud Lacombe4-0/+11
2011-05-25xconfig: merge code path to conf_write()Arnaud Lacombe1-3/+2
2011-05-24kconfig: do not record timestamp in .configArnaud Lacombe1-11/+1
2011-05-24gconfig: Hide unused left treeview when start up the interfaceEduardo Silva1-2/+6
2011-05-24gconfig: enable rules hint for main treeviewsEduardo Silva1-2/+2
2011-04-29kconfig: quiet commands when V=0Peter Foley1-2/+2
2011-04-29kconfig: change update-po-config to reflect new layout of arch/umPeter Foley1-2/+2
2011-04-29kconfig: make update-po-config work in KBUILD_OUTPUTPeter Foley1-7/+9
2011-04-29kconfig: rearrange clean-filesPeter Foley1-2/+2
2011-04-29kconfig: change gconf to modify hostprogs-y like nconf and mconfPeter Foley1-2/+3
2011-04-29kconfig: change qconf to modify hostprogs-y like nconf and mconfPeter Foley1-3/+4
2011-04-29kconfig: only build kxgettext when neededPeter Foley1-1/+5
2011-04-19nconfig: Silence unused return values from wattrsetStephen Boyd1-7/+7
2011-04-18kconfig: Do not record timestamp in auto.conf and autoconf.hMichal Marek1-6/+2
2011-04-15kconfig: get rid of unused flagsYann E. MORIN3-12/+0
2011-04-15kconfig: allow multiple inclusion of the same fileYann E. MORIN2-20/+38
2011-04-08kconfig: Avoid buffer underrun in choice inputBen Hutchings1-1/+1
2011-02-08trivial: Fix Steven's Copyright typosUwe Kleine-König1-1/+1
2011-01-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds8-32/+84
2011-01-07nconf: handle comment entries within choice/endchoicePeter Korsgaard1-2/+6
2010-12-29kconfig: fix undesirable side effect of adding "visible" menu attributeJan Beulich1-0/+14
2010-12-27kconfig: fix warningArnaud Lacombe1-0/+1
2010-12-21kconfig: Make expr_copy() take a const argumentMichal Marek2-2/+2
2010-12-21kconfig: simplify select-with-unmet-direct-dependency warningArnaud Lacombe2-1/+47
2010-12-15kconfig: add more S_INT and S_HEX consistency checksArnaud Lacombe1-3/+12
2010-12-15kconfig: fix `zconfdebug' extern declarationArnaud Lacombe1-2/+4
2010-12-15kconfig/conf: merge duplicate switch's caseArnaud Lacombe1-2/+0
2010-12-15kconfig: fix typosArnaud Lacombe2-4/+4
2010-12-15kbuild/gconf: add dummy inline for bind_textdomain_codeset()Arnaud Lacombe1-0/+1
2010-12-15kbuild/nconf: fix spaces damageArnaud Lacombe1-1/+1
2010-12-15kconfig: nuke second argument of conf_write_symbol()Arnaud Lacombe1-13/+5
2010-12-15kconfig: do not define AUTOCONF_INCLUDEDArnaud Lacombe1-2/+1
2010-11-22kconfig: regen parserArnaud Lacombe2-334/+358
2010-11-22kconfig: add an option to determine a menu's visibilityArnaud Lacombe5-3/+32
2010-11-01kconfig: sym_expand_string_value: allow for string termination when reallocingAndy Whitcroft1-1/+1
2010-10-29kconfig: Have streamline_config process menuconfigs tooSteven Rostedt1-2/+2
2010-10-29kconfig: Fix streamline_config to read multi line deps in Kconfig filesSteven Rostedt1-1/+18