The Darwin kernel in OSX has more than userland code taken from FreeBSD. "The kernel of Darwin is XNU, a hybrid kernel which uses OSFMK (Open Software Foundation Mach Kernel) from the OSF, various elements of FreeBSD (including the process model, network stack, and virtual file system)" [0]
pjmlp|6 years ago
https://www.amazon.com/Mac-OS-Internals-Approach-paperback/d...
https://www.amazon.com/Mac-OS-iOS-Internals-Apples/dp/111805...
microtonal|6 years ago
https://github.com/apple/darwin-xnu/tree/master/bsd
Also, more recently they imported pf from OpenBSD:
https://github.com/apple/darwin-xnu/blob/master/bsd/net/pf.c
Or do you mean that they have recently taken more code from other BSDs than FreeBSD?