aboutsummaryrefslogtreecommitdiff
path: root/core/sys/darwin/xnu_system_call_helpers.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix `-vet-tabs` issuesgingerBill2024-08-241-3/+3
* Merge pull request #3280 from beaumccartney/shm_syscallsLaytan2024-08-151-16/+50
|\
| * shm_open: comment with notes abt permissionsBeau McCartney2024-03-191-0/+5
| * sys_shm_open: fchmod the returned descriptor to get correct permsBeau McCartney2024-03-161-0/+4
| * sys_open() calls _sys_open_mode() to get a permission flags integerBeau McCartney2024-03-151-16/+1
| * darwin: sys_shm_open() helperBeau McCartney2024-03-151-0/+17
| * helper function to convert Open_Flags bitset to a u32Beau McCartney2024-03-151-0/+23
* | darwin: remove syscall usage (without -no-crt) to comply to Apple guidelinesLaytan Laats2024-07-081-0/+4
|/
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+8
* Clean up of the core library to make the stream vtables not be pointers direc...gingerBill2022-09-151-12/+21
* use `context.temp_allocator` instead of general allocation + delete()Sébastien Marie2022-02-241-20/+10
* Strip unneeded semicolonsgingerBill2022-02-151-5/+5
* Fixed cyclic imports which where not neededPlatin212022-01-231-2/+0
* Fixed package namePlatin212022-01-231-1/+1
* Adds several system calls and the beginning of odin wrappers for themPlatin212022-01-231-0/+180