aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/os_specific_bsd.odin
Commit message (Collapse)AuthorAgeFilesLines
* base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES`Yawning Angel2025-11-291-0/+8
| | | | | | 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.
* Remove duplicate importJeroen van Rijn2025-10-301-3/+0
|
* Add `runtime.exit`gingerBill2025-10-301-0/+11
|
* Fix use of errno on OpenBSD.Dave Voutila2025-03-271-1/+1
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-2/+2
| | | | file tag syntax.
* Initial commit of NetBSD portAndreas T Jonsson2024-04-161-2/+6
|
* Rename `runtime.os_write` to `runtime.stderr_write`gingerBill2024-01-291-1/+1
|
* Improve foreign variable fuzzy type checkinggingerBill2024-01-281-1/+2
|
* Remove `core:os` dependency completely from `base:runtime`gingerBill2024-01-281-0/+21