Day 266: The unfamiliar world of OS X syscalls

from blog Alex Clemmer, | ↗ original
Hacker School: day 266. (My batch ended on August 22, 2013, but as they say, never graduate.) After learning a bunch about concurrency primitives Yesterday, I decided it would be fun to have an operational understanding of their implementation. So I decided to boot up dtruss (which is like dtrace, but for OS X) and look at the syscall pattern...