summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/arc4random-fork/arc4random-fork.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid compiler warning on some OStb13 days1-1/+1
* Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofmiod2015-10-301-0/+1
* remove non-portable __progname extern from arc4random unit test.bcook2014-07-281-2/+1
* Minor cleanupsmatthew2014-07-091-5/+12
* check for EINTR when calling waitpid.bcook2014-07-091-2/+13
* Add regress tests to make sure arc4random(3) is reinitializedmatthew2014-06-181-0/+153