wifi: ieee80211: correctly mark FTM frames non-bufferable
[carl9170fw.git] / config /
2022-09-29 Christian Lamparterbuild: set cmake min version to 3.0 to fix deprecation...
2021-02-05 Masahiro Yamadakconfig: fix return value of do_error_if()
2021-02-05 Boris Kolpackovkconfig: clean up header inclusion
2021-02-05 Boris Kolpackovkconfig: make lkc.h self-sufficient #include-wise
2021-02-05 Masahiro Yamadakconfig: qconf: fix incomplete type 'struct gstr' warning
2021-02-05 Masahiro Yamadakconfig: add 'static' to some file-local data
2021-02-05 Masahiro Yamadakconfig: remove '---help---' support
2021-02-05 Masahiro Yamadakconfig: allow only 'config', 'comment', and 'if' insid...
2021-02-05 Masahiro Yamadakconfig: do not assign a variable in the return statement
2021-02-05 Masahiro Yamadakconfig: do not use OR-assignment for zero-cleared...
2021-02-05 Masahiro Yamada.gitignore: add SPDX License Identifier
2021-02-05 Masahiro Yamadakconfig: make 'imply' obey the direct dependency
2021-02-05 Masahiro Yamadakconfig: allow symbols implied by y to become m
2021-02-05 Tetsuo Handakconfig: Invalidate all symbols after changing to y...
2021-02-05 Masahiro Yamadakconfig: fix broken dependency in randconfig-generated...
2021-02-05 Thomas Hebbkconfig: fix nesting of symbol help text
2021-02-05 Thomas Hebbkconfig: distinguish between dependencies and visibilit...
2021-02-05 Thomas Hebbkconfig: list all definitions of a symbol in help text
2021-02-05 Tetsuo Handakconfig: Add yes2modconfig and mod2yesconfig targets.
2021-02-05 Masahiro Yamadakconfig: squash prop_alloc() into menu_add_prop()
2021-02-05 Masahiro Yamadakconfig: remove sym from struct property
2021-02-05 Masahiro Yamadakconfig: remove 'prompt' argument from menu_add_prop()
2021-02-05 Masahiro Yamadakconfig: move prompt handling to menu_add_prompt()...
2021-02-05 Masahiro Yamadakconfig: remove 'prompt' symbol
2021-02-05 Masahiro Yamadakconfig: drop T_WORD from the RHS of 'prompt' symbol
2021-02-05 Masahiro Yamadakconfig: use parent->dep as the parentdep of 'menu'
2021-02-05 Masahiro Yamadakconfig: remove the rootmenu check in menu_add_prop()
2021-02-05 Masahiro Yamadakbuild: create modules.builtin without Makefile.modbuil...
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...
next