summaryrefslogtreecommitdiff
path: root/scripts/kconfig/nconf.c
AgeCommit message (Expand)Author
2023-08-13kconfig: nconf: Add search jump featureJesse Taube
2022-06-05scripts: kconfig: nconf: make nconfig accept jk keybindingsIsak Ellmer
2021-04-16kconfig: nconf: stop endless search loopsMihai Moldovan
2021-04-14kconfig: nconf: refactor in print_in_middle()Masahiro Yamada
2021-04-14kconfig: nconf: remove meaningless wattrset() call from show_menu()Masahiro Yamada
2021-04-14kconfig: nconf: change set_config_filename() to void functionMasahiro Yamada
2021-04-14kconfig: nconf: refactor attributes setup codeMasahiro Yamada
2021-04-14kconfig: nconf: remove unneeded default for menu promptMasahiro Yamada
2021-04-14kconfig: nconf: get rid of (void) casts from wattrset() callsMasahiro Yamada
2021-04-14kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()Masahiro Yamada
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada
2021-04-14kconfig: nconf: fix core dump when searching in empty menuMasahiro Yamada
2020-09-03kconfig: remove redundant assignment prompt = promptDenis Efremov
2020-01-10kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski
2019-07-06kconfig: Fix spelling of sym_is_changableMarco Ammon
2019-05-11kconfig: make parent directories for the saved .config as neededMasahiro Yamada
2019-03-29kconfig/[mn]conf: handle backspace (^H) keyChangbin Du
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada
2018-07-25kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada
2018-07-25kconfig: handle format string before calling conf_message_callback()Masahiro Yamada
2018-05-28kconfig: drop localization supportSam Ravnborg
2017-06-23kconfig: fix sparse warnings in nconfigRandy Dunlap
2016-11-29Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warningCheah Kok Cheong
2015-04-09kconfig: Do not print status messages in make -s modeMichal Marek
2014-06-10kbuild: trivial - remove trailing empty linesMasahiro Yamada
2013-07-16kconfig/[mn]conf: shorten title in search-boxYann E. MORIN
2013-06-24kconfig/[mn]conf: make it explicit in the search box that a regexp is possibleYann E. MORIN
2013-06-18mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders
2013-06-18nconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders
2013-02-09kconfig: nconf: rewrite labels of function keys lineRoland Eggner
2013-02-09kconfig: nconf: rewrite help textsRoland Eggner
2012-11-20kconfig: get CONFIG_ prefix from the environmentYann E. MORIN
2012-11-20kconfig: remove CONFIG_ from string constantsYann E. MORIN
2012-09-27menuconfig: Add jump keys to search resultsBenjamin Poirier
2012-07-26nconf: add u, d command keys in scroll windowsBenjamin Poirier
2012-07-04kconfig/nconf: fix compile with ncurses reentrant APIYaakov Selkowitz
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker
2011-09-09scripts/kconfig/nconf: dynamically alloc dialog_input_resultCheng Renquan
2011-08-08kconfig/nconf: nuke unreferenced `nohelp_text'Arnaud Lacombe
2011-07-13kconfig/nconf: remove useless conditionnalArnaud Lacombe
2011-07-13kconfig/nconf: prevent segfault on empty menuArnaud Lacombe
2011-07-13kconfig/nconf: use the generic menu_get_ext_help()Arnaud Lacombe
2011-07-13nconfig: Avoid Wunused-but-set warningRaghavendra D Prabhu
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe
2011-04-19nconfig: Silence unused return values from wattrsetStephen Boyd
2011-01-07nconf: handle comment entries within choice/endchoicePeter Korsgaard
2010-12-15kbuild/nconf: fix spaces damageArnaud Lacombe
2010-10-28Merge branch 'message-callback' into kbuild/kconfigMichal Marek
2010-09-27Merge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar...Michal Marek
2010-09-19kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe