Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r300662 | truckman | 2016-06-01 | 1 | -3/+6 |
* | MFC r287292: | kib | 2015-09-05 | 1 | -3/+6 |
* | posix_spawn: If an error is detected in the child process, reap the zombie. | jilles | 2011-07-10 | 1 | -1/+4 |
* | Fix whitespace inconsistencies in libc in files copyrighted by me. | ed | 2011-06-26 | 1 | -2/+2 |
* | posix_spawn(): Do not fail when trying to close an fd that is not open. | jilles | 2011-05-30 | 1 | -5/+2 |
* | Fix a typo. | rdivacky | 2008-10-23 | 1 | -1/+1 |
* | Turn execvpe() into an internal libc routine. | ed | 2008-06-23 | 1 | -1/+2 |
* | Process spawn attributes in POSIX document order. | davidxu | 2008-06-19 | 1 | -21/+22 |
* | Style fix. | davidxu | 2008-06-17 | 1 | -1/+2 |
* | Change my email address to the one from the FreeBSD project. | ed | 2008-06-17 | 1 | -1/+1 |
* | Add POSIX routines called posix_spawn() and posix_spawnp(), which | davidxu | 2008-06-17 | 1 | -0/+472 |