- 25 Feb, 2003 40 commits
-
-
Michael Hayes authored
invokation -> invocation
-
Michael Hayes authored
wether -> whether (A "wether" is a castrated goat.)
-
Michael Hayes authored
immediatly -> immediately
-
Michael Hayes authored
wierd -> weird wierdo -> weirdo wierdness -> weirdness
-
Steven Cole authored
This patch replaces its (possessive of it) with it's (it is) in the following cases where "it is" is meant. its a -> it's a its an -> it's an its not -> it's not except for the files arch/cris/boot/rescue/head.S arch/cris/kernel/kgdb.c where the substitution is "its not" -> "it is not" to avoid possible problems with single quotes in assembly comments.
-
Steven Cole authored
This patch replaces it's (it is) with its (possessive of it) in the following cases where the possessive of it is meant. to it's -> to its into it's -> into its from it's -> from its of it's -> of its with it's -> with its under it's -> under its about it's -> about its
-
-
Muli Ben-Yehuda authored
use the standard pr_debug macro instead of TRDBG
-
Muli Ben-Yehuda authored
Make Muli Ben-Yehuda the maintainer for trident as per Alan's suggestion
-
Muli Ben-Yehuda authored
The M5451 can sometimes not come out of reset. This is non fatal and it continues to work fine, so print a nasty message but don't fail the driver initialization.
-
Rusty Russell authored
Now that we search for 11 different sections by name, the if/else was getting unwieldy. Also, handle_section just does relocs, so it's a bit of a misnomer, and it's best simply moved into the main code. This open-codes handle_section, which simply does relocations now. Also adds "find_sec" and uses it to find the various sections.
-
Rusty Russell authored
Bob Miller points out that the try_module_get in use_module() can, of course, fail. Secondly, there is a race between setting the module live, and a simultaneous removal of it.
-
Greg Ungerer authored
This includes asm/unistd.h in the vector handling code for m68knommu. It needs the local NR_syscalls define. linux/unistd.h is not assembler clean, so it must be asm/unistd.h.
-
Greg Ungerer authored
This patch creates a local NR_syscalls define for the m68knommu architecture.
-
Greg Ungerer authored
This includes unistd.h in the high level vector handling code. It needs NR_syscall.
-
Greg Ungerer authored
This adds m68k defines for __kernel_timer_t and __kernel_clockid_t. The reset signal changes means these are now needed.
-
Greg Ungerer authored
This creates a sturcture to mirror the m68knommu/ColdFire CPU timer hardware. This is a much cleaner approach to accessing the timer registers than the previous set of register address defines.
-
Greg Ungerer authored
This modifies the m68knommu siginfo include file to use asm-generic/siginfo.h instead of the asm-m68k/siginfo.h. The asm-generic/siginfo.h is more appropriate here, and the m68k is out of date.
-
Greg Ungerer authored
This includes asm/unistd.h in the system call table setup code for m68knommu. It needs the local NR_syscalls define. linux/unistd.h is not assembler clean, so it must be asm/unistd.h.
-
Michael Hayes authored
dont -> don't (135 occurrences)
-
Michael Hayes authored
wont -> won't (21 occurrences)
-
Michael Hayes authored
doesnt -> doesn't (35 occurrences)
-
Michael Hayes authored
couldnt -> couldn't (4 occurrences)
-
Michael Hayes authored
cant -> can't (28 occurrences)
-
Adrian Bunk authored
The patch below does the following: - remove #if'd kernel 2.2 code - changes one MIN to min
-
Dave Jones authored
Someone nuked the 2nd arg in 2.5.62, but didn't fix up all the callers. Lazy.
-
Christoph Hellwig authored
(based on lm_sensors CVS)
-
Christoph Hellwig authored
(from lm_sensors CVS)
-
Christoph Hellwig authored
(based on lm_sensors CVS)
-
Christoph Hellwig authored
use bdevname() for block devices.
-
Christoph Hellwig authored
(from lm_sensors CVS)
-
Christoph Hellwig authored
(from lm_sensors CVS)
-
Christoph Hellwig authored
dito
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:140255a
-
Nathan Scott authored
namespace which other filesystems are also supporting. SGI Modid: 2.5.x-xfs:slinx:140237a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:140187a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:140173a
-
Christoph Hellwig authored
SGI Modid: 2.5.x-xfs:slinx:140135a
-
Nathan Scott authored
certain benchmarks. This is reverted to how it was, except the number of hash buckets is larger than previously to attempt to account for the workload Steve was originally targetting with that change. SGI Modid: 2.5.x-xfs:slinx:140053a
-