aboutsummaryrefslogtreecommitdiff
path: root/core/sys/linux/helpers.odin
Commit message (Collapse)AuthorAgeFilesLines
* Fix sys/linux 64 bit arguments on 32 bit systemsjason2025-01-021-1/+1
| | | | | Reverese return values of compat64_arg_pair Add register alignment to specific arm32 system calls
* Minor fixes + cleanup in os2 and sys/linuxjason2025-01-021-1/+1
| | | | | | Add NOFOLLOW to os2.remove Change Dev from int to u64 and make relavant casts Fix compat64_arg_pair
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-2/+2
| | | | file tag syntax.
* Minor clean upsgingerBill2024-07-191-28/+31
|
* fix a couple of -vet-style failures after ↵Laytan2024-05-091-15/+15
| | | | f54977336b27c32eab52b77d94e7b1610f4350cf
* spall instrumentationLaytan Laats2024-02-051-0/+1
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* convert spaces to tabsflysand72023-10-271-45/+45
|
* Implement new sys/unix packageflysand72023-10-271-0/+150