]> git.sur5r.net Git - kconfig-frontends/blob - scripts/ksync.log
Synchronise with v4.3
[kconfig-frontends] / scripts / ksync.log
1 MCA: delete all remaining traces of microchannel bus support.
2 scripts/config: properly report and set string options
3 kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.
4 kconfig: Add error handling to KCONFIG_ALLCONFIG
5 nconf: add u, d command keys in scroll windows
6 menuconfig: add u, d, q command keys in text boxes
7 scripts/config: fix double-quotes un-escaping
8 kconfig: allow long lines in config file
9 kconfig/nconf: fix compile with ncurses reentrant API
10 scripts/config: add option to undef a symbol
11 scripts/config: allow alternate prefix to config option symbol
12 scripts/config: add option to not upper-case symbols
13 kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as an alias
14 menuconfig: Assign jump keys per-page instead of globally
15 menuconfig: Do not open code textbox scroll up/down
16 menuconfig: Add jump keys to search results
17 menuconfig: Extend dialog_textbox so that it can return to a scrolled position
18 menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypresses
19 menuconfig: Remove superfluous conditionnal
20 kconfig: document oldnoconfig to what it really does in conf.c
21 kconfig/mconf.c: revision of curses initialization.
22 menuconfig: Replace CIRCLEQ by list_head-style lists.
23 scripts/config: Fix wrong "shift" for --keep-case
24 kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.new
25 kconfig: nconf: rewrite labels of function keys line
26 kconfig: nconf: rewrite help texts
27 kconfig: fix a compiliation error when using make xconfig
28 nconf: function keys line, change background color for better readability
29 menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an Alternate"
30 menuconfig: Add Save/Load buttons
31 kconfig:lxdialog: remove duplicate code
32 menuconfig:inputbox: support navigate input position
33 kconfig: document use of CONFIG_ environment variable
34 merge_config.sh: Add option to specify output dir
35 Revert "kconfig-language: add to hints"
36 kconfig: Fix malloc handling in conf tools
37 kconfig: get CONFIG_ prefix from the environment
38 kconfig: add a function to get the CONFIG_ prefix
39 kconfig: remove CONFIG_ from string constants
40 menuconfig: fix NULL pointer dereference when searching a symbol
41 menuconfig: print more info for symbol without prompts
42 kconfig: fix lists definition for C++
43 Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG"
44 kconfig: implement KCONFIG_PROBABILITY for randconfig
45 kconfig: allow specifying the seed for randconfig
46 kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG
47 kconfig: do not override symbols already set
48 kconfig: fix randconfig tristate detection
49 menuconfig: Add "breadcrumbs" navigation aid
50 menuconfig: Fix memory leak introduced by jump keys feature
51 merge_config.sh: Avoid creating unnessary source softlinks
52 57a9c76 scripts/config: fix assignment of parameters for short version of --*-after options
53 063f466 mconf: handle keys in empty dialogs
54 e983b7b kconfig/menu.c: fix multiple references to expressions in menu_add_prop()
55 40b3136 Finally eradicate CONFIG_HOTPLUG
56 fbe98bb kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on
57 851f665 kconfig/lxdialog: Add definitions for mininimum (re)size values
58 ff7b0c2 kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()
59 1376391 kconfig/lxdialog: handle newline characters in print_autowrap()
60 4f2de3e mconf: use function calls instead of ncurses' variables LINES and COLS
61 e0b4260 nconf: use function calls instead of ncurses' variables LINES and COLS
62 1278ebd mconf/nconf: mark empty menus/menuconfigs different from non-empty ones
63 7387778 scripts/config: replace hard-coded script name by a dynamic value
64 e6abf12 kconfig/conf: fix randconfig setting multiple symbols in a choice
65 e85ac12 kconfig/conf: accept a base-16 seed for randconfig
66 a5f6d79 kconfig/conf: print the seed used to initialise the RNG for randconfig
67 193b40a kconfig: sort found symbols by relevance
68 a1ce636 kconfig/[mn]conf: make it explicit in the search box that a regexp is possible
69 3b9a19e kconfig: loop as long as we changed some symbols in randconfig
70 8357b48 kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG
71 490f161 Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG"
72 b57caaa kconfig: allow "hex" and "range" to support longs
73 9e554dd Documentation/kconfig: more concise and straightforward search explanation
74 26e933e kconfig: avoid multiple calls to strlen
75 f6eb6e4 kconfig/[mn]conf: shorten title in search-box
76 803b351 kconfig: minor style fixes in symbol-search code
77 1407f97 kconfig: don't allocate n+1 elements in temporary array
78 508382a kconfig: simplify symbol-search code
79 129784a kconfig: switch to "long long" for sanity
80 83e8b90 scripts/config: use sed's POSIX interface
81 04b19b7 kconfig: silence warning when parsing auto.conf when a symbol has changed type
82 6bf2e84 diffconfig: Gracefully exit if the default config files are not present
83 c8272fa diffconfig: Update script to support python versions 2.5 through 3.3
84 6902dcc kconfig: do not special-case 'MODULES' symbol
85 e062781 kconfig: do not allow more than one symbol to have 'option modules'
86 86eb781 scripts/config: fix variable substitution command
87 560909d Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig
88 31bfb10 kconfig: add short explanation to SYMBOL_WRITE
89 8d9dfe8 kconfig: fix trivial typos and update mconf documentation
90 57540f1d kconfig: adjust warning message for conflicting types
91 3381960 kconfig: remove unused definition from scanner
92 503c823 kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len
93 00d4f8f xconfig: Fix the filename for GUI settings
94 5d2acfc kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT
95 7eb6e34 kbuild: trivial - remove trailing empty lines
96 bb66fc6 kbuild: trivial - use tabs for code indent where possible
97 c40724d kconfig: lxdialog: fix spelling
98 3943f42 Replace mentions of "list_struct" to "list_head"
99 2d56030 kconfig: Fix warning "‘jump’ may be used uninitialized"
100 e4e458b calloc/xcalloc: Fix argument order
101 09950bc merge_config.sh: Display usage if given too few arguments
102 b6a2ab2 kconfig: use va_end to match corresponding va_start
103 6cd176a vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
104 4980bdf kconfig: fix a misspelling in scripts/kconfig/merge_config.sh
105 70529b1 kconfig: Get rid of the P() macro in headers
106 4631574 kconfig: Remove dead code
107 ad8d40c kconfig: Remove unnecessary prototypes from headers
108 b9fe99c kbuild: mergeconfig: move an error check to merge_config.sh
109 3a975b8 merge_config.sh: improve indentation
110 bc8f8f5 merge_config.sh: rename MAKE to RUNMAKE
111 0a1f00a kconfig: Do not print status messages in make -s mode
112 e911503 Kconfig: Remove bad inference rules expr_eliminate_dups2()
113 2e0d737 kconfig: don't silently ignore unhandled characters
114 31847b6 kconfig: allow use of relations other than (in)equality
115 35ffd08 kconfig: Delete unnecessary checks before the function call "sym_calc_value"
116 c226456 kconfig: warn of unhandled characters in Kconfig commands
117 78a6854 merge_config.sh: exit on missing input files