aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/arc4random.c
Commit message (Expand)AuthorAgeFilesLines
* Recouple arc4random(9) to the entropy device. This works whether theMark Murray2000-12-021-2/+4
* Back out previous revision now that sys/random.h is properly fixed.John Baldwin2000-09-111-2/+0
* Add #include's of sys/proc.h and sys/param.h to silence a warning.John Baldwin2000-09-111-0/+2
* Comment out unavailable call. This needs to be revisited when the entropyMark Murray2000-06-251-3/+4
* In the extremely miniscule chance that read_random returns <= 0, don't tryDan Moschuk1999-11-291-2/+6
* Address the concerns of the ``randomness'' of the initial PRNG. Now, weDan Moschuk1999-11-281-14/+32
* Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knobDan Moschuk1999-11-281-0/+89