Download raw body.
pgo_fault & VM_PAGER_* values
On 12/5/24 00:22, Theo Buehler wrote: > I dislike that in a few handlers the vm_fault_t ret changes from holding > a VM_* code to a type holding an errno. But that's C being the terrible > type unsafe language that it is That's the purpose of C. It's just a more convenient way to writing terribly type unsafe machine code directly. And it is does a great job about it. -- Christian
pgo_fault & VM_PAGER_* values