summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/posix_spawn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* environ and __progname are not declared in a public header; declare themguenther2016-03-131-3/+1
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-3/+4
* Pull in namespace.h when building all .c files using gcc's -include option,guenther2015-09-101-2/+1
* _NSIG is the number of valid signals including signal 0, so it's not a validjmatthew2014-11-141-2/+2
* Fix previous commit: fd wasn't set in the FAE_DUP2 caseguenther2014-09-021-3/+4
* Add additional userland interfaces for setting close-on-exec on fdsguenther2014-08-311-3/+12
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* 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