kconfig: error out if a recursive variable references itself
[carl9170fw.git] / config /
2019-02-10 Masahiro Yamadakconfig: error out if a recursive variable references...
2019-02-10 Masahiro Yamadakconfig: add 'filename' and 'lineno' built-in variables
2019-02-10 Masahiro Yamadakconfig: add 'info', 'warning-if', and 'error-if' built...
2019-02-10 Masahiro Yamadakconfig: expand lefthand side of assignment statement
2019-02-10 Masahiro Yamadakconfig: support append assignment operator
2019-02-10 Masahiro Yamadakconfig: support simply expanded variable
2019-02-10 Masahiro Yamadakconfig: support user-defined function and recursively...
2019-02-10 Masahiro Yamadakconfig: begin PARAM state only when seeing a command...
2019-02-10 Masahiro Yamadakconfig: add 'shell' built-in function
2019-02-10 Masahiro Yamadakconfig: add built-in function support
2019-02-10 Masahiro Yamadakconfig: make default prompt of mainmenu less specific
2019-02-10 Masahiro Yamadakconfig: remove sym_expand_string_value()
2019-02-10 Masahiro Yamadakconfig: remove string expansion for mainmenu after...
2019-02-10 Masahiro Yamadakconfig: remove string expansion in file_lookup()
2019-02-10 Masahiro Yamadakconfig: reference environment variables directly and...
2019-02-10 Sam Ravnborgkconfig: drop localization support
2019-02-10 Don Zickuskconfig: extend output of 'listnewconfig'
2019-02-10 Masahiro Yamadakconfig: use yylineno option instead of manual lineno...
2019-02-10 Masahiro Yamadakconfig: detect recursive inclusion earlier
2019-02-10 Masahiro Yamadakconfig: remove duplicated file name and lineno of...
2019-02-10 Masahiro Yamadakconfig: make unmet dependency warnings readable
2019-02-10 Masahiro Yamadakconfig: warn unmet direct dependency of tristate symbo...
2019-02-10 Masahiro Yamadakconfig: hide irrelevant sub-menus for oldconfig
2019-02-10 Masahiro Yamadakconfig: remove redundant input_mode test for check_con...
2019-02-10 Masahiro Yamadakconfig: remove unneeded input_mode test in conf()
2019-02-10 Masahiro Yamadakconfig: do not call check_conf() for olddefconfig
2019-02-10 Ulf Magnussonkconfig: only write '# CONFIG_FOO is not set' for visib...
2019-02-10 Eugeniu Roscakconfig: Print reverse dependencies in groups
2019-02-10 Masahiro Yamadakconfig: clean-up reverse dependency help implementation
2019-02-10 Masahiro Yamadakconfig: fix line number in recursive inclusion error...
2019-02-10 Masahiro Yamadakconfig: Don't leak choice names during parsing
2019-02-10 Masahiro Yamadakconfig: set SYMBOL_AUTO to the symbol marked with...
2019-02-10 Masahiro Yamadakconfig: add xstrdup() helper
2019-02-10 Masahiro Yamadakconfig: remove const qualifier from sym_expand_string_...
2019-02-10 Masahiro Yamadakconfig: add xrealloc() helper
2019-02-10 Masahiro Yamadakconfig: send error messages to stderr
2019-02-10 Masahiro Yamadakconfig: echo stdin to stdout if either is redirected
2019-02-10 Masahiro Yamadakconfig: remove check_stdin()
2019-02-10 Masahiro Yamadakconfig: show '?' prompt even if no help text is available
2019-02-10 Masahiro Yamadakconfig: do not write choice values when their dependen...
2019-02-10 Ulf Magnussonkconfig: Warn if help text is blank
2019-02-10 Petr Vorelkconfig: make "Selected by:" and "Implied by:" readable
2019-02-10 Ulf Magnussonkconfig: Clarify menu and 'if' dependency propagation
2019-02-10 Ulf Magnussonkconfig: Document 'if' flattening logic
2019-02-10 Ulf Magnussonkconfig: Clarify choice dependency propagation
2019-02-10 Ulf Magnussonkconfig: Document SYMBOL_OPTIONAL logic
2019-02-10 Masahiro Yamadakconfig: use default 'yy' prefix for lexer and parser
2019-02-10 Masahiro Yamadakconfig: make conf_unsaved a local variable of conf_read()
2019-02-10 Masahiro Yamadakconfig: make xfgets() really static
2019-02-10 Masahiro Yamadakconfig: make input_mode static
2019-02-10 Ulf Magnussonkconfig: Warn if there is more than one help text
2019-02-10 Masahiro Yamadakconfig: drop 'boolean' keyword
2019-02-10 Ulf Magnussonkconfig: Remove menu_end_entry()
2019-02-10 Ulf Magnussonkconfig: Document important expression functions
2019-02-10 Ulf Magnussonkconfig: Document automatic submenu creation code
2019-02-10 Ulf Magnussonkconfig: Fix choice symbol expression leak
2019-02-10 Ulf Magnussonkconfig: Fix expr_free() E_NOT leak
2019-02-10 Ulf Magnussonkconfig: Fix automatic menu creation mem leak
2019-02-10 Ulf Magnussonkconfig: Don't leak main menus during parsing
2019-02-10 Ulf Magnussonkconfig: Don't leak 'option' arguments during parsing
2019-02-10 Ulf Magnussonkconfig: Don't leak 'source' filenames during parsing
2019-02-10 Ulf Magnussonkconfig: Don't leak symbol names during parsing
2019-02-10 Masahiro Yamadakconfig: display recursive dependency resolution hint...
2019-02-10 Ulf Magnussonkconfig: Clean up modules handling and fix crash
2019-02-10 Ulf Magnussonkconfig: Clarify expression rewriting
2019-02-10 Ulf Magnussonkconfig: Rename menu_check_dep() to rewrite_m()
2019-02-10 Ulf Magnussonkconfig: Sync zconf.y with zconf.tab.c_shipped
2019-02-10 Ulf Magnussonkconfig: Document the 'symbol' struct
2019-02-10 Ulf Magnussonkconfig: Document the 'menu' struct
2019-02-10 Ulf Magnussonkconfig: Warn if choice default is not in choice
2018-01-26 Nicolas Pitrekconfig: fix relational operators for bool and tristate...
2018-01-26 Heinrich Schuchardtkconfig/symbol.c: use correct pointer type argument...
2018-01-26 Greg Kroah-HartmanLicense cleanup: add SPDX GPL-2.0 license identifier...
2017-11-05 Linus TorvaldsRemove gperf usage from toolchain
2017-11-05 Nicolas PitreKconfig: Introduce the "imply" keyword
2017-11-05 Dirk Gouderskconfig/symbol.c: handle choice_values that depend...
2017-11-05 Paul Bollekconfig: add unexpected data itself to warning
2016-04-27 Al Virounbreak allmodconfig KCONFIG_ALLCONFIG=...
2016-04-27 Vegard Nossumkconfig: return 'false' instead of 'no' in bool function
2016-04-27 Markus Mayerkconfig: allow kconfig to handle longer path names
2016-04-27 Michal Sojkakconfig: Fix copy&paste error
2016-04-27 Luis R. Rodriguezkbuild: document recursive dependency limitation /...
2016-04-27 Andreas Ruprechtkconfig: warn of unhandled characters in Kconfig commands
2016-04-27 Markus Elfringkconfig: Delete unnecessary checks before the function...
2016-04-27 Jan Beulichkconfig: allow use of relations other than (in)equality
2016-04-27 Jan Beulichkconfig: don't silently ignore unhandled characters
2016-04-27 Martin WalchKconfig: Remove bad inference rules expr_eliminate_dups2()
2015-05-20 Michal Marekkconfig: Do not print status messages in make -s mode
2015-05-20 Michal Marekkconfig: Remove unnecessary prototypes from headers
2015-05-20 Michal Marekkconfig: Remove dead code
2015-05-20 Michal Marekkconfig: Get rid of the P() macro in headers
2015-05-20 Colin Ian Kingkconfig: use va_end to match corresponding va_start
2015-01-01 Peter Kümmelkconfig: Fix warning "‘jump’ may be used uninitialized"
2015-01-01 Andrey UtkinReplace mentions of "list_struct" to "list_head"
2015-01-01 Masahiro Yamadakbuild: trivial - use tabs for code indent where possible
2015-01-01 Masahiro Yamadakbuild: trivial - remove trailing empty lines
2015-01-01 Josh Triplettkconfig: make allnoconfig disable options behind EMBEDD...
2013-12-22 Christian LamparterMerge branch 'master' of git://github.com/chunkeey...
2013-11-23 Martin Walchkconfig: fix bug in search results string: use strlen...
2013-11-23 Martin Walchkconfig: remove unused definition from scanner
next