aboutsummaryrefslogtreecommitdiffstats
path: root/sys/darwin/sys.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/darwin: initial syscall definitionsPatrick Meyer2021-06-071-19/+131
| | | | Pretty much ripped from freebsd +/- what isn't applicable to darwin.
* sys/darwin: minimal set of syscallsPatrick Meyer2021-05-201-0/+27
To make MakeUnixNeutralizer work we need to have definitions of mmap and friends, like MAP_FIXED.