aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/child_spawn.c
Commit message (Collapse)AuthorAgeFilesLines
* cspawn revamp, part 1. Prepare for 2.14.0.0.Laurent Bercot2023-09-091-176/+22
| | | | 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-71/+99
| | | | 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-24/+23
|
* child_spawn*: make sure posix_spawn() doesn't clobber pipes with dup2+closeLaurent Bercot2019-06-161-2/+2
|
* Add child_spawn3, make textclient_startf use itLaurent Bercot2018-01-031-1/+1
|
* Deprecate env_getLaurent Bercot2017-12-221-11/+9
|
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-131-2/+1
|
* More types changesLaurent Bercot2017-02-171-6/+6
| | | | | | | | | 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
* More work on the types. This commit builds but has errors.Laurent Bercot2017-01-251-1/+1
| | | | | | | Rework src/headers entirely: build skalibs/types.h Convert skalibs/fmtscan.h types. Propagate changes until it builds. There are a lot of incompatible pointer issues remaining, those will be fixed with the buffer overhaul.
* bugfix: child_spawn() error path now closes the right amount of fdsLaurent Bercot2016-10-191-1/+2
|
* Fix/clarify utilisations of 'char' (thanks Esben Haabendal)Laurent Bercot2016-01-141-2/+2
|
* - 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*
* Applied Roman Kimov's fixesv2.3.1.3Laurent Bercot2015-03-131-2/+2
|
* - 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
* Separate socket from pipe in child_spawn. Less code in skaclient!Laurent Bercot2014-12-181-52/+21
|
* Fix child_spawn fd closing when n=1Laurent Bercot2014-12-101-1/+1
|
* Simplify child_spawn: remove syncpipe in the posix_spawn() caseLaurent Bercot2014-12-051-14/+9
|
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+228