aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/child_spawn1_internal.c
Commit message (Collapse)AuthorAgeFilesLines
* Add mspawn functions to cspawn.h; move everything to libenvexecLaurent Bercot2024-04-301-27/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* cspawn revamp, part 1. Prepare for 2.14.0.0.Laurent Bercot2023-09-091-122/+9
| | | | 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-36/+43
| | | | 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>
* Some trivial bugfixes and cleanupsLaurent Bercot2020-12-071-1/+1
|
* child_spawn cleanup, configure cleanupLaurent Bercot2020-11-251-49/+52
|
* child_spawn*: make sure posix_spawn() doesn't clobber pipes with dup2+closeLaurent Bercot2019-06-161-4/+7
|
* bugfix: child_spawn2 error pathLaurent Bercot2018-09-141-1/+1
|
* Deprecate env_getLaurent Bercot2017-12-221-3/+3
|
* Add egidingroups sysdeps, change fd_close() to void and saving errno, ↵Laurent Bercot2017-07-161-6/+0
| | | | propagate changes
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-131-1/+0
|
* More types changesLaurent Bercot2017-02-171-0/+7
| | | | | | | | | 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 stat_atLaurent Bercot2015-05-051-2/+1
| | | | | | - make case_diff* work as a function is more cases - make sig_number case-insensitive - make child signal unblocking work in child_spawn*
* - reset all signals to default in child_spawn*Laurent Bercot2015-03-091-1/+4
| | | | | - cosmetic fix in INSTALL - version: rc for 2.3.1.2
* child_spawn1_internal fix for noposixspawnLaurent Bercot2014-12-211-1/+1
|
* Fix fd management in new child_spawn1, make socket nb for skaclientLaurent Bercot2014-12-181-13/+17
|
* fd leak fix in child_spawn1_internalLaurent Bercot2014-12-181-2/+2
|
* Separate socket from pipe in child_spawn. Less code in skaclient!Laurent Bercot2014-12-181-0/+125