I'm attempting to find the list of supported syscalls in an old version of OS X.
For each version of the XNU kernel, there is a syscalls.master
file that gives me what I want (for example, here is one for XNU 2782.20.48). I can see my current XNU version with uname -a
. But I don't know how to find what version of XNU was included in historical releases of OS X.
Is there a list somewhere mapping OS X version number (e.g. 10.9.0) or build number to XNU version number?