Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NetBSD: Use PROT_MPROTECT() and disable getentropy(). | Mike Pall | 2021-03-29 | 1 | -1/+1 |
| | | | | | Note: this is not an officially supported target. Contributed by David Carlier. | ||||
* | iOS: Don't use getentropy() since it's disallowed in the App Store. | Mike Pall | 2021-03-10 | 1 | -3/+9 |
| | | | | Reported by MoNTE48. | ||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | Fix warning. | Mike Pall | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | Handle old OSX/iOS without getentropy(). | Mike Pall | 2020-07-13 | 1 | -2/+16 |
| | |||||
* | Fix OSX build. | Mike Pall | 2020-06-23 | 1 | -1/+6 |
| | | | | Reported by jnozsc. | ||||
* | Use a securely seeded global PRNG for the VM. | Mike Pall | 2020-06-15 | 1 | -0/+225 |
It's not 2005 anymore. |