summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/mconf.c
Commit message (Expand)AuthorAgeFilesLines
* kconfig: Fix typo HEIGTH to HEIGHTIsak Ellmer2024-03-311-2/+2
* kconfig: split list_head into a separate headerMasahiro Yamada2024-02-191-0/+1
* kconfig: factor out common code shared by mconf and nconfMasahiro Yamada2023-12-101-53/+1
* scripts: clean up IA-64 codeMasahiro Yamada2023-12-031-1/+1
* kconfig: menuconfig: remove jump_key::indexMasahiro Yamada2023-07-251-3/+4
* kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada2023-07-251-36/+50
* kconfig: menuconfig: reorder functions to remove forward declarationsMasahiro Yamada2023-04-171-162/+152
* kconfig: Add static text for search information in help menuBhaskar Chowdhury2022-12-291-0/+6
* kconfig: remove redundant (void *) cast in search_conf()Masahiro Yamada2022-11-211-2/+1
* kconfig: remove const qualifier from str_get()Masahiro Yamada2022-11-211-2/+2
* kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()Masahiro Yamada2021-04-141-8/+3
* kconfig: change sym_change_count to a boolean flagMasahiro Yamada2021-04-141-1/+1
* kconfig: move JUMP_NB to mconf.cMasahiro Yamada2021-04-141-0/+2
* 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-1/+1
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-1/+1
* kconfig: remove a spurious self-assignmentLukas Bulwahn2018-09-011-1/+0
* 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-6/+3
* kconfig: drop localization supportSam Ravnborg2018-05-281-73/+68
* kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-221-1/+1
* kconfig: Do not print status messages in make -s modeMichal Marek2015-04-091-10/+21
* calloc/xcalloc: Fix argument orderArjun Sreedharan2014-12-091-2/+2
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-101-1/+1
* kbuild: trivial - remove trailing empty linesMasahiro Yamada2014-06-101-1/+0
* kconfig: fix trivial typos and update mconf documentationMartin Walch2013-10-081-31/+29
* Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-07-231-2/+2
|\
| * kconfig/[mn]conf: shorten title in search-boxYann E. MORIN2013-07-161-2/+2
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-07-101-9/+12
|\|
| * 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-5/+6
| * kconfig/lxdialog: handle newline characters in print_autowrap()Dirk Gouders2013-06-181-2/+2
| * kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()Sedat Dilek2013-06-181-1/+3
* | mconf: handle keys in empty dialogsDirk Gouders2013-05-301-5/+6
|/
* menuconfig: Add "breadcrumbs" navigation aidBenjamin Poirier2013-04-161-1/+70
* menuconfig: Fix memory leak introduced by jump keys featureBenjamin Poirier2013-04-161-0/+3
* Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2013-02-251-3/+3
|\
| * menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier2012-10-251-3/+3
* | menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an A...Wang YanQing2013-01-161-14/+0
* | menuconfig: Add Save/Load buttonsWang YanQing2013-01-161-5/+25
* | kconfig: remove CONFIG_ from string constantsYann E. MORIN2012-11-201-2/+8
|/
* menuconfig: Assign jump keys per-page instead of globallyBenjamin Poirier2012-09-271-16/+59
* menuconfig: Add jump keys to search resultsBenjamin Poirier2012-09-271-21/+43
* menuconfig: Extend dialog_textbox so that it can return to a scrolled positionBenjamin Poirier2012-09-271-4/+4
* menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypressesBenjamin Poirier2012-09-271-2/+10
* kconfig/mconf.c: revision of curses initialization.Dirk Gouders2012-08-301-4/+0
* menuconfig: add u, d, q command keys in text boxesBenjamin Poirier2012-07-261-3/+3
* MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-171-1/+1
* menuconfig: fix a regression when canceling the prompt dialog at exitLi Zefan2012-01-161-1/+2