summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/forkfd/forkfd_linux.c
Commit message (Expand)AuthorAgeFilesLines
* forkfd/Linux: ask clone() to use the SIGCHLD as the termination signalThiago Macieira2020-09-171-2/+2
* forkfd: remove FFD_VFORK_SEMANTICSThiago Macieira2020-06-301-2/+0
* forkfd/linux: add support for RISC-VAndreas Schwab2020-06-231-1/+1
* forkfd/linux: handle failure from sys_cloneAndreas Schwab2020-06-231-0/+2
* forkfd: add FFD_VFORK_SEMANTICS flagThiago Macieira2020-03-251-1/+4
* forkfd: introduce forkfd_wait4() that takes optionsThiago Macieira2020-03-251-8/+17
* forkfd/Linux: remove unused codeThiago Macieira2020-01-091-68/+0
* forkfd: Implement forkfd in terms of Linux 5.2's CLONE_PIDFDThiago Macieira2020-01-091-0/+251