From owner-cvs-all Mon Jul 17 5:29: 2 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 0945337B90F; Mon, 17 Jul 2000 05:29:00 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA85855; Mon, 17 Jul 2000 05:28:59 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007171228.FAA85855@freefall.freebsd.org> From: Mark Murray Date: Mon, 17 Jul 2000 05:28:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc rc.shutdown src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/17 05:28:59 PDT Modified files: etc rc rc.shutdown etc/defaults rc.conf Log: Add entropy caching. With this, some entropy is cached at shutdown time, and this is used to reseed the random number generator at boot time. NOTE - this has no hope of working if you halt(); you need to execute rc.shutdown to get the entropy stash. Revision Changes Path 1.219 +15 -1 src/etc/rc 1.6 +16 -1 src/etc/rc.shutdown 1.69 +3 -1 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message