summaryrefslogtreecommitdiffstats
path: root/sys/dev/rndtest
Commit message (Expand)AuthorAgeFilesLines
* sys: use our nitems() macro when param.h is available.pfg2016-04-211-1/+1
* Huge cleanup of random(4) code.markm2015-06-301-10/+3
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-1/+1
* Yarrow wants entropy estimations to be conservative; the usual ideamarkm2013-09-061-1/+1
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Use __FBSDID().obrien2003-08-241-1/+3
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-2/+1
* o correct mib spelling: reset -> retestsam2003-06-251-3/+15
* FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallysam2003-03-112-0/+455
OpenPOWER on IntegriCloud