summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/nconf.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: factor out common code shared by mconf and nconfMasahiro Yamada2023-12-101-52/+1
* scripts: clean up IA-64 codeMasahiro Yamada2023-12-031-1/+1
* kconfig: nconf: Add search jump featureJesse Taube2023-08-131-10/+103
* scripts: kconfig: nconf: make nconfig accept jk keybindingsIsak Ellmer2022-06-051-2/+6
* kconfig: nconf: stop endless search loopsMihai Moldovan2021-04-161-1/+1
* kconfig: nconf: refactor in print_in_middle()Masahiro Yamada2021-04-141-1/+1
* kconfig: nconf: remove meaningless wattrset() call from show_menu()Masahiro Yamada2021-04-141-1/+0
* kconfig: nconf: change set_config_filename() to void functionMasahiro Yamada2021-04-141-2/+1
* kconfig: nconf: refactor attributes setup codeMasahiro Yamada2021-04-141-11/+11
* kconfig: nconf: remove unneeded default for menu promptMasahiro Yamada2021-04-141-4/+2
* kconfig: nconf: get rid of (void) casts from wattrset() callsMasahiro Yamada2021-04-141-7/+7
* kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()Masahiro Yamada2021-04-141-9/+3
* kconfig: change sym_change_count to a boolean flagMasahiro Yamada2021-04-141-1/+1
* kconfig: nconf: fix core dump when searching in empty menuMasahiro Yamada2021-04-141-3/+7
* kconfig: remove redundant assignment prompt = promptDenis Efremov2020-09-031-1/+0
* kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski2020-01-101-0/+1
* kconfig: Fix spelling of sym_is_changableMarco Ammon2019-07-061-5/+5
* kconfig: make parent directories for the saved .config as neededMasahiro Yamada2019-05-111-2/+1
* kconfig/[mn]conf: handle backspace (^H) keyChangbin Du2019-03-291-1/+1
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-3/+2
* kconfig: allow all config targets to write auto.conf if missingMasahiro Yamada2018-07-251-0/+1
* kconfig: handle format string before calling conf_message_callback()Masahiro Yamada2018-07-251-5/+2
* kconfig: drop localization supportSam Ravnborg2018-05-281-76/+72
* kconfig: fix sparse warnings in nconfigRandy Dunlap2017-06-231-6/+6
* Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warningCheah Kok Cheong2016-11-291-0/+2
* kconfig: Do not print status messages in make -s modeMichal Marek2015-04-091-0/+5
* kbuild: trivial - remove trailing empty linesMasahiro Yamada2014-06-101-1/+0
* kconfig/[mn]conf: shorten title in search-boxYann E. MORIN2013-07-161-2/+2
* kconfig/[mn]conf: make it explicit in the search box that a regexp is possibleYann E. MORIN2013-06-241-1/+1
* mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders2013-06-181-8/+8
* nconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders2013-06-181-7/+14
* kconfig: nconf: rewrite labels of function keys lineRoland Eggner2013-02-091-4/+4
* kconfig: nconf: rewrite help textsRoland Eggner2013-02-091-164/+156
* kconfig: get CONFIG_ prefix from the environmentYann E. MORIN2012-11-201-0/+1
* kconfig: remove CONFIG_ from string constantsYann E. MORIN2012-11-201-2/+9
* menuconfig: Add jump keys to search resultsBenjamin Poirier2012-09-271-1/+1
* nconf: add u, d command keys in scroll windowsBenjamin Poirier2012-07-261-3/+3
* kconfig/nconf: fix compile with ncurses reentrant APIYaakov Selkowitz2012-07-041-0/+4
* MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-171-1/+1
* scripts/kconfig/nconf: dynamically alloc dialog_input_resultCheng Renquan2011-09-091-11/+10
* kconfig/nconf: nuke unreferenced `nohelp_text'Arnaud Lacombe2011-08-081-2/+0
* kconfig/nconf: remove useless conditionnalArnaud Lacombe2011-07-131-4/+1
* kconfig/nconf: prevent segfault on empty menuArnaud Lacombe2011-07-131-1/+6
* kconfig/nconf: use the generic menu_get_ext_help()Arnaud Lacombe2011-07-131-13/+1
* nconfig: Avoid Wunused-but-set warningRaghavendra D Prabhu2011-07-131-2/+0
* kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-061-1/+1
* nconfig: Silence unused return values from wattrsetStephen Boyd2011-04-191-7/+7
* nconf: handle comment entries within choice/endchoicePeter Korsgaard2011-01-071-2/+6
* kbuild/nconf: fix spaces damageArnaud Lacombe2010-12-151-1/+1
* Merge branch 'message-callback' into kbuild/kconfigMichal Marek2010-10-281-42/+9
|\