summaryrefslogtreecommitdiff
path: root/random/unix/apr_random.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1898076 from trunk:Joe Orton2022-02-151-1/+1
* Clean up references to rng struct when pool isRainer Jung2011-11-081-0/+18
* Clarify what happens to the proc structure used by apr_fork(). Rainer Jung2011-11-081-0/+5
* Document and add extern "C" linkage declaration to the apr_random.h header.Davi Arnaut2007-07-211-1/+4
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* These working sizes are never negative, always mem mapping sized.William A. Rowe Jr2006-01-131-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * random/unix/apr_random.c (apr_random_init): Zero-initialize H andJoe Orton2004-10-061-2/+2
* Relicense.Joe Orton2004-02-281-49/+10
* Correct signedness of abs values.William A. Rowe Jr2003-11-171-6/+6
* With the exception of some intersting(1) output from testall random2,William A. Rowe Jr2003-11-161-14/+20
* fix an odd portability issue:Jeff Trawick2003-11-061-2/+2
* Get rid of tabs.Ben Laurie2003-11-061-61/+61
* * apr_random.c: Fix comment.Joe Orton2003-11-051-1/+1
* Code style.Ben Laurie2003-11-051-117/+112
* Make sure randomness is different after a fork.Ben Laurie2003-11-031-2/+45
* Start of new PRNG.Ben Laurie2003-11-031-0/+294