tree a15a42ea5a55d1079a04801c42fff2f4a4a5884a parent 0da1bede79352b9702c3a69f04a25649798cedb8 author Matt Mackall <[EMAIL PROTECTED]> Tue Apr 12 08:26:24 2005 committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:26:24 2005
[PATCH] update maintainer for /dev/random Ted has agreed to let me take over as maintainer of /dev/random and friends. I've gone ahead and added a line to his entry in CREDITS. Signed-off-by: Matt Mackall <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> CREDITS | 1 + MAINTAINERS | 5 +++++ drivers/char/random.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) Index: CREDITS =================================================================== --- e9aa750be0bc9cc9d1a901f8699a5ee694895f81/CREDITS (mode:100644 sha1:24ae5d8a2273f43bb1d4419865937012980d6f21) +++ a15a42ea5a55d1079a04801c42fff2f4a4a5884a/CREDITS (mode:100644 sha1:395f026e20c79251e6c845070b3dedeec159963c) @@ -3298,6 +3298,7 @@ D: Author of job control and system call restart code D: Author of ramdisk device driver D: Author of loopback device driver +D: Author of /dev/random driver S: MIT Room E40-343 S: 1 Amherst Street S: Cambridge, Massachusetts 02139 Index: MAINTAINERS =================================================================== --- e9aa750be0bc9cc9d1a901f8699a5ee694895f81/MAINTAINERS (mode:100644 sha1:634fe0162e81e35e73f2a3e007fcde3953cd9f83) +++ a15a42ea5a55d1079a04801c42fff2f4a4a5884a/MAINTAINERS (mode:100644 sha1:24ce60ad6579505272c3bfddb2e3a4224287280c) @@ -1877,6 +1877,11 @@ L: [email protected] S: Maintained +RANDOM NUMBER DRIVER +P: Matt Mackall +M: [EMAIL PROTECTED] +S: Maintained + REAL TIME CLOCK DRIVER P: Paul Gortmaker M: [EMAIL PROTECTED] Index: drivers/char/random.c =================================================================== --- e9aa750be0bc9cc9d1a901f8699a5ee694895f81/drivers/char/random.c (mode:100644 sha1:56de54981aa40fc136c80b68c9b3b21bc09573bf) +++ a15a42ea5a55d1079a04801c42fff2f4a4a5884a/drivers/char/random.c (mode:100644 sha1:ef2b14cd84325132e3e8954466e52ab56761d08a) @@ -1,7 +1,7 @@ /* * random.c -- A strong random number generator * - * Version 1.89, last modified 19-Sep-99 + * Copyright Matt Mackall <[EMAIL PROTECTED]>, 2003, 2004, 2005 * * Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All * rights reserved. - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
