- 15 Jul, 2002 40 commits
-
-
Marcus Alanen authored
Doesn't check request_region and doesn't release region on failed kmalloc.
-
James Mayer authored
-
James Mayer authored
-
Thomas 'Dent' Mirlacher authored
this one slipped through the last fix for the redeclarations i sent, please apply this on to of the other one. description: umount_tree() is just used in namespace.[ch], so it declaration belongs into namespace.h and not fs.h
-
James Mayer authored
-
Greg Banks authored
Use of the $ARCH variable is undocumented; the sparc and sparc64 ports define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively for this purpose.
-
Greg Banks authored
Use of the $ARCH variable is undocumented; the alpha port defines the bool constant CONFIG_ALPHA for this purpose.
-
Greg Banks authored
Use of the $ARCH variable is undocumented; the sparc and sparc64 ports define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively for this purpose.
-
Greg Banks authored
Use of the $ARCH variable is undocumented; the sparc and sparc64 ports define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively for this purpose.
-
Greg Banks authored
1/14 definitions of CONFIG_SOUND have trivially different banners.
-
Greg Banks authored
The word EXPERIMENTAL in the banner for symbol CONFIG_HPT34X_AUTODMA was almost spelled right. [Rusty: this is a resend of 'PATCH 2.5: kconfig EXPERIMENTAL misspelled' with context trimmed to try to avoid spurious patch failure]
-
Greg Banks authored
Use of the $ARCH variable is undocumented; the sparc and sparc64 ports define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively for this purpose.
-
James Mayer authored
-
Greg Banks authored
Some instances of the "bool" statement have what appear to be dependencies like "dep_bool" after the 2nd argument, which are silently ignored by all current parsers. I have either trimmed the arguments or converted the "bool" to "dep_bool" as seemed appropriate.
-
James Mayer authored
-
Stephen Rothwell authored
This patch just makes some stuff in ipc/ static.
-
James Mayer authored
-
Jeff Dike authored
This is needed for things running on the host which want to know when UML panics, and what the panic message was.
-
Greg Banks authored
Use of the $ARCH variable is undocumented; the alpha and i386 ports define the bool constants CONFIG_ALPHA and CONFIG_X86 for this purpose.
-
Greg Banks authored
Use of the $ARCH variable is undocumented; the sparc and sparc64 ports define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively for this purpose.
-
James Mayer authored
-
James Mayer authored
-
Greg Banks authored
Five symbols CONFIG_ACER_PICA_61, CONFIG_MIPS_EV96100, CONFIG_MIPS_EV64120, CONFIG_MIPS_ATLAS, and CONFIG_MIPS_MALTA depend on CONFIG_EXPERIMENTAL but do not say so in their banners.
-
James Mayer authored
-
James Mayer authored
-
Mikael Pettersson authored
Fallout of copy_from_user() cleanups. sb16_copy_from_user() returns void not int, so it can't return -EFAULT.
-
Thomas 'Dent' Mirlacher authored
this patch fixes redundant declarations in 2.5.24
-
James Mayer authored
-
James Mayer authored
-
Muli Ben-Yehuda authored
-
Greg Banks authored
1/3 definitions of CONFIG_BLK_DEV_FD have trivially different banners. [Rusty: this is the one davem didn't like, rejigged to remove "PC" from one case instead of add it to the other 2].
-
James Mayer authored
-
Keith Owens authored
'**' in comments misleads DocBook, the comment is for a structure that DocBook cannot handle.
-
Thomas 'Dent' Mirlacher authored
this patch fixes redundant declarations in 2.5.24
-
Thiemo Seufer authored
this replaces the __attribute__ with its proper define.
-
Thomas 'Dent' Mirlacher authored
this patch fixes redundant declarations in 2.5.24
-
Thomas 'Dent' Mirlacher authored
this patch fixes redundant declarations in 2.5.24
-
James Mayer authored
-
Tom Rini authored
Hello. The following patch hides the option for Intel (i8x0) RNG support when it's not a useful option. This is based off of a patch That was accepted in 2.4.19-pre6. While I suspect this is an ia32-only option, it is possible that it's used on ia64 as well, so we test for both before offering Intel i8x0 RNG support.
-
James Mayer authored
-