aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/os_specific.odin
Commit message (Collapse)AuthorAgeFilesLines
* base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES`Yawning Angel2025-11-291-0/+10
| | | | | | Having the OS/runtime provide a cryptographic entropy source is the right thing to do, and we need it to initialize the default random number generator.
* Add `runtime.exit`gingerBill2025-10-301-0/+4
|
* Rename `runtime.os_write` to `runtime.stderr_write`gingerBill2024-01-291-2/+2
|
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-0/+7