summaryrefslogtreecommitdiff
path: root/src/libstddjb/child_spawn2.c
AgeCommit message (Collapse)Author
2021-09-02 Don't forget child_spawn eitherLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2020-11-25 child_spawn cleanup, configure cleanupLaurent Bercot
2019-06-16 child_spawn*: make sure posix_spawn() doesn't clobber pipes with dup2+closeLaurent Bercot
2018-09-14 Better when it buildsLaurent Bercot
2018-09-14 bugfix: child_spawn2 error pathLaurent Bercot
2017-12-22 Deprecate env_getLaurent Bercot
2017-03-13 More superflous headers cleanup and tiny fixesLaurent Bercot
2017-02-17 More types changesLaurent Bercot
New disize Add size_t to the autotypes list Delete redundant and replace-libc files dev_t/ino_t pass Big size_t pass More things missing, still not operational yet
2016-10-19 Add child_spawn2Laurent Bercot