index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
nconf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-10
kconfig: factor out common code shared by mconf and nconf
Masahiro Yamada
1
-52
/
+1
2023-12-03
scripts: clean up IA-64 code
Masahiro Yamada
1
-1
/
+1
2023-08-13
kconfig: nconf: Add search jump feature
Jesse Taube
1
-10
/
+103
2022-06-05
scripts: kconfig: nconf: make nconfig accept jk keybindings
Isak Ellmer
1
-2
/
+6
2021-04-16
kconfig: nconf: stop endless search loops
Mihai Moldovan
1
-1
/
+1
2021-04-14
kconfig: nconf: refactor in print_in_middle()
Masahiro Yamada
1
-1
/
+1
2021-04-14
kconfig: nconf: remove meaningless wattrset() call from show_menu()
Masahiro Yamada
1
-1
/
+0
2021-04-14
kconfig: nconf: change set_config_filename() to void function
Masahiro Yamada
1
-2
/
+1
2021-04-14
kconfig: nconf: refactor attributes setup code
Masahiro Yamada
1
-11
/
+11
2021-04-14
kconfig: nconf: remove unneeded default for menu prompt
Masahiro Yamada
1
-4
/
+2
2021-04-14
kconfig: nconf: get rid of (void) casts from wattrset() calls
Masahiro Yamada
1
-7
/
+7
2021-04-14
kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()
Masahiro Yamada
1
-9
/
+3
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
1
-1
/
+1
2021-04-14
kconfig: nconf: fix core dump when searching in empty menu
Masahiro Yamada
1
-3
/
+7
2020-09-03
kconfig: remove redundant assignment prompt = prompt
Denis Efremov
1
-1
/
+0
2020-01-09
kconfig: fix an "implicit declaration of function" warning
Bartosz Golaszewski
1
-0
/
+1
2019-07-06
kconfig: Fix spelling of sym_is_changable
Marco Ammon
1
-5
/
+5
2019-05-10
kconfig: make parent directories for the saved .config as needed
Masahiro Yamada
1
-2
/
+1
2019-03-29
kconfig/[mn]conf: handle backspace (^H) key
Changbin Du
1
-1
/
+1
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
1
-3
/
+2
2018-07-25
kconfig: allow all config targets to write auto.conf if missing
Masahiro Yamada
1
-0
/
+1
2018-07-25
kconfig: handle format string before calling conf_message_callback()
Masahiro Yamada
1
-5
/
+2
2018-05-28
kconfig: drop localization support
Sam Ravnborg
1
-76
/
+72
2017-06-23
kconfig: fix sparse warnings in nconfig
Randy Dunlap
1
-6
/
+6
2016-11-29
Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warning
Cheah Kok Cheong
1
-0
/
+2
2015-04-09
kconfig: Do not print status messages in make -s mode
Michal Marek
1
-0
/
+5
2014-06-10
kbuild: trivial - remove trailing empty lines
Masahiro Yamada
1
-1
/
+0
2013-07-16
kconfig/[mn]conf: shorten title in search-box
Yann E. MORIN
1
-2
/
+2
2013-06-24
kconfig/[mn]conf: make it explicit in the search box that a regexp is possible
Yann E. MORIN
1
-1
/
+1
2013-06-19
mconf/nconf: mark empty menus/menuconfigs different from non-empty ones
Dirk Gouders
1
-8
/
+8
2013-06-19
nconf: use function calls instead of ncurses' variables LINES and COLS
Dirk Gouders
1
-7
/
+14
2013-02-09
kconfig: nconf: rewrite labels of function keys line
Roland Eggner
1
-4
/
+4
2013-02-09
kconfig: nconf: rewrite help texts
Roland Eggner
1
-164
/
+156
2012-11-20
kconfig: get CONFIG_ prefix from the environment
Yann E. MORIN
1
-0
/
+1
2012-11-20
kconfig: remove CONFIG_ from string constants
Yann E. MORIN
1
-2
/
+9
2012-09-27
menuconfig: Add jump keys to search results
Benjamin Poirier
1
-1
/
+1
2012-07-26
nconf: add u, d command keys in scroll windows
Benjamin Poirier
1
-3
/
+3
2012-07-04
kconfig/nconf: fix compile with ncurses reentrant API
Yaakov Selkowitz
1
-0
/
+4
2012-05-18
MCA: delete all remaining traces of microchannel bus support.
Paul Gortmaker
1
-1
/
+1
2011-09-09
scripts/kconfig/nconf: dynamically alloc dialog_input_result
Cheng Renquan
1
-11
/
+10
2011-08-08
kconfig/nconf: nuke unreferenced `nohelp_text'
Arnaud Lacombe
1
-2
/
+0
2011-07-13
kconfig/nconf: remove useless conditionnal
Arnaud Lacombe
1
-4
/
+1
2011-07-13
kconfig/nconf: prevent segfault on empty menu
Arnaud Lacombe
1
-1
/
+6
2011-07-13
kconfig/nconf: use the generic menu_get_ext_help()
Arnaud Lacombe
1
-13
/
+1
2011-07-13
nconfig: Avoid Wunused-but-set warning
Raghavendra D Prabhu
1
-2
/
+0
2011-06-06
kconfig: nuke LKC_DIRECT_LINK cruft
Arnaud Lacombe
1
-1
/
+1
2011-04-19
nconfig: Silence unused return values from wattrset
Stephen Boyd
1
-7
/
+7
2011-01-07
nconf: handle comment entries within choice/endchoice
Peter Korsgaard
1
-2
/
+6
2010-12-15
kbuild/nconf: fix spaces damage
Arnaud Lacombe
1
-1
/
+1
2010-10-28
Merge branch 'message-callback' into kbuild/kconfig
Michal Marek
1
-42
/
+9
[next]