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