summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Bowman <grantbow at grantbow dot com>2003-01-03 10:32:00 +0000
committerGrant Bowman <grantbow at grantbow dot com>2003-01-03 10:32:00 +0000
commitc1033e551e30e41f968c5170fc396ec7d3747cea (patch)
tree5fb44268e1c3f49857e3f3aadac6c918c572c1f1
parent4229939adaa68167e97d513f4e7c5c10815fa908 (diff)
none
-rw-r--r--Hurd/RandomDevice.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/Hurd/RandomDevice.mdwn b/Hurd/RandomDevice.mdwn
index 0ab9f6a6..3dd1c8b5 100644
--- a/Hurd/RandomDevice.mdwn
+++ b/Hurd/RandomDevice.mdwn
@@ -1,7 +1,9 @@
There are several solutions to the lack of /dev/random and /dev/urandom but they are not yet in the default installation.
-* Marcus' work can be downloaded. [random.tar.gz](ftp://alpha.gnu.org/gnu/hurd/contrib/marcus/random.tar.gz)
+* Marcus' work can be downloaded. [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.
* [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.