Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity(),
and use it in compats instead of their sys_*() counterparts.
I'm not quite happy with the addition of <_cpuset.h> to syscallsubr.h,
but I have no idea what would be a better way to do this.