vfork() is of use on non-paged (and poorly implemented paging) systems. If you implemented the copy-on-write fork() behavior, you’d not need the vfork KLUDGE.