summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arc4random/arc4random_linux.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Using pthread_atfork instead of __register_atfork with uClibc on noMMUinoguchi2019-07-111-2/+2
* Tighten behavior of _rs_allocate failure for portable arc4random implementati...bcook2016-06-301-1/+2
* Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1.bcook2016-01-041-2/+3
* back in september I did the large abstraction refactoring to allow thesederaadt2015-01-151-1/+2
* munmap correct object in (extremely unlikely, and effectively terminal)deraadt2014-08-131-2/+2
* Move more OS-specific functionality to arc4random.h headers.bcook2014-07-201-1/+10
* Move _ARC4_ATFORK handlers from thread_private.h in portable.bcook2014-07-191-1/+9
* move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modulesbcook2014-07-191-1/+7
* fixup typosbcook2014-07-191-18/+18
* Change _rs_allocate so it can combine the two regions (rs and rsx)deraadt2014-07-191-15/+14
* Cleanup portable arc4random fork detection code:matthew2014-07-181-11/+8
* Seperate arc4random's os-dependent parts into static inline functions,deraadt2014-07-181-0/+66