summaryrefslogtreecommitdiff
path: root/lib/libc/gen/posix_spawn.c
AgeCommit message (Expand)Author
2016-03-13environ and __progname are not declared in a public header; declare themPhilip Guenther
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadPhilip Guenther
2015-09-10Pull in namespace.h when building all .c files using gcc's -include option,Philip Guenther
2014-11-14_NSIG is the number of valid signals including signal 0, so it's not a validJonathan Matthew
2014-09-02Fix previous commit: fd wasn't set in the FAE_DUP2 casePhilip Guenther
2014-08-31Add additional userland interfaces for setting close-on-exec on fdsPhilip Guenther
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-03-22clean the sigact in a portable way; ok matthewTheo de Raadt
2012-03-21Implement execvpe(3) and posix_spawn(3) and family. Based onMatthew Dempsky