summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/posix_spawn.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a mistake in r287292. Despite correctly stating intent in thekib2015-08-301-2/+2
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-291-3/+6
* posix_spawn: If an error is detected in the child process, reap the zombie.jilles2011-07-101-1/+4
* Fix whitespace inconsistencies in libc in files copyrighted by me.ed2011-06-261-2/+2
* posix_spawn(): Do not fail when trying to close an fd that is not open.jilles2011-05-301-5/+2
* Fix a typo.rdivacky2008-10-231-1/+1
* Turn execvpe() into an internal libc routine.ed2008-06-231-1/+2
* Process spawn attributes in POSIX document order.davidxu2008-06-191-21/+22
* Style fix.davidxu2008-06-171-1/+2
* Change my email address to the one from the FreeBSD project.ed2008-06-171-1/+1
* Add POSIX routines called posix_spawn() and posix_spawnp(), whichdavidxu2008-06-171-0/+472
OpenPOWER on IntegriCloud