diff options
-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 | |||
3298 | D: Author of job control and system call restart code | 3298 | D: Author of job control and system call restart code |
3299 | D: Author of ramdisk device driver | 3299 | D: Author of ramdisk device driver |
3300 | D: Author of loopback device driver | 3300 | D: Author of loopback device driver |
3301 | D: Author of /dev/random driver | ||
3301 | S: MIT Room E40-343 | 3302 | S: MIT Room E40-343 |
3302 | S: 1 Amherst Street | 3303 | S: 1 Amherst Street |
3303 | S: Cambridge, Massachusetts 02139 | 3304 | 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 | |||
1877 | L: linux-kernel@vger.kernel.org | 1877 | L: linux-kernel@vger.kernel.org |
1878 | S: Maintained | 1878 | S: Maintained |
1879 | 1879 | ||
1880 | RANDOM NUMBER DRIVER | ||
1881 | P: Matt Mackall | ||
1882 | M: mpm@selenic.com | ||
1883 | S: Maintained | ||
1884 | |||
1880 | REAL TIME CLOCK DRIVER | 1885 | REAL TIME CLOCK DRIVER |
1881 | P: Paul Gortmaker | 1886 | P: Paul Gortmaker |
1882 | M: p_gortmaker@yahoo.com | 1887 | 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 @@ | |||
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. |