Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Coverity CID 1016714 Resource leak in process_file_actions_entry() | truckman | 2016-05-25 | 1 | -3/+6 |
* | Fix a mistake in r287292. Despite correctly stating intent in the | kib | 2015-08-30 | 1 | -2/+2 |
* | Switch libc from using _sig{procmask,action,suspend} symbols, which | kib | 2015-08-29 | 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 |