carl9170fw.git
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
2019-02-10 Christian Lampartercarl9170 toolchain: update newlib, mpfr and binutils
2018-07-28 Jason Selfcarl9170 toolchain: Update binutils and GCC
2018-05-02 Christian Lampartercarl9170 toolchain: update to gcc 8.1.0
2018-05-02 Christian Lampartercarl9170 firmware: fix [-Wpacked-not-aligned] warnings
2018-02-09 Christian Lampartercarl9170 toolchain: update binutils and mpfr
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... License cleanup: add SPDX GPL-2.0 license identifier...
2018-01-26 Christian Lampartercarl9170 firmware: remove explicit language standard...
2018-01-26 Christian Lampartercarl9170 firmware tools: remove old gcc >= 4.4 check
2018-01-26 Christian Lampartercarl9170 firmware toolchain: update gcc, newlib, binuti...
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
2017-11-05 Avraham Sternieee80211: Add WFA TPC report element OUI type
2017-11-05 Peter Ohieee80211: update public action codes
2017-11-05 Avraham Sterncfg80211: support 4-way handshake offloading for 802.1X
2017-11-05 Eliad Pellercfg80211: support 4-way handshake offloading for WPA...
2017-11-05 Avraham Sternmac80211: Add support for BSS max idle period element
2017-11-05 Johannes Bergieee80211: fix kernel-doc parsing errors
2017-11-05 Luca Coelhoieee80211: add FT-802.1X AKM suite selector
2017-11-05 Luca Coelhoieee80211: add SUITE_B AKM selectors
2017-11-05 Vidyullatha... cfg80211: Add support for FILS shared key authenticatio...
2017-11-05 Johannes Bergieee80211: define HT operation CCFS2 field
2017-11-05 Johannes Bergieee80211: rename CCFS1/CCFS2 to CCFS0/CCFS1
2017-11-05 Avraham Sternieee80211: add FT-PSK AKM suite selector
2017-11-05 Johannes Bergnl80211: add HT/VHT capabilities to AP parameters
2017-11-05 Johannes Bergwireless: define cipher/AKM suites using a macro
2017-11-05 Johannes Bergwireless: move IEEE80211_NUM_ACS to ieee80211.h
2017-11-05 Jouni Malinencfg80211: Add KEK/nonces for FILS association frames
2017-11-05 Jouni Malinencfg80211: Add Fast Initial Link Setup (FILS) auth algs
2017-11-05 Jouni Malinencfg80211: Define IEEE P802.11ai (FILS) information...
next