| Commit message (Expand) | Author | Age | Files | Lines |
| * | When r241373 was merged, one file appears to have been missed from the | Gavin Atkinson | 2013-04-02 | 1 | -2/+1 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
| * | Use 'uint32_t' instead of 'long' when a 32-bit integer is intended. | David Schultz | 2004-01-20 | 1 | -31/+32 |
| * | For type 0 rng lower initial drop to 50, it is enough to hide linearity | Andrey A. Chernov | 2003-08-10 | 1 | -1/+5 |
| * | For rand(3) and random(3) TYPE_0 drop NSHUFF values right after srand{om}() | Andrey A. Chernov | 2003-02-04 | 1 | -5/+8 |
| * | Park & Miller PRNG can be safely initialized with any value but 0 and stuck | Andrey A. Chernov | 2003-02-03 | 1 | -1/+4 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -3/+2 |
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 1 | -1/+1 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 1 | -11/+11 |
| * | Add a long-overdue nail to the deprecated /dev/urandom interface | Mark Murray | 2001-10-30 | 1 | -1/+1 |
| * | urandom(4) -> random(4) in comments. | Dima Dorfman | 2001-06-07 | 1 | -1/+1 |
| * | srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allow | Andrey A. Chernov | 2001-04-23 | 1 | -1/+1 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -0/+2 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -3/+3 |
| * | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 1 | -3/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | srandomdev: use stack junk value in the fallback code too | Andrey A. Chernov | 1997-06-15 | 1 | -2/+3 |
| * | Instead of copying fallback code over and over in each program, | Andrey A. Chernov | 1997-06-14 | 1 | -9/+16 |
| * | Remove orand* code as promised for the next release | Andrey A. Chernov | 1997-03-29 | 1 | -8/+3 |
| * | Fix urandom reference in the comment | Andrey A. Chernov | 1997-03-23 | 1 | -1/+1 |
| * | Add srandomdev() function (use "/dev/urandom" now) | Andrey A. Chernov | 1997-03-23 | 1 | -0/+40 |
| * | Merge Lite2 changes | Peter Wemm | 1997-03-11 | 1 | -30/+68 |
| * | Improve seeding, the random sequence did not vary match | Andrey A. Chernov | 1996-10-09 | 1 | -5/+55 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -3/+3 |
| * | u_int -> unsigned int, so that we don't have to include <sys/types.h> | Bruce Evans | 1994-09-05 | 1 | -2/+2 |
| * | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+363 |