kconfig: don't crash on NULL expressions in expr_eq()
[carl9170fw.git] / config /
2020-02-01 Thomas Hebbkconfig: don't crash on NULL expressions in expr_eq()
2020-02-01 Laura Abbottkconfig: Add option to get the full help text with...
2020-02-01 Masahiro Yamadakconfig: split util.c out of parser.y
2019-09-27 Christian Lampartercarl9170: config: update CMakeFiles
2019-09-27 M. Vefa Bicakcikconfig: Clear "written" flag to avoid data loss
2019-09-27 Masahiro Yamadakconfig: fix missing choice values in auto.conf
2019-09-27 Masahiro Yamadakconfig: remove meaningless if-conditional in conf_read()
2019-09-27 Marco Ammonkconfig: Fix spelling of sym_is_changable
2019-09-27 Mauro Carvalho Chehabdocs: kbuild: convert docs to ReST and rename to *.rst
2019-09-27 Masahiro Yamadakconfig: add static qualifier to expand_string()
2019-09-27 Masahiro Yamadakconfig: require the argument of --defconfig
2019-09-27 Alexander Popovkconfig: Terminate menu blocks with a comment in the...
2019-09-27 Masahiro Yamadakconfig: make conf_get_autoconfig_name() static
2019-09-27 Jacob Garberkconfig: use snprintf for formatting pathnames
2019-09-27 Masahiro Yamadakconfig: remove useless NULL pointer check in conf_writ...
2019-09-27 Masahiro Yamadakconfig: make parent directories for the saved .config...
2019-09-27 Masahiro Yamadakconfig: do not write .config if the content is the...
2019-09-27 Masahiro Yamadakconfig: do not accept a directory for configuration...
2019-09-27 Masahiro Yamadakbuild: move ".config not found!" message from Kconfig...
2019-09-27 Masahiro Yamadakconfig: rename zconf.y to parser.y
2019-09-27 Masahiro Yamadakconfig: rename zconf.l to lexer.l
2019-03-04 Christian Lampartercarl9170 firmware: config: fix missing lkc_proto.h...
2019-03-04 Christian Lampartercarl9170: config: re-add config.cmake
2019-02-10 Masahiro Yamadakconfig: remove unused "file" field of yylval union
2019-02-10 Masahiro Yamadakconfig: split the lexer out of zconf.y
2019-02-10 Christian Lampartercarl9170: config: fix patching errors and update CMakeFiles
2019-02-10 Masahiro Yamadakconfig: split some C files out of zconf.y
2019-02-10 Masahiro Yamadakconfig: convert to SPDX License Identifier
2019-02-10 Masahiro Yamadakconfig: remove keyword lookup table entirely
2019-02-10 Masahiro Yamadakconfig: update current_pos in the second lexer
2019-02-10 Masahiro Yamadakconfig: switch to ASSIGN_VAL state in the second lexer
2019-02-10 Masahiro Yamadakconfig: stop associating kconf_id with yylval
2019-02-10 Masahiro Yamadakconfig: refactor end token rules
2019-02-10 Masahiro Yamadakconfig: stop supporting '.' and '/' in unquoted words
2019-02-10 Masahiro Yamadakconfig: use T_WORD instead of T_VARIABLE for variables
2019-02-10 Masahiro Yamadakconfig: use specific tokens instead of T_ASSIGN for...
2019-02-10 Masahiro Yamadakconfig: refactor scanning and parsing "option" properties
2019-02-10 Masahiro Yamadakconfig: use distinct tokens for type and default prope...
2019-02-10 Masahiro Yamadakconfig: remove redundant token defines
2019-02-10 Masahiro Yamadakconfig: rename depends_list to comment_option_list
2019-02-10 Masahiro Yamadakconfig: loosen the order of "visible" and "depends...
2019-02-10 Masahiro Yamadakconfig: remove redundant menu_block rule
2019-02-10 Masahiro Yamadakconfig: remove redundant if_block rule
2019-02-10 Masahiro Yamadakconfig: remove grammatically ambiguous option_error
2019-02-10 Masahiro Yamadakconfig: remove grammatically ambiguous "unexpected...
2019-02-10 Masahiro Yamadakconfig: warn no new line at end of file
2019-02-10 Masahiro Yamadakconfig: clean up EOF handling in the lexer
2019-02-10 Masahiro Yamadakconfig: fix ambiguous grammar in terms of new lines
2019-02-10 Masahiro Yamadakconfig: refactor pattern matching in STRING state
2019-02-10 Masahiro Yamadakconfig: remove unneeded pattern matching to whitespaces
2019-02-10 Masahiro Yamadakconfig: require T_EOL to reduce visible statement
2019-02-10 Masahiro Yamadakconfig: fix memory leak when EOF is encountered in...
2019-02-10 Masahiro Yamadakconfig: fix file name and line number of warn_ignored_...
2019-02-10 Masahiro Yamadakconfig: remove k_invalid from expr_parse_string()...
2019-02-10 Masahiro Yamadakconfig: remove S_OTHER symbol type and correct depende...
2019-02-10 Masahiro Yamadakconfig: split out code touching a file to conf_touch_dep()
2019-02-10 Masahiro Yamadakconfig: rename conf_split_config() to conf_touch_deps()
2019-02-10 Masahiro Yamadakconfig: remove unneeded setsym label in conf_read_simple()
2019-02-10 Masahiro Yamadakconfig: remove oldnoconfig target
2019-02-10 Masahiro Yamadakconfig: suppress "configuration written to .config...
2019-02-10 Masahiro Yamadakconfig: improve the recursive dependency report
2019-02-10 Masahiro Yamadakconfig: report recursive dependency involving 'imply'
2019-02-10 Masahiro Yamadakconfig: error out when seeing recursive dependency
2019-02-10 Masahiro Yamadakconfig: remove P_ENV property type
2019-02-10 Masahiro Yamadakconfig: remove unused sym_get_env_prop() function
2019-02-10 Masahiro Yamadakconfig: fix the rule of mainmenu_stmt symbol
2019-02-10 Masahiro Yamadakconfig: allow all config targets to write auto.conf...
2019-02-10 Masahiro Yamadakconfig: make syncconfig update .config regardless...
2019-02-10 Masahiro Yamadakconfig: create directories needed for syncconfig by...
2019-02-10 Masahiro Yamadakconfig: split out useful helpers in confdata.c
2019-02-10 Masahiro Yamadakconfig: rename file_write_dep and move it to confdata.c
2019-02-10 Masahiro Yamadakconfig: handle format string before calling conf_messa...
2019-02-10 Dirk Gouderskconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
2019-02-10 Jerry Jameskconfig: loop boundary condition fix
2019-02-10 Dirk Gouderskconfig: handle P_SYMBOL in print_symbol()
2019-02-10 Dirk Gouderskconfig: fix line numbers for if-entries in menu tree
2019-02-10 Nathan Chancellorkconfig: Avoid format overflow warning from GCC 8.1
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
next