summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arc4random/arc4random_osx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tighten behavior of _rs_allocate failure for portable arc4random implementati...bcook2016-06-301-1/+2
* unify files furtherderaadt2015-09-111-4/+4
* 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/+3
* 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