1. f82f3f9 kconfig: oldconfig shall not set symbols if it does not need to by Roman Zippel · 17 years ago
  2. 1edf1c0 kconfig: remove unused members from struct symbol by Sam Ravnborg · 17 years ago
  3. 03d2912 kconfig: attach help text to menus by Sam Ravnborg · 17 years ago
  4. d8982ba kconfig: reset generated values only if Kconfig and .config agree. by Roman Zippel · 17 years ago
  5. 0584f9f kconfig: strip 'CONFIG_' automatically in kernel configuration search by Bernhard Walle · 17 years ago
  6. b70e325c kconfig: fix update-po-config by Sam Ravnborg · 17 years ago
  7. e99c343 kconfig: use POSIX equality test in check-lxdialog.sh by Mike Frysinger · 17 years ago
  8. 03c9587 kconfig: search harder for curses library in check-lxdialog.sh by Mike Frysinger · 17 years ago
  9. 11de39e kconfig: fix mconf segmentation fault by Marcin Garski · 17 years ago
  10. 5447d34 kconfig: error out if recursive dependencies are found by Sam Ravnborg · 17 years ago
  11. 1e093ec kconfig: correct minor typo in Kconfig warning message. by Robert P. J. Day · 17 years ago
  12. 7ac1c14 kbuild: be more explicit on missing .config file by Randy Dunlap · 17 years ago
  13. 9ae5700 kconfig: refer to qt3 if we cannot find qt libraries by Sam Ravnborg · 17 years ago
  14. 145c904 kbuild: remove kconfig binaries during make mrproper by Sam Ravnborg · 17 years ago
  15. d802b50 kconfig/menuconfig: do not hardcode '.config' by Sam Ravnborg · 17 years ago
  16. 95e30f9 menuconfig: remember alternate config filename by Sam Ravnborg · 17 years ago
  17. 63431e7 kconfig/xconfig: sync main view with search dialog current menu by Marco Costalba · 18 years ago
  18. f88d205 menuconfig: dont use obsolete index() function in lxdialog by Mike Frysinger · 17 years ago
  19. ed8b4d4 [PATCH] qconf: hide empty list items by Cyrill V. Gorcunov · 17 years ago
  20. f253f00 [PATCH] qconf: Back button behaviour normalization by Cyrill V. Gorcunov · 17 years ago
  21. 786fb18 [PATCH] qconf: fix showing help info on failed search by Cyrill V. Gorcunov · 17 years ago
  22. 66e7c72 [PATCH] qconf: relocate Search Command by Shlomi Fish · 17 years ago
  23. 49e5646 [PATCH] qconf: immediately update integer and string values in xconfig display by Karsten Wiese · 17 years ago
  24. 6fa1da8 [PATCH] qconf: (re)fix SIGSEGV on empty menu items by Roman Zippel · 18 years ago
  25. 73b8ed2 [PATCH] qconf: fix SIGSEGV on empty menu items by Cyrill V. Gorcunov · 18 years ago
  26. 0a0c502 [PATCH] kconfig: set gconf's save-widget's sensitivity according to .config's changed state by Karsten Wiese · 18 years ago
  27. 3b354c5 [PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use it in qconf.cc by Karsten Wiese · 18 years ago
  28. bfc1000 [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only by Karsten Wiese · 18 years ago
  29. b321429 [PATCH] kconfig: new function "bool conf_get_changed(void)" by Karsten Wiese · 18 years ago
  30. 44ddc4f [PATCH] qconf: support old QT by akpm@osdl.org · 18 years ago
  31. c154348 [PATCH] fix menuconfig colours with TERM=vt100 by Roman Zippel · 18 years ago
  32. f12aa70 [PATCH] qconf: fix uninitialsied member by Roman Zippel · 18 years ago
  33. 5fd934a [PATCH] .gitignore: add miscellaneous files by Franck Bui-Huu · 18 years ago
  34. 1db11ea [PATCH] Fix menuconfig build failure due to missing stdbool.h by Luca Tettamanti · 18 years ago
  35. 9a3d0fe kconfig: fix saving alternate kconfig file in parent dir by Sam Ravnborg · 18 years ago
  36. e94c5bd kconfig/menuconfig: do not let ncurses clutter screen on exit by Sam Ravnborg · 18 years ago
  37. 737ecae kconfig/lxdialog: clear long menu lines by Sam Ravnborg · 18 years ago
  38. c29121b kbuild: do not build mconf & lxdialog unless needed by Sam Ravnborg · 18 years ago
  39. 903947d kconfig/lxdialog: fix make mrproper by Sam Ravnborg · 18 years ago
  40. c8dc68a kconfig/lxdialog: support resize by Sam Ravnborg · 18 years ago
  41. f3cbcdc kconfig/lxdialog: let <ESC><ESC> behave as expected by Sam Ravnborg · 18 years ago
  42. 2982de6 kconfig/menuconfig: lxdialog is now built-in by Sam Ravnborg · 18 years ago
  43. 350b5b7 kconfig/lxdialog: add a new theme bluetitle which is now default by Sam Ravnborg · 18 years ago
  44. 4589721 kconfig/lxdialog: add support for color themes and add blackbg theme by Sam Ravnborg · 18 years ago
  45. 98e5a15 kconfig/lxdialog: refactor color support by Sam Ravnborg · 18 years ago
  46. b32c826 kbuild: update help in top level Makefile by Robert P. J. Day · 18 years ago
  47. d3660a8 kconfig: support DOS line endings by Matthew Wilcox · 18 years ago
  48. 002d27b kconfig: correct oldconfig for unset choice options by Roman Zippel · 18 years ago
  49. 66392c4 kconfig: enhancing accessibility of lxdialog by Samuel Thibault · 18 years ago
  50. 14cdd3c kconfig: KCONFIG_OVERWRITECONFIG by Roman Zippel · 18 years ago
  51. 250725a kconfig: exit if no beginning filename by Randy Dunlap · 18 years ago
  52. f001f7f kconfig: warn about leading whitespace for menu prompts by Roman Zippel · 18 years ago
  53. b65a47e kconfig: jump to linked menu prompt by Roman Zippel · 18 years ago
  54. ab45d19 kconfig: create links in info window by Roman Zippel · 18 years ago
  55. 7fc925f kconfig: finer customization via popup menus by Roman Zippel · 18 years ago
  56. 43bf612 kconfig: Add search option for xconfig by Roman Zippel · 18 years ago
  57. face437 kconfig: add defconfig_list/module option by Roman Zippel · 18 years ago
  58. f6a88aa kconfig: add symbol option config syntax by Roman Zippel · 18 years ago
  59. 2e3646e kconfig: integrate split config into silentoldconfig by Roman Zippel · 18 years ago
  60. 669bfad kconfig: allow loading multiple configurations by Roman Zippel · 18 years ago
  61. 0c1822e kconfig: allow multiple default values per symbol by Roman Zippel · 18 years ago
  62. c0e150ac kconfig: remove SYMBOL_{YES,MOD,NO} by Roman Zippel · 18 years ago
  63. c955cca kconfig: fix .config dependencies by Roman Zippel · 18 years ago
  64. ddc97ca kconfig: improve config load/save output by Roman Zippel · 18 years ago
  65. 9dfb563 [PATCH] config: update usage/help info by Randy Dunlap · 18 years ago
  66. f043ca4 [PATCH] Enhancing accessibility of lxdialog by Samuel Thibault · 18 years ago
  67. b5ac481 kconfig: fix typo in change count initialization by Roman Zippel · 18 years ago
  68. 94f2505 kconfig: recenter menuconfig by Roman Zippel · 18 years ago
  69. 59c6a3f kconfig: revert conf behaviour change by Roman Zippel · 18 years ago
  70. 40aee72 kconfig: fix default value for choice input by Roman Zippel · 18 years ago
  71. dc9a49a kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.h by Jan Beulich · 18 years ago
  72. 4f19336 kbuild: change kbuild to not rely on incorrect GNU make behavior by Paul Smith · 18 years ago
  73. e11f049 kbuild: small update of allnoconfig description by Jesper Juhl · 18 years ago
  74. 15508d2 Revert "[PATCH] kconfig: detect if -lintl is needed when linking conf,mconf" by Linus Torvalds · 18 years ago
  75. eeb059e Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-bugfix by Linus Torvalds · 18 years ago
  76. 5e375bc [PATCH] kconfig: detect if -lintl is needed when linking conf,mconf by Robb, Sam · 18 years ago
  77. 3835f82 kconfig: fix /dev/null breakage by Sam Ravnborg · 19 years ago
  78. 2244cbd kbuild: create .kernelrelease at *config step by Sam Ravnborg · 19 years ago
  79. 60f33b8 kconfig: get rid of stray a.o, support ncursesw by Sam Ravnborg · 19 years ago
  80. ab396e9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  81. 96e9dd1 [PATCH] kconf: Check for eof from input stream. by Ben Collins · 19 years ago
  82. 19144d0 [PATCH] fix gcc4.1 build failure on xconfig by Dave Jones · 19 years ago
  83. ae215b1 kconfig: factor out ncurses check in a shell script by Sam Ravnborg · 19 years ago
  84. 3719314 kconfig: fix gconfig with POSIXLY_CORRECT=1 by Adrian Bunk · 19 years ago
  85. 25c862c Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  86. 4a4efbd s/retreiv/retriev/g by Matt Mackall · 19 years ago
  87. febf7ea gitignore: ignore more generated files by · 19 years ago
  88. 00213b1 kconfig: Remove support for lxdialog --checklist by Petr Baudis · 19 years ago
  89. 352dd1d gitignore: misc files by Brian Gerst · 19 years ago
  90. 752625c kbuild: always run 'make silentoldconfig' when tree is cleaned by Sam Ravnborg · 19 years ago
  91. 6f6046c kconfig: move lxdialog to scripts/kconfig/lxdialog by Sam Ravnborg · 19 years ago
  92. b3a5225 [PATCH] prefer pkg-config for the QT check by Roman Zippel · 19 years ago
  93. c1a0f5e [PATCH] kconfig: stricter error checking for .config by Roman Zippel · 19 years ago
  94. a02f057 [PATCH] kconfig: improve error handling in the parser by Roman Zippel · 19 years ago
  95. 3370f9f [PATCH] kconfig: simplify symbol type parsing by Roman Zippel · 19 years ago
  96. 7a88488 [PATCH] kconfig: use gperf for kconfig keywords by Roman Zippel · 19 years ago
  97. 491d711 [PATCH] kconfig: update kconfig Makefile by Roman Zippel · 19 years ago
  98. 4cf3cbe [PATCH] kconfig: allow variable argumnts for range by Roman Zippel · 19 years ago
  99. 9038916 [PATCH] kconfig: preset config during all*config by Roman Zippel · 19 years ago
  100. 3f23ca2 [PATCH] kconfig: fix restart for choice symbols by Roman Zippel · 19 years ago