summaryrefslogtreecommitdiffstats
path: root/sys/libkern/arc4random.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r304572 (by bz):ae2017-03-181-37/+80
* MFC r315225:delphij2017-03-141-2/+2
* Huge cleanup of random(4) code.markm2015-06-301-15/+9
* Attempt to mitigate poor initialization of arc4 by one-shotache2013-04-191-1/+4
* Return arc4_i = arc4_j = 0; line from previous backing out sinceache2008-07-261-0/+1
* Per rwatson's request:ache2008-07-251-7/+4
* 1) Initialize arc4_i and arc4_j to 0 after key mixing as recommended inache2008-07-221-4/+7
* Lock down arc4random so it can be safely called w/o Giant.silby2003-08-151-17/+26
* Use __FBSDID().obrien2003-06-111-2/+3
* Slight overhaul of arc4random() and friends.phk2002-10-111-22/+27
* Fixed some typos, verboseness and misformatting in comments.bde2001-08-301-10/+8
* Minor improvements to arc4random():silby2001-08-301-4/+29
* Recouple arc4random(9) to the entropy device. This works whether themarkm2000-12-021-2/+4
* Back out previous revision now that sys/random.h is properly fixed.jhb2000-09-111-2/+0
* Add #include's of sys/proc.h and sys/param.h to silence a warning.jhb2000-09-111-0/+2
* Comment out unavailable call. This needs to be revisited when the entropymarkm2000-06-251-3/+4
* In the extremely miniscule chance that read_random returns <= 0, don't trydan1999-11-291-2/+6
* Address the concerns of the ``randomness'' of the initial PRNG. Now, wedan1999-11-281-14/+32
* Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knobdan1999-11-281-0/+89
OpenPOWER on IntegriCloud