diff options
-rw-r--r-- | Hurd/RandomDevice.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hurd/RandomDevice.mdwn b/Hurd/RandomDevice.mdwn index 126bc179..7753311c 100644 --- a/Hurd/RandomDevice.mdwn +++ b/Hurd/RandomDevice.mdwn @@ -2,11 +2,11 @@ There are several solutions to the lack of /dev/random and /dev/urandom but they * Marcus' work can be downloaded at: [random.tar.gz](ftp://alpha.gnu.org/gnu/hurd/contrib/marcus/random.tar.gz) (identical to <http://kilobug.free.fr/hurd/random-64.tar.gz> ?) * [A patch](http://mail.gnu.org/pipermail/bug-hurd/2002-August/010248.html) that was probably already incorporated from August 14, 2002. - * Clemet [reported success](http://mail.gnu.org/pipermail/help-hurd/2002-October/006690.html) October 11, 2002 and Marcus [described some](http://mail.gnu.org/pipermail/help-hurd/2002-October/006695.html) of the internals. + * Clemmitt Sigler [reported success](http://lists.gnu.org/archive/html/help-hurd/2002-10/msg00076.html) October 11, 2002 and Marcus [described some](http://lists.gnu.org/archive/html/help-hurd/2002-10/msg00081.html) of the internals. * [egd](http://egd.sourceforge.net/) - Entropy Gathering Daemon (here's the [RFP](http://bugs.debian.org/145498)) -* [OSKit Entropy Patch](http://mail.gnu.org/pipermail/bug-hurd/2003-January/011155.html) from Derek Davies - Jan 2003. +* [OSKit Entropy Patch](http://lists.gnu.org/archive/html/bug-hurd/2003-01/msg00000.html) from Derek Davies - Jan 2003. See also [this page](http://www.ddavies.net/oskit-entropy/index.html). * Note that this patch can (and should) be used with this[ OSKit NIC patch](ftp://flux.cs.utah.edu/flux/oskit/mail/html/oskit-users/msg01570.html). ---- |