From owner-cvs-all Tue Jun 27 2:38:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 85A6D37BF4A; Tue, 27 Jun 2000 02:38:40 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA13293; Tue, 27 Jun 2000 02:38:40 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200006270938.CAA13293@freefall.freebsd.org> From: Mark Murray Date: Tue, 27 Jun 2000 02:38:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/randomdev randomdev.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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