From owner-cvs-all Sun Feb 11 8:21:39 2001 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 5723C37B401; Sun, 11 Feb 2001 08:21:36 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1BGLam09958; Sun, 11 Feb 2001 08:21:36 -0800 (PST) (envelope-from markm) Message-Id: <200102111621.f1BGLam09958@freefall.freebsd.org> From: Mark Murray Date: Sun, 11 Feb 2001 08:21:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/random yarrow.c yarrow.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2001/02/11 08:21:36 PST Modified files: sys/dev/random yarrow.c yarrow.h Log: Make a big improvement to entropy-harvesting speed by not having any locks (only atomic assigns) in the harvest ringbuffer. Revision Changes Path 1.31 +38 -67 src/sys/dev/random/yarrow.c 1.15 +5 -1 src/sys/dev/random/yarrow.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message