An error occurred fetching the project authors.
- 03 Jan, 2005 1 commit
-
-
Ian Molton authored
Add and update comments all throughout the arm26 tree. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 08 Jun, 2003 1 commit
-
-
Ian Molton authored
The old 26-bit ARM support was long since dropped out of the regular ARM support, since it was different enough to not make sense to maintain as one port. This re-introduces arm26 as an architecture of its own.
-
- 29 Sep, 2002 1 commit
-
-
Nicolas Pitre authored
Two bugs here: 1) The return value of strchr("foo",0) should be the start address of "foo" + 3, not NULL. 2) Since the second argument for strchr() is defined as an int, some characters such as 'é' might validly end up to be the value -23 due to signedness issues. Corectly handle those.
-
- 05 Feb, 2002 1 commit
-
-
Linus Torvalds authored
-