aboutsummaryrefslogtreecommitdiff
path: root/core/os/os_openbsd.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix types for BSDgingerBill2024-01-281-1/+1
* Remove `core:os` dependency completely from `base:runtime`gingerBill2024-01-281-2/+2
* Alias heap calls from `base:runtime` is `core:os`gingerBill2024-01-281-21/+0
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Fix unreachable errorgingerBill2023-02-191-1/+0
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+14
* Fix memory leak in `os.get_current_directory` on failure on *nix systemsgingerBill2023-01-161-0/+1
* shuffle to private/public wrapperColin Davidson2023-01-061-3/+4
* add get thread count to openbsdColin Davidson2023-01-051-1/+7
* Make `os.get_last_error` contextlessgingerBill2022-12-081-1/+1
* Add `Allocator_Mode.Alloc_Non_Zerored`gingerBill2022-09-221-3/+9
* [sys/info] Add OpenBSD detection support.Jeroen van Rijn2022-09-041-1/+1
* [os] Darwin,FreeBSD,OpenBSD: Rename os.getenv to os.get_envWilliam Roe2022-05-231-3/+8
* Minor improvements to io and osgingerBill2022-05-051-4/+0
* Fix typogingerBill2022-03-091-1/+0
* Fix #1606 (Call `runtime._cleanup_runtime_contextless()` for `os.exit`)gingerBill2022-03-091-0/+2
* initial OpenBSD supportSébastien Marie2022-02-251-0/+706