summaryrefslogtreecommitdiff
path: root/scripts/Configure
AgeCommit message (Collapse)Author
2002-11-07[PATCH] remove old config toolsRoman Zippel
This deletes the old config tools and moves Michael's maintainer entry for them to CREDITS and I added myself for KCONFIG instead.
2002-09-29kbuild: Make scripts/Configure follow the definition of 'int'Kai Germaschewski
Currently, scripts/Configure has code for the 'int' verb to take a min/max. This violates the spec described in Documentation/kbuild/config-language.txt. It also requires that if a default is outside of +/- 10,000,000 that defaults be provided, or 'config' and 'oldconfig' will get stuck. The following removes the support for a min/max from scripts/Configure. (by Tom Rini)
2002-06-05kbuild: Additional config targets for testingKai Germaschewski
This patch adds the following targets, which generate some configs useful for testing - which kind should be clear from the names: o allyesconfig o allmodconfig o allnoconfig o randconfig It also adds o defconfig which does the same as make oldconfig but uses the defaults for all new options without asking. The actual patch was done by Ghozlane Toumi, maintained in kbuild-2.5 by Keith Owens, and extracted by Sam Ravnborg and patch@luckynet.dynu.com.
2002-04-28[PATCH] Also look in /boot for .configDave Jones
Try to get config file distro placed in boot.
2002-04-22Make "oldconfig" look for old defaults first in .config, thenLinus Torvalds
in /etc/kernel-config, and only if that fails in the architecture- specific defconfig.
2002-02-05v2.5.2.4 -> v2.5.2.4.1Linus Torvalds
- Patrick Mochel: devicefs locking cleanups, refcount fixes - Brian Gerst: apic timer cleanup - Adam Richter: fix loop over block device bio breakage, ipfwadm compile fix - Peter Anvin: bootproto v2.03 - me: split up Configure.help over the subdirectories where it is used
2002-02-04v2.4.5.8 -> v2.4.5.9Linus Torvalds
- make sure "sync()" doesn't effectively lock up the machine by overloading all the IO resources - fix up some network memory allocations that don't wan tto wait on IO. - merge with Alan (including MIPS update) - Jeff Garzik: network driver updates. - Al Viro: System V FS update (write capability, page cache, mondo cleanups) - Kai Germaschewski: ISDN cleanups, TURBOPAM driver by Stelian Pop - Ben Fennema: UDF update (time handling, i_blocks fix) - Neil Brown: md error handling improvements, knfsd file handle compatibility - Paul Mackerras: PPC update - Jakub Jelinek: fix up kernel linker scripts to accept .rodata better - Patrick Mochel: fix PME handling in pci_enable_wake() - Chris Mason: reiserfs PF_MEMALLOC handling
2002-02-04Import changesetLinus Torvalds