aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig
AgeCommit message (Expand)Author
2006-10-01kconfig: fix saving alternate kconfig file in parent dirSam Ravnborg
2006-09-30kconfig/menuconfig: do not let ncurses clutter screen on exitSam Ravnborg
2006-09-30kconfig/lxdialog: clear long menu linesSam Ravnborg
2006-09-30kbuild: do not build mconf & lxdialog unless neededSam Ravnborg
2006-09-30kconfig/lxdialog: fix make mrproperSam Ravnborg
2006-09-30kconfig/lxdialog: support resizeSam Ravnborg
2006-09-30kconfig/lxdialog: let <ESC><ESC> behave as expectedSam Ravnborg
2006-09-30kconfig/menuconfig: lxdialog is now built-inSam Ravnborg
2006-09-30kconfig/lxdialog: add a new theme bluetitle which is now defaultSam Ravnborg
2006-09-30kconfig/lxdialog: add support for color themes and add blackbg themeSam Ravnborg
2006-09-30kconfig/lxdialog: refactor color supportSam Ravnborg
2006-09-25kbuild: update help in top level MakefileRobert P. J. Day
2006-09-25kconfig: support DOS line endingsMatthew Wilcox
2006-08-01kconfig: correct oldconfig for unset choice optionsRoman Zippel
2006-07-01kconfig: enhancing accessibility of lxdialogSamuel Thibault
2006-06-09kconfig: KCONFIG_OVERWRITECONFIGRoman Zippel
2006-06-09kconfig: exit if no beginning filenameRandy Dunlap
2006-06-09kconfig: warn about leading whitespace for menu promptsRoman Zippel
2006-06-09kconfig: jump to linked menu promptRoman Zippel
2006-06-09kconfig: create links in info windowRoman Zippel
2006-06-09kconfig: finer customization via popup menusRoman Zippel
2006-06-09kconfig: Add search option for xconfigRoman Zippel
2006-06-09kconfig: add defconfig_list/module optionRoman Zippel
2006-06-09kconfig: add symbol option config syntaxRoman Zippel
2006-06-09kconfig: integrate split config into silentoldconfigRoman Zippel
2006-06-09kconfig: allow loading multiple configurationsRoman Zippel
2006-06-09kconfig: allow multiple default values per symbolRoman Zippel
2006-06-09kconfig: remove SYMBOL_{YES,MOD,NO}Roman Zippel
2006-06-09kconfig: fix .config dependenciesRoman Zippel
2006-06-09kconfig: improve config load/save outputRoman Zippel
2006-04-19[PATCH] config: update usage/help infoRandy Dunlap
2006-04-14[PATCH] Enhancing accessibility of lxdialogSamuel Thibault
2006-04-11kconfig: fix typo in change count initializationRoman Zippel
2006-04-11kconfig: recenter menuconfigRoman Zippel
2006-04-11kconfig: revert conf behaviour changeRoman Zippel
2006-04-11kconfig: fix default value for choice inputRoman Zippel
2006-03-12kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.hJan Beulich
2006-03-06kbuild: change kbuild to not rely on incorrect GNU make behaviorPaul Smith
2006-02-27kbuild: small update of allnoconfig descriptionJesper Juhl
2006-02-09Revert "[PATCH] kconfig: detect if -lintl is needed when linking conf,mconf"Linus Torvalds
2006-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-bugfixLinus Torvalds
2006-02-05[PATCH] kconfig: detect if -lintl is needed when linking conf,mconfRobb, Sam
2006-01-21kconfig: fix /dev/null breakageSam Ravnborg
2006-01-16kbuild: create .kernelrelease at *config stepSam Ravnborg
2006-01-15kconfig: get rid of stray a.o, support ncurseswSam Ravnborg
2006-01-10Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds
2006-01-08[PATCH] kconf: Check for eof from input stream.Ben Collins
2006-01-08[PATCH] fix gcc4.1 build failure on xconfigDave Jones
2006-01-08kconfig: factor out ncurses check in a shell scriptSam Ravnborg
2006-01-06kconfig: fix gconfig with POSIXLY_CORRECT=1Adrian Bunk