Date: Tue, 27 Jun 2000 02:38:40 -0700 (PDT) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/randomdev randomdev.c Message-ID: <200006270938.CAA13293@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
markm 2000/06/27 02:38:40 PDT Modified files: sys/dev/randomdev randomdev.c Log: I am guilty of an act of ommission. There is no longer a /dev/urandom device with Yarrow, and although I coded for that in dev/MAKEDEV, I forgot to _tell_ folks. This commit adds back the /dev/urandom device (as a duplicate) of /dev/random, until such time as it can be properly announced. This will help the openssl users quite a lot. Revision Changes Path 1.4 +7 -2 src/sys/dev/randomdev/randomdev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006270938.CAA13293>