aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rndtest
Commit message (Expand)AuthorAgeFilesLines
* rndtest: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Remove FreeBSD 4 supportWarner Losh2020-02-271-4/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Huge cleanup of random(4) code.Mark Murray2015-06-301-10/+3
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-1/+1
* Yarrow wants entropy estimations to be conservative; the usual ideaMark Murray2013-09-061-1/+1
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Change instances of callout_init that specify MPSAFE behaviour toSam Leffler2003-08-191-2/+1
* o correct mib spelling: reset -> retestSam Leffler2003-06-251-3/+15
* FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallySam Leffler2003-03-112-0/+455