summaryrefslogtreecommitdiffstats
path: root/spawn.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up some #includesTavian Barnes2021-02-051-1/+0
* Include what I useTavian Barnes2020-11-121-1/+0
* spawn: Fix error pipe write failure handlingTavian Barnes2020-11-041-1/+8
* spawn: Actually fix moving the pipe out of the wayTavian Barnes2019-07-081-7/+7
* spawn: Fix moving the pipe out of the wayTavian Barnes2019-07-051-3/+9
* spawn: Move the pipe FD out of the way of input FDs tooTavian Barnes2019-06-161-1/+1
* spawn: Add dup2() and close() file actionsTavian Barnes2019-05-311-5/+60
* spawn: Add some docsTavian Barnes2018-09-191-8/+11
* spawn: Implement execvpe() on platforms that lack itTavian Barnes2018-09-191-1/+11
* spawn: New posix_spawn()-like API for execTavian Barnes2018-09-181-0/+158