summaryrefslogtreecommitdiff
path: root/lib/libcrypto/crypto/arc4random_linux.h
AgeCommit message (Expand)Author
2016-06-30Tighten behavior of _rs_allocate failure for portable arc4random implementati...Brent Cook
2016-01-04Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1.Brent Cook
2015-01-15back in september I did the large abstraction refactoring to allow theseTheo de Raadt
2014-08-13munmap correct object in (extremely unlikely, and effectively terminal)Theo de Raadt
2014-07-20Move more OS-specific functionality to arc4random.h headers.bcook
2014-07-19Move _ARC4_ATFORK handlers from thread_private.h in portable.bcook
2014-07-19move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modulesbcook
2014-07-19fixup typosbcook
2014-07-19Change _rs_allocate so it can combine the two regions (rs and rsx)Theo de Raadt
2014-07-18Cleanup portable arc4random fork detection code:Matthew Dempsky
2014-07-18Seperate arc4random's os-dependent parts into static inline functions,Theo de Raadt