Hacker News new | ask | show | jobs
by m463 903 days ago
I tried to rebuild bash a while back on macos and couldn't do it because the source code was not available for rootless.h. I guess someones complaint finally got some action from apple.

I remember doing macos kernel debugging (in the non-gpl code apple distributes) and it was pretty evident that the code they distribute like xnu is NOT the code that is in the OS. Stack traces had lots of functions apple keeps to itself. Looking in the distributed code shows suspicious blank lines where automated tools must remove apple-only source.

1 comments

Yes, XNU is missing a lot of stuff. But it's not (L)GPL, so it's not really required for them to provide that code.