diff options
author | Grant Bowman <grantbow at grantbow dot com> | 2002-10-20 13:44:00 +0000 |
---|---|---|
committer | Grant Bowman <grantbow at grantbow dot com> | 2002-10-20 13:44:00 +0000 |
commit | 4b73ca259b90ab9fdbc1b7879212ada5cc29ea74 (patch) | |
tree | 029d4ff0ca929ab75e83222515b4e5ce1c98a9ac /Hurd | |
parent | c99c844542f65b6e2482390695005190ab28857e (diff) |
none
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/RandomDevice.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Hurd/RandomDevice.mdwn b/Hurd/RandomDevice.mdwn index 748e9055..0ab9f6a6 100644 --- a/Hurd/RandomDevice.mdwn +++ b/Hurd/RandomDevice.mdwn @@ -1,5 +1,7 @@ There are several solutions to the lack of /dev/random and /dev/urandom but they are not yet in the default installation. -* Marcus' work +* Marcus' work can be downloaded. [random.tar.gz](ftp://alpha.gnu.org/gnu/hurd/contrib/marcus/random.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)) |