Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -2/+2 | |
* | environ and __progname are not declared in a public header; declare them | 2016-03-13 | 1 | -3/+1 | |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | 2015-10-23 | 1 | -3/+4 | |
* | Pull in namespace.h when building all .c files using gcc's -include option, | 2015-09-10 | 1 | -2/+1 | |
* | _NSIG is the number of valid signals including signal 0, so it's not a valid | 2014-11-14 | 1 | -2/+2 | |
* | Fix previous commit: fd wasn't set in the FAE_DUP2 case | 2014-09-02 | 1 | -3/+4 | |
* | Add additional userland interfaces for setting close-on-exec on fds | 2014-08-31 | 1 | -3/+12 | |
* | Remove excessive sys/cdefs.h inclusion | 2012-12-05 | 1 | -3/+1 | |
* | clean the sigact in a portable way; ok matthew | 2012-03-22 | 1 | -2/+5 | |
* | Implement execvpe(3) and posix_spawn(3) and family. Based on | 2012-03-21 | 1 | -0/+468 |