aboutsummaryrefslogtreecommitdiff
path: root/src/lj_prng.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|
* Fix QNX build.Mike Pall2022-09-121-1/+1
| | | | | Note: this is not an officially supported target. Contributed by Wen Yang.
* Add Nintendo Switch port.Mike Pall2022-06-081-0/+9
| | | | Contributed by Swyter and vdweller84.
* Add PS5 port.Mike Pall2022-04-171-2/+2
|
* *BSD: Fix getentropy() declaration.Mike Pall2022-03-071-1/+1
| | | | Thanks to dundargoc.
* Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|
* PS4: Fix compile.Mike Pall2021-07-191-1/+1
| | | | Thanks to Eric Lavesson.
* NetBSD: Use PROT_MPROTECT() and disable getentropy().Mike Pall2021-03-291-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 Pall2021-03-101-3/+9
| | | | Reported by MoNTE48.
* Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|
* Fix warning.Mike Pall2020-11-301-1/+1
|
* Handle old OSX/iOS without getentropy().Mike Pall2020-07-131-2/+16
|
* Fix OSX build.Mike Pall2020-06-231-1/+6
| | | | Reported by jnozsc.
* Use a securely seeded global PRNG for the VM.Mike Pall2020-06-151-0/+225
It's not 2005 anymore.