Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt | |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt | |
libkern srandom() API since it is not suitable for this use. ok kettenis miod | |||
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt | |
which are uniform for the profclock on each cpu in a SMP system (but using a different seed for each cpu). on all cpus, avoid seeding with a value out of the [0, 2^31-1] range (since that is not stable) ok kettenis drahn | |||
2004-08-07 | ansi and some missing protos | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
1997-11-07 | $OpenBSD$ | Niklas Hallqvist | |
1996-08-14 | Remove extra underscore from _randseed | Niklas Hallqvist | |
1996-08-11 | make -Wstrict-prototypes happy | Niklas Hallqvist | |
1996-08-10 | srandom() seeds random() at boottime | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |