aboutsummaryrefslogtreecommitdiff
path: root/core/sys/info
Commit message (Expand)AuthorAgeFilesLines
* darwin: remove syscall usage (without -no-crt) to comply to Apple guidelinesLaytan Laats2024-07-081-1/+1
* Check for unneeded `transmute` with `-vet-cast`gingerBill2024-06-291-1/+1
* Fix `info.init_os_version` on FreeBSDFeoramund2024-06-121-1/+1
* add MacOS 14.5 to 'core:sys/info' and 'odin report'Laytan Laats2024-06-071-0/+1
* Minor code cleanupAndreas T Jonsson2024-05-101-1/+1
* Merged with masterAndreas T Jonsson2024-05-0210-85/+310
|\
| * sys/info: add missing `@(private)`'sLaytan Laats2024-04-305-5/+5
| * sys/info: update doc.odinLaytan Laats2024-04-301-12/+15
| * sys/info: retrieve better CPU description on DarwinLaytan Laats2024-04-301-6/+21
| * sys/info: add feature detection for Darwin and Linux ARMLaytan Laats2024-04-303-14/+206
| * sys/info: improve platform_linuxLaytan Laats2024-04-301-45/+57
| * sys/info: remove unneccesary build tagsLaytan Laats2024-04-305-5/+0
| * sys/info: add easy way of getting the MacOS versionLaytan Laats2024-04-302-4/+11
* | Added missing core:sys/info package for NetBSDAndreas T Jonsson2024-04-261-4/+8
* | Merge branch 'master' into netbsdAndreas T Jonsson2024-04-251-64/+64
|\|
| * Fix the format of some `doc.odin` files of the `core` library which did not m...Maurizio M. Gavioli2024-04-141-64/+64
* | More std lib fixesAndreas T Jonsson2024-04-191-2/+2
|/
* correct newly found vetsLaytan Laats2024-04-031-2/+2
* add MacOS 14.4.1 to sys/info and odin reportLaytan Laats2024-03-281-1/+2
* update macOS releases for `core:sys/info` and `odin report`Laytan Laats2024-03-201-0/+5
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-286-8/+8
* fix shift directionJon Lipstate2024-01-121-4/+4
* Reindent and align and f ix Ventura kernel+version swap.Jeroen van Rijn2024-01-101-352/+352
* Fixed indentationPlatin212024-01-101-27/+27
* Added macOS versions for a lot of revisionsPlatin212024-01-101-0/+50
* Implement new sys/unix packageflysand72023-10-271-75/+23
* core/sys/info: Fix the CPUID checkYawning Angel2023-05-161-1/+1
* core/sys/info: Workaround extremely rare XGETBV issuesYawning Angel2023-05-161-1/+8
* Separate out the `read_reg` into three non-parapoly proceduresgingerBill2023-03-071-61/+81
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-105-1/+18
* Fix +build ignoregingerBill2022-11-041-1/+1
* Update Darwin release mapRicardo Silva2022-10-031-0/+1
* [sys/info] Indentation nitpick.Jeroen van Rijn2022-09-051-1/+1
* Silence vet some more.Jeroen van Rijn2022-09-051-2/+2
* [sys/info] Add doc.odin with explanation.Jeroen van Rijn2022-09-051-0/+78
* [sys/info] Add OpenBSD detection support.Jeroen van Rijn2022-09-042-2/+71
* [sys/info] Add detection for Tiger, Leopard, Snow Leopard, Lion, Mountain Lio...Jeroen van Rijn2022-09-031-179/+319
* [sys/info] Move FreeBSD sysctl to sys/unix.Jeroen van Rijn2022-09-031-51/+9
* Merge branch 'sysinfo' of github.com:Kelimion/Odin into sysinfoJeroen van Rijn2022-09-031-53/+26
|\
| * [sys/info] Grab FreeBSD kernel info using sysctl.Jeroen van Rijn2022-09-031-53/+26
* | [sys/info] Move macOS sysctl to sys/unix.Jeroen van Rijn2022-09-031-48/+7
|/
* [sys/info] Support FreeBSD 13Jeroen van Rijn2022-09-033-6/+159
* [sys/info] Add detection for El Capitan, Sierra, High Sierra, MojaveJeroen van Rijn2022-09-021-67/+187
* [sys/info] Add detection for Catalina, Big Sur, Monterey.Jeroen van Rijn2022-09-021-14/+221
* [sys/info] Parse xnu kernel versionJeroen van Rijn2022-09-021-11/+34
* [sys/info] Add sysctl MIBs for MacOS.Jeroen van Rijn2022-09-021-4/+27
* [sys/info] Better sysctl wrapperJeroen van Rijn2022-09-021-14/+14
* [sys/info] Add MacOS memory sizeJeroen van Rijn2022-09-021-9/+13
* [sys/info] Retrieve GPU info on Windows.Jeroen van Rijn2022-09-012-49/+128
* [sys/info] Parse kernel/distro info.Jeroen van Rijn2022-09-012-9/+89