summaryrefslogtreecommitdiffstats
path: root/spawn.c
AgeCommit message (Expand)Author
2020-11-04spawn: Fix error pipe write failure handlingTavian Barnes
2019-07-08spawn: Actually fix moving the pipe out of the wayTavian Barnes
2019-07-05spawn: Fix moving the pipe out of the wayTavian Barnes
2019-06-16spawn: Move the pipe FD out of the way of input FDs tooTavian Barnes
2019-05-31spawn: Add dup2() and close() file actionsTavian Barnes
2018-09-19spawn: Add some docsTavian Barnes
2018-09-19spawn: Implement execvpe() on platforms that lack itTavian Barnes
2018-09-18spawn: New posix_spawn()-like API for execTavian Barnes