Age | Commit message (Expand) | Author |
---|---|---|
2016-03-13 | environ and __progname are not declared in a public header; declare them | Philip Guenther |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |
2015-09-10 | Pull 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 valid | Jonathan Matthew |
2014-09-02 | Fix previous commit: fd wasn't set in the FAE_DUP2 case | Philip Guenther |
2014-08-31 | Add additional userland interfaces for setting close-on-exec on fds | Philip Guenther |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-03-22 | clean the sigact in a portable way; ok matthew | Theo de Raadt |
2012-03-21 | Implement execvpe(3) and posix_spawn(3) and family. Based on | Matthew Dempsky |