aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/cspawn.c
Commit message (Expand)AuthorAgeFilesLines
* Actually add autosurf_name; fix cspawn leak in error pathLaurent Bercot2023-12-181-1/+1
* Add waitid() sysdep, and fuck OpenBSDLaurent Bercot2023-09-121-1/+6
* Add POSIX_SPAWN_SETSID_NP supportLaurent Bercot2023-09-111-2/+6
* Don't forget to uncoeLaurent Bercot2023-09-111-0/+1
* Add posix_spawn_file_actions_addchdir() supportLaurent Bercot2023-09-111-8/+46
* Fix cspawn when lack of flags or actionsLaurent Bercot2023-09-111-4/+9
* Add POSIX_SPAWN_SETSID support to cspawnLaurent Bercot2023-09-101-71/+97
* cspawn revamp, part 1. Prepare for 2.14.0.0.Laurent Bercot2023-09-091-0/+220