aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Mackall <mpm@selenic.com>2005-04-16 18:25:56 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:25:56 -0400
commit9e95ce279fa611226a1ab0dff1c237c080b51b60 (patch)
tree126f455e9533fdc4e06e819fa8ad87142785466d
parentd390493b11e1fc790e3840ed191a0f88e3a54ba7 (diff)
[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--CREDITS1
-rw-r--r--MAINTAINERS5
-rw-r--r--drivers/char/random.c2
3 files changed, 7 insertions, 1 deletions
diff --git a/CREDITS b/CREDITS
index 671e9c2d31f..7ecc53bc407 100644
--- a/CREDITS
+++ b/CREDITS
@@ -3298,6 +3298,7 @@ D: Author of the new e2fsck
3298D: Author of job control and system call restart code 3298D: Author of job control and system call restart code
3299D: Author of ramdisk device driver 3299D: Author of ramdisk device driver
3300D: Author of loopback device driver 3300D: Author of loopback device driver
3301D: Author of /dev/random driver
3301S: MIT Room E40-343 3302S: MIT Room E40-343
3302S: 1 Amherst Street 3303S: 1 Amherst Street
3303S: Cambridge, Massachusetts 02139 3304S: Cambridge, Massachusetts 02139
diff --git a/MAINTAINERS b/MAINTAINERS
index df8f6057031..1c9f4c26766 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1877,6 +1877,11 @@ M: corey@world.std.com
1877L: linux-kernel@vger.kernel.org 1877L: linux-kernel@vger.kernel.org
1878S: Maintained 1878S: Maintained
1879 1879
1880RANDOM NUMBER DRIVER
1881P: Matt Mackall
1882M: mpm@selenic.com
1883S: Maintained
1884
1880REAL TIME CLOCK DRIVER 1885REAL TIME CLOCK DRIVER
1881P: Paul Gortmaker 1886P: Paul Gortmaker
1882M: p_gortmaker@yahoo.com 1887M: p_gortmaker@yahoo.com
diff --git a/drivers/char/random.c b/drivers/char/random.c
index ad9b52c2ae3..460b5d475ed 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * random.c -- A strong random number generator 2 * random.c -- A strong random number generator
3 * 3 *
4 * Version 1.89, last modified 19-Sep-99 4 * Copyright Matt Mackall <mpm@selenic.com>, 2003, 2004, 2005
5 * 5 *
6 * Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All 6 * Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All
7 * rights reserved. 7 * rights reserved.