aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/child_spawn2.c
Commit message (Collapse)AuthorAgeFilesLines
* cspawn revamp, part 1. Prepare for 2.14.0.0.Laurent Bercot2023-09-091-139/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make child_spawn_workaround publicLaurent Bercot2023-09-081-4/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add workaround for bad QoI posix_spawn()Laurent Bercot2023-06-281-73/+92
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.13.0.0, revamp strerrLaurent Bercot2022-11-291-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't forget child_spawn eitherLaurent Bercot2021-09-021-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* child_spawn cleanup, configure cleanupLaurent Bercot2020-11-251-21/+18
|
* child_spawn*: make sure posix_spawn() doesn't clobber pipes with dup2+closeLaurent Bercot2019-06-161-8/+14
|
* Better when it buildsLaurent Bercot2018-09-141-1/+1
|
* bugfix: child_spawn2 error pathLaurent Bercot2018-09-141-1/+1
|
* Deprecate env_getLaurent Bercot2017-12-221-5/+5
|
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-131-1/+0
|
* More types changesLaurent Bercot2017-02-171-4/+4
| | | | | | | | | 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
* Add child_spawn2Laurent Bercot2016-10-191-0/+151