osx - How can I find the xnu version that corresponds to a particular OS X release? -


i'm attempting find list of supported syscalls in old version of os x.

for each version of xnu kernel, there syscalls.master file gives me want (for example, here 1 xnu 2782.20.48). can see current xnu version uname -a. don't know how find version of xnu included in historical releases of os x.

is there list somewhere mapping os x version number (e.g. 10.9.0) or build number xnu version number?

not perfect, can work out apple open source release listings at:

http://www.opensource.apple.com/

for each release linked (eg http://www.opensource.apple.com/release/os-x-10105/ osx 10.10.5), have link towards bottom of page xnu version release (eg, xnu-2782.40.9).

@pajp has gone effort of converting these tarballs useable git repo at:

https://github.com/aosm/xnu

with appropriate tagging osx release , xnu version, use put listing.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -