Date: Sun, 23 Jul 2000 04:08:17 -0700 (PDT) From: Mark Murray <markm@FreeBSD.org> 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 Message-ID: <200007231108.EAA01149@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007231108.EAA01149>