From owner-cvs-all Thu Oct 26 23: 6: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92A0437B479; Thu, 26 Oct 2000 23:06:04 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA52790; Thu, 26 Oct 2000 23:06:04 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200010270606.XAA52790@freefall.freebsd.org> From: Mark Murray Date: Thu, 26 Oct 2000 23:06:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/conf options src/sys/dev/random randomdev.c src/sys/i386/conf GENERIC NOTES src/sys/ia64/conf GENERIC src/sys/modules/random Makefile src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/10/26 23:06:04 PDT Modified files: sys/alpha/conf GENERIC sys/conf options sys/dev/random randomdev.c sys/i386/conf GENERIC NOTES sys/ia64/conf GENERIC sys/modules/random Makefile sys/pc98/conf GENERIC Log: As the blocking model has seems to be troublesome for many, disable it for now with an option. This option is already deprecated, and will be removed when the entropy-harvesting code is fast enough to warrant it. Revision Changes Path 1.99 +2 -1 src/sys/alpha/conf/GENERIC 1.235 +4 -1 src/sys/conf/options 1.17 +6 -1 src/sys/dev/random/randomdev.c 1.283 +2 -1 src/sys/i386/conf/GENERIC 1.846 +4 -1 src/sys/i386/conf/NOTES 1.3 +2 -1 src/sys/ia64/conf/GENERIC 1.7 +11 -2 src/sys/modules/random/Makefile 1.161 +2 -1 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message