aboutsummaryrefslogtreecommitdiff
path: root/core/sys/darwin/xnu_system_call_wrappers.odin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into tiocgwinsz_timeRaph2025-06-201-10/+4
|\
| * Fix #5366Jeroen van Rijn2025-06-191-0/+4
| * os2: better copy_directory, and add native copy_file and copy_directory varia...Laytan Laats2025-05-081-10/+0
* | added TIOCGWINSZ to darwin, linux and freebsdRaphGL2025-06-201-0/+5
|/
* Fix `-vet-tabs` issuesgingerBill2024-08-241-29/+29
* Merge pull request #3280 from beaumccartney/shm_syscallsLaytan2024-08-151-0/+8
|\
| * darwin: syscall wrappers for shm_open() and shm_unlink()Beau McCartney2024-03-151-0/+8
* | darwin: remove syscall usage (without -no-crt) to comply to Apple guidelinesLaytan Laats2024-07-081-0/+4
* | sys/darwin: fix sysctl and sysctlbyname syscallsLaytan Laats2024-04-301-3/+3
|/
* Merge pull request #3272 from iansimonson/add_getrusage_darwingingerBill2024-03-141-1/+5
|\
| * Use c.long rather than intIan Simonson2024-03-141-1/+1
| * Fix __darwin_suseconds_t definitionIan Simonson2024-03-141-1/+1
| * Add getrusage syscall for mac/darwinIan Simonson2024-03-131-0/+4
* | Fix syscall_munmap in darwinIan Simonson2024-03-131-1/+1
|/
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* make darwin syscalls contextlessColin Davidson2023-02-191-47/+47
* add osx supportColin Davidson2023-02-191-1/+1
* Convert all uses of `*_from_slice` to `*_from_bytes` where appropriategingerBill2022-05-161-1/+1
* Strip unneeded semicolonsgingerBill2022-02-151-35/+35
* Fixed package namePlatin212022-01-231-1/+1
* Adds several system calls and the beginning of odin wrappers for themPlatin212022-01-231-0/+419