kernel - Update random number generator
[dragonfly.git] / sys / kern / kern_nrandom.c
2010-05-15 Matthew Dillonkernel - Update random number generator
2008-08-01 Matthew DillonCast to unsigned long to match the rest of the expressi...
2008-02-16 Matthew DillonFix an issue where the random number generator's random...
2008-01-30 Matthew DillonAddress a potential weakness in IBAA. The generator...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-10 Matthew DillonChange the seeder array from a modulo to a logical...
2006-06-18 Matthew DillonReplace the random number generator with an IBAA genera...