Date: Fri, 7 Jul 2000 02:03:59 -0700 (PDT) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/randomdev harvest.c randomdev.c yarrow.c yarrow.h src/sys/modules/randomdev Makefile Message-ID: <200007070904.CAA35259@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
markm 2000/07/07 02:03:59 PDT Modified files: sys/conf files sys/dev/randomdev randomdev.c yarrow.c yarrow.h sys/modules/randomdev Makefile Added files: sys/dev/randomdev harvest.c Log: Add entropy gathering code. This will work whether the module is compiled in or loaded. Revision Changes Path 1.383 +2 -1 src/sys/conf/files 1.6 +32 -32 src/sys/dev/randomdev/randomdev.c 1.4 +211 -83 src/sys/dev/randomdev/yarrow.c 1.2 +46 -11 src/sys/dev/randomdev/yarrow.h 1.3 +1 -3 src/sys/modules/randomdev/Makefile 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?200007070904.CAA35259>