summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/posix_spawn.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean the sigact in a portable way; ok matthewderaadt2012-03-221-2/+5
|
* Implement execvpe(3) and posix_spawn(3) and family. Based onmatthew2012-03-211-0/+468
FreeBSD's implementation via Frank Denis, with various cleanups and tweaks by me. ok deraadt@, guenther@; discussions and tweaks from many others jmc@ promises to help me further with the man pages in tree