It's implemented by making it issue clone system call internally with the arguments of (SIGCHLD, 0, 0, 0, 0). The feature in which the caller of vfork blocks until the child issues exit/execve is not implemented. Refer to #233.