From owner-cvs-all Sat Nov 25 9: 9: 4 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 2E1A537B4C5; Sat, 25 Nov 2000 09:09:02 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA30436; Sat, 25 Nov 2000 09:09:02 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <200011251709.JAA30436@freefall.freebsd.org> From: Mark Murray Date: Sat, 25 Nov 2000 09:09:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/random harvest.c hash.c yarrow.c yarrow.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/11/25 09:09:01 PST Modified files: sys/dev/random harvest.c hash.c yarrow.c yarrow.h Log: Stop explicitly using nanotime(9) and use the new get_cyclecounter(9) call instead. This makes a pretty dramatic difference to the amount of work that the harvester needs to do - it is much friendlier on the system. (80386 and 80486 class machines will notice little, as the new get_cyclecounter() call is a wrapper round nanotime(9) for them). Revision Changes Path 1.9 +12 -17 src/sys/dev/random/harvest.c 1.4 +2 -2 src/sys/dev/random/hash.c 1.24 +22 -20 src/sys/dev/random/yarrow.c 1.9 +2 -2 src/sys/dev/random/yarrow.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message