summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/randomdev_soft.c
Commit message (Collapse)AuthorAgeFilesLines
* Default to harvesting everything. This is to help give a fastermarkm2004-04-161-3/+3
| | | | | startup. harvesting can be turned OFF in etc/rc.d/* if it is a burden.
* Reorganise the entropy device so that high-yield entropy sourcesmarkm2004-04-091-0/+369
can more easily be used INSTEAD OF the hard-working Yarrow. The only hardware source used at this point is the one inside the VIA C3 Nehemiah (Stepping 3 and above) CPU. More sources will be added in due course. Contributions welcome!
OpenPOWER on IntegriCloud