| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r300953 | ache | 2016-06-05 | 1 | -47/+15 |
* | MFC: r300397 | ache | 2016-05-29 | 1 | -15/+10 |
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-06-13 | 1 | -1/+1 |
* | Replace access to /dev/random with the kernel pseudo-random number | delphij | 2013-04-02 | 1 | -27/+15 |
* | Remove undefined behavior from sranddev() and | eadler | 2012-10-09 | 1 | -2/+1 |
* | libc: Use O_CLOEXEC for various internal file descriptors. | jilles | 2012-09-29 | 1 | -1/+1 |
* | Slight stylification. | des | 2012-09-28 | 1 | -18/+11 |
* | Make 'junk' volatile so that compilers won't be tempted to optimize | kevlo | 2012-08-17 | 1 | -1/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Use 'uint32_t' instead of 'long' when a 32-bit integer is intended. | das | 2004-01-20 | 1 | -31/+32 |
* | For type 0 rng lower initial drop to 50, it is enough to hide linearity | ache | 2003-08-10 | 1 | -1/+5 |
* | For rand(3) and random(3) TYPE_0 drop NSHUFF values right after srand{om}() | ache | 2003-02-04 | 1 | -5/+8 |
* | Park & Miller PRNG can be safely initialized with any value but 0 and stuck | ache | 2003-02-03 | 1 | -1/+4 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -3/+2 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -1/+1 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -11/+11 |
* | Add a long-overdue nail to the deprecated /dev/urandom interface | markm | 2001-10-30 | 1 | -1/+1 |
* | urandom(4) -> random(4) in comments. | dd | 2001-06-07 | 1 | -1/+1 |
* | srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allow | ache | 2001-04-23 | 1 | -1/+1 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -0/+2 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -3/+3 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 1 | -3/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | srandomdev: use stack junk value in the fallback code too | ache | 1997-06-15 | 1 | -2/+3 |
* | Instead of copying fallback code over and over in each program, | ache | 1997-06-14 | 1 | -9/+16 |
* | Remove orand* code as promised for the next release | ache | 1997-03-29 | 1 | -8/+3 |
* | Fix urandom reference in the comment | ache | 1997-03-23 | 1 | -1/+1 |
* | Add srandomdev() function (use "/dev/urandom" now) | ache | 1997-03-23 | 1 | -0/+40 |
* | Merge Lite2 changes | peter | 1997-03-11 | 1 | -30/+68 |
* | Improve seeding, the random sequence did not vary match | ache | 1996-10-09 | 1 | -5/+55 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
* | u_int -> unsigned int, so that we don't have to include <sys/types.h> | bde | 1994-09-05 | 1 | -2/+2 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+363 |