Age | Commit message (Expand) | Author |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2014-12-16 | typo; ok deraadt | Stuart Henderson |
2014-12-16 | warn for correct symbol | Theo de Raadt |
2014-12-09 | improve warnings from rand_r(), rand(), and random() | Theo de Raadt |
2014-12-08 | Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() | Theo de Raadt |
2014-10-13 | remove unused variable | Charles Longeau |
2014-07-13 | once srandomdev() is called, switch to using arc4random() but mask off the | Ted Unangst |
2014-06-15 | oops, typo. James Hartley is fast at trying -current | Theo de Raadt |
2014-06-15 | In srandomdev(), use arc4random_buf() instead of from the kernel. | Theo de Raadt |
2014-06-13 | use getentropy; from matthew | Theo de Raadt |
2013-08-01 | Add linker warnings for rand() and random() and various related functions. | Mark Kettenis |
2013-03-15 | threadsafe random(). | Ted Unangst |
2012-06-01 | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), | Philip Guenthe |
2012-03-21 | Fix a bug where random() always returns 0 when srandom() is seeded | Todd C. Miller |
2005-11-30 | Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time | Otto Moerbeek |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2005-03-30 | ansi + de-register | Patrick Latifi |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-02-28 | Use int32_t, not long since this deals with 32bit quantities. | Todd C. Miller |
2002-12-06 | In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead. | Todd C. Miller |
2000-04-04 | Fix the leak for real (that's what I get for hacking when i can't sleep). | Todd C. Miller |
2000-04-04 | Fix an fd leak if the read from /dev/arandom fails. Pointed out by | Todd C. Miller |
2000-04-03 | Add srandomdev() from FreeBSD for use by sendmail and others. | Todd C. Miller |
1998-02-07 | More XPG4.2 -- | Todd C. Miller |
1998-02-06 | size_t n in initstate(); XPG | Theo de Raadt |
1996-09-15 | Remove dead code | Thorsten Lockert |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1996-03-30 | Substantially improve random number generation by using the largest prime | Thorsten Lockert |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |