| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-11-28 | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections |  tb | 1 | -2/+2 |
| 2016-04-05 | Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific |  guenther | 1 | -4/+4 |
| 2015-01-16 | Move to the <limits.h> universe. |  deraadt | 1 | -4/+1 |
| 2014-12-16 | typo; ok deraadt |  sthen | 1 | -2/+2 |
| 2014-12-16 | warn for correct symbol |  deraadt | 1 | -2/+2 |
| 2014-12-09 | improve warnings from rand_r(), rand(), and random() |  deraadt | 1 | -1/+6 |
| 2014-12-08 | Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() |  deraadt | 1 | -35/+14 |
| 2014-10-13 | remove unused variable |  chl | 1 | -3/+1 |
| 2014-07-13 | once srandomdev() is called, switch to using arc4random() but mask off the |  tedu | 1 | -12/+10 |
| 2014-06-15 | oops, typo. James Hartley is fast at trying -current |  deraadt | 1 | -2/+2 |
| 2014-06-15 | In srandomdev(), use arc4random_buf() instead of from the kernel. |  deraadt | 1 | -4/+3 |
| 2014-06-13 | use getentropy; from matthew |  deraadt | 1 | -5/+2 |
| 2013-08-01 | Add linker warnings for rand() and random() and various related functions. |  kettenis | 1 | -1/+16 |
| 2013-03-15 | threadsafe random(). |  tedu | 1 | -8/+43 |
| 2012-06-01 | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), |  guenther | 1 | -2/+2 |
| 2012-03-21 | Fix a bug where random() always returns 0 when srandom() is seeded |  millert | 1 | -2/+3 |
| 2005-11-30 | Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time |  otto | 1 | -38/+11 |
| 2005-08-08 | zap remaining rcsid. |  espie | 1 | -4/+1 |
| 2005-03-30 | ansi + de-register |  pat | 1 | -11/+6 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 1 | -6/+2 |
| 2003-02-28 | Use int32_t, not long since this deals with 32bit quantities. |  millert | 1 | -20/+20 |
| 2002-12-06 | In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead. |  millert | 1 | -10/+27 |
| 2000-04-04 | Fix the leak for real (that's what I get for hacking when i can't sleep). |  millert | 1 | -5/+7 |
| 2000-04-04 | Fix an fd leak if the read from /dev/arandom fails. Pointed out by |  millert | 1 | -5/+5 |
| 2000-04-03 | Add srandomdev() from FreeBSD for use by sendmail and others. |  millert | 1 | -1/+46 |
| 1998-02-07 | More XPG4.2 -- |  millert | 1 | -9/+5 |
| 1998-02-06 | size_t n in initstate(); XPG |  deraadt | 1 | -2/+2 |
| 1996-09-15 | Remove dead code |  tholo | 1 | -3/+2 |
| 1996-08-19 | Fix RCS ids |  tholo | 1 | -2/+1 |
| 1996-03-30 | Substantially improve random number generation by using the largest prime |  tholo | 1 | -9/+21 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 1 | -0/+364 |