diff options
author | Matt Mackall <mpm@selenic.com> | 2005-04-16 15:25:56 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 15:25:56 -0700 |
commit | 9e95ce279fa611226a1ab0dff1c237c080b51b60 (patch) | |
tree | 126f455e9533fdc4e06e819fa8ad87142785466d | |
parent | d390493b11e1fc790e3840ed191a0f88e3a54ba7 (diff) | |
download | talos-op-linux-9e95ce279fa611226a1ab0dff1c237c080b51b60.tar.gz talos-op-linux-9e95ce279fa611226a1ab0dff1c237c080b51b60.zip |
[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 <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | CREDITS | 1 | ||||
-rw-r--r-- | MAINTAINERS | 5 | ||||
-rw-r--r-- | drivers/char/random.c | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -3298,6 +3298,7 @@ D: Author of the new e2fsck 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 diff --git a/MAINTAINERS b/MAINTAINERS index df8f60570310..1c9f4c267668 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1877,6 +1877,11 @@ M: corey@world.std.com L: linux-kernel@vger.kernel.org S: Maintained +RANDOM NUMBER DRIVER +P: Matt Mackall +M: mpm@selenic.com +S: Maintained + REAL TIME CLOCK DRIVER P: Paul Gortmaker M: p_gortmaker@yahoo.com diff --git a/drivers/char/random.c b/drivers/char/random.c index ad9b52c2ae3c..460b5d475edd 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -1,7 +1,7 @@ /* * random.c -- A strong random number generator * - * Version 1.89, last modified 19-Sep-99 + * Copyright Matt Mackall <mpm@selenic.com>, 2003, 2004, 2005 * * Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All * rights reserved. |