aboutsummaryrefslogtreecommitdiffstats
path: root/sys/darwin/ipc.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/darwin: use nested flag definitions where sensiblePaul Chaignon2023-12-051-3/+3
| | | | | | These flags were identified using the same script as for sys/linux. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
* sys/darwin: initial syscall definitionsPatrick Meyer2021-06-071-0/+108
Pretty much ripped from freebsd +/- what isn't applicable to darwin.