Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b5cf88e46badea6d600d8515edea23814e03444d
/
scripts
/
kconfig
/
menu.c
2d56030
kconfig: Fix warning "‘jump’ may be used uninitialized"
by Peter Kümmel
· 10 years ago
bb66fc6
kbuild: trivial - use tabs for code indent where possible
by Masahiro Yamada
· 10 years ago
5d2acfc
kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT
by Josh Triplett
· 11 years ago
503c823
kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len
by Martin Walch
· 11 years ago
57540f1d
kconfig: adjust warning message for conflicting types
by Martin Walch
· 11 years ago
8d9dfe8
kconfig: fix trivial typos and update mconf documentation
by Martin Walch
· 11 years ago
e062781
kconfig: do not allow more than one symbol to have 'option modules'
by Yann E. MORIN
· 11 years ago
6902dcc
kconfig: do not special-case 'MODULES' symbol
by Yann E. MORIN
· 11 years ago
b202c0d
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 11 years ago
1278ebd
mconf/nconf: mark empty menus/menuconfigs different from non-empty ones
by Dirk Gouders
· 11 years ago
e983b7b
kconfig/menu.c: fix multiple references to expressions in menu_add_prop()
by Dirk Gouders
· 11 years ago
383da76
menuconfig: fix NULL pointer dereference when searching a symbol
by Li Zefan
· 11 years ago
bcdedcc
menuconfig: print more info for symbol without prompts
by Wengmeiling
· 12 years ago
e3900e7
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
by Michal Marek
· 12 years ago
177acf7
kconfig: Fix malloc handling in conf tools
by Alan Cox
· 12 years ago
bad9955
menuconfig: Replace CIRCLEQ by list_head-style lists.
by Benjamin Poirier
· 12 years ago
95ac9b3
menuconfig: Assign jump keys per-page instead of globally
by Benjamin Poirier
· 12 years ago
5e609ad
menuconfig: Add jump keys to search results
by Benjamin Poirier
· 12 years ago
57e6292
kconfig: factor code in menu_get_ext_help()
by Arnaud Lacombe
· 13 years ago
3f198df
kbuild: Fix help text not displayed in choice option.
by Srinivas Kandagatla
· 13 years ago
ec6452a
kconfig: do not overwrite symbol direct dependency in assignment
by Arnaud Lacombe
· 13 years ago
5a6f8d2
kconfig: nuke LKC_DIRECT_LINK cruft
by Arnaud Lacombe
· 13 years ago
dd00330
kconfig: add missing <ctype.h> inclusion
by Arnaud Lacombe
· 13 years ago
10a4b27
kconfig: add missing <stdarg.h> inclusion
by Arnaud Lacombe
· 13 years ago
f28b1c8
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 14 years ago
7ad1227
kconfig: fix undesirable side effect of adding "visible" menu attribute
by Jan Beulich
· 14 years ago
ab60bd0
kconfig: add more S_INT and S_HEX consistency checks
by Arnaud Lacombe
· 14 years ago
86e187f
kconfig: add an option to determine a menu's visibility
by Arnaud Lacombe
· 14 years ago
239060b
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
by Michal Marek
· 14 years ago
ff5ff60
kconfig: delay symbol direct dependency initialization
by Arnaud Lacombe
· 14 years ago
ba6ff60
kconfig: don't emit warning upon rootmenu's prompt redefinition
by Arnaud Lacombe
· 14 years ago
652cf98
kconfig: rephrase help texts/comments not to include the package name
by Arnaud Lacombe
· 14 years ago
ffb5957
kconfig: allow build-time definition of the internal config prefix
by Arnaud Lacombe
· 14 years ago
59e89e3
kconfig: save location of config symbols
by Sam Ravnborg
· 14 years ago
246cf9c
kbuild: Warn on selecting symbols with unmet direct dependencies
by Catalin Marinas
· 14 years ago
3fb9acb
kconfig: fix to tag NEW symbols correctly
by Li Zefan
· 15 years ago
70ed074
kconfig: print the range of integer/hex symbol in help text
by Li Zefan
· 15 years ago
b040b44
kconfig: print symbol type in help text
by Li Zefan
· 15 years ago
22c7eca
menuconfig: add support to show hidden options which have prompts
by Li Zefan
· 15 years ago
4280eae
kconfig: some small fixes
by Li Zefan
· 15 years ago
692d97c
kconfig: new configuration interface (nconfig)
by nir.tzachar@gmail.com
· 15 years ago
4356f48
kbuild: add static to prototypes
by Trevor Keith
· 15 years ago
4779105
kconfig: make use of menu_get_ext_help in gconfig
by Cheng Renquan
· 15 years ago
6bd5999
kconfig: add menu_get_ext_help function to display more information
by Cheng Renquan
· 15 years ago
5a1aa8a
kconfig: add named choice group
by Roman Zippel
· 17 years ago
603d498
kconfig: ignore select of unknown symbol
by Sam Ravnborg
· 17 years ago
f5eaa32
kconfig: tristate choices with mixed tristate and boolean values
by Jan Beulich
· 17 years ago
9344908
kconfig: environment symbol support
by Roman Zippel
· 17 years ago
7a96292
kconfig: explicitly introduce expression list
by Roman Zippel
· 17 years ago
01771b0
kconfig: macro fix in menu.c
by EGRY Gabor
· 17 years ago
e8b8c97
Revert "kconfig: tristate choices with mixed tristate and boolean values"
by Linus Torvalds
· 17 years ago
a5bf3d8
kconfig: tristate choices with mixed tristate and boolean values
by Jan Beulich
· 17 years ago
03d2912
kconfig: attach help text to menus
by Sam Ravnborg
· 17 years ago
1e093ec
kconfig: correct minor typo in Kconfig warning message.
by Robert P. J. Day
· 18 years ago
f001f7f
kconfig: warn about leading whitespace for menu prompts
by Roman Zippel
· 18 years ago
face437
kconfig: add defconfig_list/module option
by Roman Zippel
· 18 years ago
f6a88aa
kconfig: add symbol option config syntax
by Roman Zippel
· 18 years ago
a02f057
[PATCH] kconfig: improve error handling in the parser
by Roman Zippel
· 19 years ago
4cf3cbe
[PATCH] kconfig: allow variable argumnts for range
by Roman Zippel
· 19 years ago
fb7f6ff
[PATCH] kconfig: trivial cleanup
by blaisorblade@yahoo.it
· 19 years ago
3b9fa09
[PATCH] Kconfig i18n support
by Arnaldo Carvalho de Melo
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago