1. 107f43a kconfig: incorrect 'len' field initialisation ? by Christophe Jaillet · 16 years ago
  2. c4143a8 kconfig: fix MAC OS X warnings in menuconfig by Sam Ravnborg · 16 years ago
  3. b44158d kconfig: made check-lxdialog more portable by Sam Ravnborg · 16 years ago
  4. 5a1aa8a kconfig: add named choice group by Roman Zippel · 16 years ago
  5. 4898117 kconfig: fix choice dependency check by Roman Zippel · 16 years ago
  6. 79d6e53 kconfig: reversed borderlines in inputbox by Roel Kluin · 16 years ago
  7. 4217516 kconfig: fix broken target update-po-config by Sam Ravnborg · 16 years ago
  8. 587c906 kconfig: fix select in combination with default by Roman Zippel · 16 years ago
  9. 603d498 kconfig: ignore select of unknown symbol by Sam Ravnborg · 16 years ago
  10. 36ef805 kconfig: mark config as changed when loading an alternate config by Sam Ravnborg · 16 years ago
  11. f5eaa32 kconfig: tristate choices with mixed tristate and boolean values by Jan Beulich · 16 years ago
  12. 9649ef8 kconfig: remove "enable" by Adrian Bunk · 16 years ago
  13. 80daa56 kconfig: use environment option by Roman Zippel · 16 years ago
  14. 9344908 kconfig: environment symbol support by Roman Zippel · 16 years ago
  15. 7a96292 kconfig: explicitly introduce expression list by Roman Zippel · 16 years ago
  16. 0ffce8d kconfig: gconfig: symbol fix by EGRY Gabor · 17 years ago
  17. 534a450 kconfig: gettext support for config by EGRY Gabor · 17 years ago
  18. 75c0a8a kconfig: gettext support for lxdialog by EGRY Gabor · 17 years ago
  19. 413f006 kconfig: gettext support for menuconfig by EGRY Gabor · 17 years ago
  20. c21a2d9 kconfig: gettext support for xconfig by EGRY Gabor · 17 years ago
  21. 01771b0 kconfig: macro fix in menu.c by EGRY Gabor · 17 years ago
  22. 46d2631 kconfig: gettext support for gconfig by EGRY Gabor · 17 years ago
  23. bb7ef39 kconfig: missing macros in gconfig by EGRY Gabor · 17 years ago
  24. f7a4b4c kconfig: whitespace removing by EGRY Gabor · 17 years ago
  25. 1020026 kconfig: update-po-config info by EGRY Gabor · 17 years ago
  26. 07f7668 kconfig: use C89 random functions in conf.c by Ladislav Michl · 17 years ago
  27. 75ff430 kconfig: fix whitespace and sort includes in conf.c by Ladislav Michl · 17 years ago
  28. de83cf1 kconfig: delete unused FILE_ and SYMBOL_ flags by Sam Ravnborg · 17 years ago
  29. d6ee357 kconfig: rename E_OR & friends to avoid name clash by Sam Ravnborg · 17 years ago
  30. d84876f kconfig: allow overriding symbols by Jan Engelhardt · 17 years ago
  31. 09af091 kconfig: make kconfig MinGW friendly by Ladislav Michl · 17 years ago
  32. 2f4b489 kconfig: use getopt() in conf.c for handling command line arguments by Andres Salomon · 17 years ago
  33. 6e588f6 kconfig: if ncurses-devel is missing then say so by Sam Ravnborg · 17 years ago
  34. 870e6f7 kconfig: obey KCONFIG_ALLCONFIG choices with randconfig. by Paul Mundt · 17 years ago
  35. 6840999 x86: simplify "make ARCH=x86" and fix kconfig all.config by Sam Ravnborg · 17 years ago
  36. daa93fa x86: enable "make ARCH=x86" by Sam Ravnborg · 17 years ago
  37. 2a11328 kconfig: use $K64BIT to set 64BIT with all*config targets by Sam Ravnborg · 17 years ago
  38. 0f855aa kconfig: add helper to set config symbol from environment variable by Sam Ravnborg · 17 years ago
  39. 9c900a9 kconfig: factor out code in confdata.c by Sam Ravnborg · 17 years ago
  40. 4757238 x86: move i386 and x86_64 Kconfig files to x86 directory by Sam Ravnborg · 17 years ago
  41. e703f75 kconfig: small code refactoring in kconfig Makefile by Sam Ravnborg · 17 years ago
  42. 2266cfd x86: move defconfig files for i386 and x86_64 to x86 by Sam Ravnborg · 17 years ago
  43. a54bb70 kconfig: set title bar in xconfig by Randy Dunlap · 17 years ago
  44. e8b8c97 Revert "kconfig: tristate choices with mixed tristate and boolean values" by Linus Torvalds · 17 years ago
  45. e9e40e1 kconfig: comment typo in scripts/kconfig/Makefile. by Rob Landley · 17 years ago
  46. b5d609d kconfig/menuconfig: distinguish between selected-by-another options and comments by Matej Laitl · 17 years ago
  47. a5bf3d8 kconfig: tristate choices with mixed tristate and boolean values by Jan Beulich · 17 years ago
  48. 14f3156 kbuild: update _shipped files for kconfig syntax cleanup by Sam Ravnborg · 17 years ago
  49. 247537b kconfig: syntax cleanup - drop support for "depends/requires/def_boolean" by Adrian Bunk · 17 years ago
  50. a67cb13 kconfig: fix segv fault in menuconfig by Sam Ravnborg · 17 years ago
  51. 4887407 kconfig: make comments stand out in menuconfig by Sam Ravnborg · 17 years ago
  52. aa1e5ef kbuild: check if we can link gettext not just compile by Sam Ravnborg · 17 years ago
  53. f82f3f9 kconfig: oldconfig shall not set symbols if it does not need to by Roman Zippel · 17 years ago
  54. 1edf1c0 kconfig: remove unused members from struct symbol by Sam Ravnborg · 17 years ago
  55. 03d2912 kconfig: attach help text to menus by Sam Ravnborg · 17 years ago
  56. d8982ba kconfig: reset generated values only if Kconfig and .config agree. by Roman Zippel · 17 years ago
  57. 0584f9f kconfig: strip 'CONFIG_' automatically in kernel configuration search by Bernhard Walle · 17 years ago
  58. b70e325c kconfig: fix update-po-config by Sam Ravnborg · 17 years ago
  59. e99c343 kconfig: use POSIX equality test in check-lxdialog.sh by Mike Frysinger · 17 years ago
  60. 03c9587 kconfig: search harder for curses library in check-lxdialog.sh by Mike Frysinger · 17 years ago
  61. 11de39e kconfig: fix mconf segmentation fault by Marcin Garski · 17 years ago
  62. 5447d34 kconfig: error out if recursive dependencies are found by Sam Ravnborg · 17 years ago
  63. 1e093ec kconfig: correct minor typo in Kconfig warning message. by Robert P. J. Day · 17 years ago
  64. 7ac1c14 kbuild: be more explicit on missing .config file by Randy Dunlap · 17 years ago
  65. 9ae5700 kconfig: refer to qt3 if we cannot find qt libraries by Sam Ravnborg · 17 years ago
  66. 145c904 kbuild: remove kconfig binaries during make mrproper by Sam Ravnborg · 17 years ago
  67. d802b50 kconfig/menuconfig: do not hardcode '.config' by Sam Ravnborg · 17 years ago
  68. 95e30f9 menuconfig: remember alternate config filename by Sam Ravnborg · 17 years ago
  69. 63431e7 kconfig/xconfig: sync main view with search dialog current menu by Marco Costalba · 18 years ago
  70. f88d205 menuconfig: dont use obsolete index() function in lxdialog by Mike Frysinger · 17 years ago
  71. ed8b4d4 [PATCH] qconf: hide empty list items by Cyrill V. Gorcunov · 17 years ago
  72. f253f00 [PATCH] qconf: Back button behaviour normalization by Cyrill V. Gorcunov · 17 years ago
  73. 786fb18 [PATCH] qconf: fix showing help info on failed search by Cyrill V. Gorcunov · 17 years ago
  74. 66e7c72 [PATCH] qconf: relocate Search Command by Shlomi Fish · 17 years ago
  75. 49e5646 [PATCH] qconf: immediately update integer and string values in xconfig display by Karsten Wiese · 17 years ago
  76. 6fa1da8 [PATCH] qconf: (re)fix SIGSEGV on empty menu items by Roman Zippel · 18 years ago
  77. 73b8ed2 [PATCH] qconf: fix SIGSEGV on empty menu items by Cyrill V. Gorcunov · 18 years ago
  78. 0a0c502 [PATCH] kconfig: set gconf's save-widget's sensitivity according to .config's changed state by Karsten Wiese · 18 years ago
  79. 3b354c5 [PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use it in qconf.cc by Karsten Wiese · 18 years ago
  80. bfc1000 [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only by Karsten Wiese · 18 years ago
  81. b321429 [PATCH] kconfig: new function "bool conf_get_changed(void)" by Karsten Wiese · 18 years ago
  82. 44ddc4f [PATCH] qconf: support old QT by akpm@osdl.org · 18 years ago
  83. c154348 [PATCH] fix menuconfig colours with TERM=vt100 by Roman Zippel · 18 years ago
  84. f12aa70 [PATCH] qconf: fix uninitialsied member by Roman Zippel · 18 years ago
  85. 5fd934a [PATCH] .gitignore: add miscellaneous files by Franck Bui-Huu · 18 years ago
  86. 1db11ea [PATCH] Fix menuconfig build failure due to missing stdbool.h by Luca Tettamanti · 18 years ago
  87. 9a3d0fe kconfig: fix saving alternate kconfig file in parent dir by Sam Ravnborg · 18 years ago
  88. e94c5bd kconfig/menuconfig: do not let ncurses clutter screen on exit by Sam Ravnborg · 18 years ago
  89. 737ecae kconfig/lxdialog: clear long menu lines by Sam Ravnborg · 18 years ago
  90. c29121b kbuild: do not build mconf & lxdialog unless needed by Sam Ravnborg · 18 years ago
  91. 903947d kconfig/lxdialog: fix make mrproper by Sam Ravnborg · 18 years ago
  92. c8dc68a kconfig/lxdialog: support resize by Sam Ravnborg · 18 years ago
  93. f3cbcdc kconfig/lxdialog: let <ESC><ESC> behave as expected by Sam Ravnborg · 18 years ago
  94. 2982de6 kconfig/menuconfig: lxdialog is now built-in by Sam Ravnborg · 18 years ago
  95. 350b5b7 kconfig/lxdialog: add a new theme bluetitle which is now default by Sam Ravnborg · 18 years ago
  96. 4589721 kconfig/lxdialog: add support for color themes and add blackbg theme by Sam Ravnborg · 18 years ago
  97. 98e5a15 kconfig/lxdialog: refactor color support by Sam Ravnborg · 18 years ago
  98. b32c826 kbuild: update help in top level Makefile by Robert P. J. Day · 18 years ago
  99. d3660a8 kconfig: support DOS line endings by Matthew Wilcox · 18 years ago
  100. 002d27b kconfig: correct oldconfig for unset choice options by Roman Zippel · 18 years ago