summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/arc4random-fork/arc4random-fork.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* check for EINTR when calling waitpid.bcook2014-07-091-2/+13
| | | | ok jsing@
* Add regress tests to make sure arc4random(3) is reinitializedmatthew2014-06-181-0/+153
correctly in fork children.