Woah, in macOS 15.4, two of my favorite syscalls are finally 'public' and documented!
"fileport_makeport(2) and fileport_makefd(2) are now APIs with manual pages. (66571768) (FB8270900)"
https://developer.apple.com/documentation/macos-release-notes/macos-15_4-release-notes
Chromium has been using them for at least 6 years, when I implemented the IPC Channel using Mach messages.


