GSoC/GCI Archive
Google Summer of Code 2011 The NetBSD Foundation

In-kernel implementation of posix_spawn

by Charles Zhang for The NetBSD Foundation

We need a posix_spawn implementation which combine fork() and exec() in one system call. This will benefit the growing amount of multithread applications and make NetBSD more posix compatible.