Hacker News new | ask | show | jobs
by umanwizard 3735 days ago
It's not really BSD either; it's a mix of a bunch of stuff. The kernel XNU is a hybrid between Mach and BSD. I think there are also a few GNU utilities in the base system but I could be wrong about that (?)
1 comments

    $ uname
    Darwin
    $ /usr/bin/cmp --version
    cmp (GNU diffutils) 2.8.1
    [...]
Right! I though there was still some GNU stuff floating around ;). Thanks for the example.