From owner-cvs-all Sun Jul 23 4: 8:22 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 93F4137B70C; Sun, 23 Jul 2000 04:08:17 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA01149; Sun, 23 Jul 2000 04:08:17 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007231108.EAA01149@freefall.freebsd.org> From: Mark Murray Date: Sun, 23 Jul 2000 04:08:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys random.h src/sys/dev/randomdev harvest.c yarrow.c yarrow.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/23 04:08:17 PDT Modified files: sys/sys random.h sys/dev/randomdev harvest.c yarrow.c yarrow.h Log: Clean this up with some BDE-inspired fixes. o Make the comments KNF-compliant. o Use nanotime instead of getnanotime; the manpage lies about the kern.timecounter.method - it has been removed. o Fix the ENTROPYSOURCE const permanently. o Make variable names more consistent. o Make function prototypes more consistent. Some more needs to be done; to follow. Revision Changes Path 1.24 +3 -4 src/sys/sys/random.h 1.3 +13 -11 src/sys/dev/randomdev/harvest.c 1.12 +24 -19 src/sys/dev/randomdev/yarrow.c 1.4 +11 -8 src/sys/dev/randomdev/yarrow.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message