| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-05 | fix test failure, organize code, add new compile error | Andrew Kelley | |
| 2018-02-04 | Use /dev/urandom and sysctl(RANDOM_UUID) on Linux. | Ben Noordhuis | |
| Add fallback paths for when the getrandom(2) system call is not available. Try /dev/urandom first and sysctl(RANDOM_UUID) second. The sysctl issues a warning in the system logs with some kernels but that seems like an acceptable tradeoff for the fallback of a fallback. | |||
