aboutsummaryrefslogtreecommitdiff
path: root/core/sys/info/platform_linux.odin
Commit message (Expand)AuthorAgeFilesLines
* Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-081-3/+6
* Remove stray import.Jeroen van Rijn2025-04-051-1/+0
* Fix segfault in core:sys/info on WSL2Jeroen van Rijn2025-04-051-6/+14
* sys/info: add missing `@(private)`'sLaytan Laats2024-04-301-1/+1
* sys/info: improve platform_linuxLaytan Laats2024-04-301-45/+57
* sys/info: remove unneccesary build tagsLaytan Laats2024-04-301-1/+0
* correct newly found vetsLaytan Laats2024-04-031-2/+2
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
* Implement new sys/unix packageflysand72023-10-271-75/+23
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+3
* [sys/info] Parse kernel/distro info.Jeroen van Rijn2022-09-011-3/+85
* [sys/info] Initial version.Jeroen van Rijn2022-09-011-0/+54