aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-15indicate failure to the test harnessBrent Cook1-0/+1
ok beck@
2014-07-15added fork_rand test to check for PID wraparoundBrent Cook3-2/+93
ok beck@
2014-07-15crank versionBob Beck1-1/+1
2014-07-15register the atfork handler from arc4randomBrent Cook1-0/+8
From kettenis@ People have suggested using pthread_atfork(3) before, but discarded the idea because it involves linking with -lpthread, which has other undesirable consequences. However: * Most systems actually have pthread_atfork(3) in libc. I verified this on OS X and Solaris. I believe this is the case on Linux systems that use musl as well. * On Linux systems that use glibc, this isn't the case. However, those systems have __register_atfork(3), which is fully documented in the "Linux Standard Base Core Specification". ok kettenis@ deraadt@ beck@
2014-07-15enable the asn1 testBrent Cook1-1/+1