1. 0a0c502 [PATCH] kconfig: set gconf's save-widget's sensitivity according to .config's changed state by Karsten Wiese · 18 years ago
  2. 3b354c5 [PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use it in qconf.cc by Karsten Wiese · 18 years ago
  3. bfc1000 [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only by Karsten Wiese · 18 years ago
  4. b321429 [PATCH] kconfig: new function "bool conf_get_changed(void)" by Karsten Wiese · 18 years ago
  5. 44ddc4f [PATCH] qconf: support old QT by akpm@osdl.org · 18 years ago
  6. c154348 [PATCH] fix menuconfig colours with TERM=vt100 by Roman Zippel · 18 years ago
  7. f12aa70 [PATCH] qconf: fix uninitialsied member by Roman Zippel · 18 years ago
  8. 5fd934a [PATCH] .gitignore: add miscellaneous files by Franck Bui-Huu · 18 years ago
  9. 1db11ea [PATCH] Fix menuconfig build failure due to missing stdbool.h by Luca Tettamanti · 18 years ago
  10. 9a3d0fe kconfig: fix saving alternate kconfig file in parent dir by Sam Ravnborg · 18 years ago
  11. e94c5bd kconfig/menuconfig: do not let ncurses clutter screen on exit by Sam Ravnborg · 18 years ago
  12. 737ecae kconfig/lxdialog: clear long menu lines by Sam Ravnborg · 18 years ago
  13. c29121b kbuild: do not build mconf & lxdialog unless needed by Sam Ravnborg · 18 years ago
  14. 903947d kconfig/lxdialog: fix make mrproper by Sam Ravnborg · 18 years ago
  15. c8dc68a kconfig/lxdialog: support resize by Sam Ravnborg · 18 years ago
  16. f3cbcdc kconfig/lxdialog: let <ESC><ESC> behave as expected by Sam Ravnborg · 18 years ago
  17. 2982de6 kconfig/menuconfig: lxdialog is now built-in by Sam Ravnborg · 18 years ago
  18. 350b5b7 kconfig/lxdialog: add a new theme bluetitle which is now default by Sam Ravnborg · 18 years ago
  19. 4589721 kconfig/lxdialog: add support for color themes and add blackbg theme by Sam Ravnborg · 18 years ago
  20. 98e5a15 kconfig/lxdialog: refactor color support by Sam Ravnborg · 18 years ago
  21. b32c826 kbuild: update help in top level Makefile by Robert P. J. Day · 18 years ago
  22. d3660a8 kconfig: support DOS line endings by Matthew Wilcox · 18 years ago
  23. 002d27b kconfig: correct oldconfig for unset choice options by Roman Zippel · 18 years ago
  24. 66392c4 kconfig: enhancing accessibility of lxdialog by Samuel Thibault · 18 years ago
  25. 14cdd3c kconfig: KCONFIG_OVERWRITECONFIG by Roman Zippel · 18 years ago
  26. 250725a kconfig: exit if no beginning filename by Randy Dunlap · 18 years ago
  27. f001f7f kconfig: warn about leading whitespace for menu prompts by Roman Zippel · 18 years ago
  28. b65a47e kconfig: jump to linked menu prompt by Roman Zippel · 18 years ago
  29. ab45d19 kconfig: create links in info window by Roman Zippel · 18 years ago
  30. 7fc925f kconfig: finer customization via popup menus by Roman Zippel · 18 years ago
  31. 43bf612 kconfig: Add search option for xconfig by Roman Zippel · 18 years ago
  32. face437 kconfig: add defconfig_list/module option by Roman Zippel · 18 years ago
  33. f6a88aa kconfig: add symbol option config syntax by Roman Zippel · 18 years ago
  34. 2e3646e kconfig: integrate split config into silentoldconfig by Roman Zippel · 18 years ago
  35. 669bfad kconfig: allow loading multiple configurations by Roman Zippel · 18 years ago
  36. 0c1822e kconfig: allow multiple default values per symbol by Roman Zippel · 18 years ago
  37. c0e150ac kconfig: remove SYMBOL_{YES,MOD,NO} by Roman Zippel · 18 years ago
  38. c955cca kconfig: fix .config dependencies by Roman Zippel · 18 years ago
  39. ddc97ca kconfig: improve config load/save output by Roman Zippel · 18 years ago
  40. 9dfb563 [PATCH] config: update usage/help info by Randy Dunlap · 18 years ago
  41. f043ca4 [PATCH] Enhancing accessibility of lxdialog by Samuel Thibault · 18 years ago
  42. b5ac481 kconfig: fix typo in change count initialization by Roman Zippel · 18 years ago
  43. 94f2505 kconfig: recenter menuconfig by Roman Zippel · 18 years ago
  44. 59c6a3f kconfig: revert conf behaviour change by Roman Zippel · 18 years ago
  45. 40aee72 kconfig: fix default value for choice input by Roman Zippel · 18 years ago
  46. dc9a49a kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.h by Jan Beulich · 18 years ago
  47. 4f19336 kbuild: change kbuild to not rely on incorrect GNU make behavior by Paul Smith · 19 years ago
  48. e11f049 kbuild: small update of allnoconfig description by Jesper Juhl · 19 years ago
  49. 15508d2 Revert "[PATCH] kconfig: detect if -lintl is needed when linking conf,mconf" by Linus Torvalds · 19 years ago
  50. eeb059e Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-bugfix by Linus Torvalds · 19 years ago
  51. 5e375bc [PATCH] kconfig: detect if -lintl is needed when linking conf,mconf by Robb, Sam · 19 years ago
  52. 3835f82 kconfig: fix /dev/null breakage by Sam Ravnborg · 19 years ago
  53. 2244cbd kbuild: create .kernelrelease at *config step by Sam Ravnborg · 19 years ago
  54. 60f33b8 kconfig: get rid of stray a.o, support ncursesw by Sam Ravnborg · 19 years ago
  55. ab396e9 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  56. 96e9dd1 [PATCH] kconf: Check for eof from input stream. by Ben Collins · 19 years ago
  57. 19144d0 [PATCH] fix gcc4.1 build failure on xconfig by Dave Jones · 19 years ago
  58. ae215b1 kconfig: factor out ncurses check in a shell script by Sam Ravnborg · 19 years ago
  59. 3719314 kconfig: fix gconfig with POSIXLY_CORRECT=1 by Adrian Bunk · 19 years ago
  60. 25c862c Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  61. 4a4efbd s/retreiv/retriev/g by Matt Mackall · 19 years ago
  62. febf7ea gitignore: ignore more generated files by · 19 years ago
  63. 00213b1 kconfig: Remove support for lxdialog --checklist by Petr Baudis · 19 years ago
  64. 352dd1d gitignore: misc files by Brian Gerst · 19 years ago
  65. 752625c kbuild: always run 'make silentoldconfig' when tree is cleaned by Sam Ravnborg · 19 years ago
  66. 6f6046c kconfig: move lxdialog to scripts/kconfig/lxdialog by Sam Ravnborg · 19 years ago
  67. b3a5225 [PATCH] prefer pkg-config for the QT check by Roman Zippel · 19 years ago
  68. c1a0f5e [PATCH] kconfig: stricter error checking for .config by Roman Zippel · 19 years ago
  69. a02f057 [PATCH] kconfig: improve error handling in the parser by Roman Zippel · 19 years ago
  70. 3370f9f [PATCH] kconfig: simplify symbol type parsing by Roman Zippel · 19 years ago
  71. 7a88488 [PATCH] kconfig: use gperf for kconfig keywords by Roman Zippel · 19 years ago
  72. 491d711 [PATCH] kconfig: update kconfig Makefile by Roman Zippel · 19 years ago
  73. 4cf3cbe [PATCH] kconfig: allow variable argumnts for range by Roman Zippel · 19 years ago
  74. 9038916 [PATCH] kconfig: preset config during all*config by Roman Zippel · 19 years ago
  75. 3f23ca2 [PATCH] kconfig: fix restart for choice symbols by Roman Zippel · 19 years ago
  76. 3f04e7d [PATCH] kconfig: Fix Kconfig performance bug by David Gibson · 19 years ago
  77. 4ecc65e [PATCH] typo correction for fix-build-on-nls-free-systems by Yuri Vasilevski · 19 years ago
  78. ab919c0 kconfig: fix xconfig on fedora 2 & 3 (x86_64) by Sam Ravnborg · 19 years ago
  79. 70a6a0c [PATCH] fix build on nls free systems by Yuri Vasilevski · 19 years ago
  80. 503af33 [PATCH] clarify menuconfig /(search) help text by Randy Dunlap · 19 years ago
  81. 1e65174 Add some basic .gitignore files by Linus Torvalds · 19 years ago
  82. ef88b7d Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  83. 720d6c2 [PATCH] kconfig: linux.pot for all arch by Egry Gabor · 19 years ago
  84. 964267e [PATCH] kconfig: kxgettext: EOL fix by Egry Gabor · 19 years ago
  85. c196eff [PATCH] kconfig: kxgettext: message fix by Egry Gabor · 19 years ago
  86. bafd2df [PATCH] fix gconfig crash by Joachim Nilsson · 19 years ago
  87. fb7f6ff [PATCH] kconfig: trivial cleanup by blaisorblade@yahoo.it · 19 years ago
  88. 48b9d03 [PATCH] Kill signed chars by J.A. Magallon · 19 years ago
  89. 442ff70 [PATCH] mconf.c needs locale.h by Jean-Christophe Dubois · 19 years ago
  90. 17abee3d [PATCH] gconfig: only show scrollbars if needed by Thierry Vignaud · 19 years ago
  91. 3b9fa09 [PATCH] Kconfig i18n support by Arnaldo Carvalho de Melo · 19 years ago
  92. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago