aboutsummaryrefslogtreecommitdiff
path: root/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* register the atfork handler from arc4randomBrent Cook2014-07-151-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@
* add platform libraries to libcompat's LIBADD listBrent Cook2014-07-121-0/+1
| | | | ok beck@
* We're probably gonna need this for solaris 10Bob Beck2014-07-121-0/+101
|
* build strtonum directly into apps/opensslBrent Cook2014-07-111-3/+0
| | | | | | it is not needed as a library export ok beck@
* Make things build again - add some missing headersCharlie Root2014-07-101-0/+2
| | | | ok bcook@
* initial top-level import of subdirectoriesBrent Cook2014-07-103-0/+122