aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/spawn.cpp
Commit message (Expand)AuthorAgeFilesLines
* allowlist new Linux close_range() system call, use it in posix_spawn()Maciej Żenczykowski2022-04-291-0/+5
* posix_spawn - implement support for POSIX_SPAWN_CLOEXEC_DEFAULTMaciej Żenczykowski2022-04-271-1/+25
* posix_spawn: always clear O_CLOEXEC for dup'ed fds.Elliott Hughes2022-02-161-1/+11
* Introduce api to track fd ownership in libc.Josh Gao2018-07-191-0/+2
* Add `struct sigaction64` and `sigaction64`.Elliott Hughes2018-02-011-4/+4
* Add `sigset64_t` and accompanying functions.Elliott Hughes2018-01-301-8/+29
* Fix posix_spawn signal defaulting.Elliott Hughes2017-11-291-26/+34
* Simplify the posix_spawn sigdefault logic.Elliott Hughes2017-11-141-11/+5
* Fix missing includes, again.Dan Albert2017-10-131-0/+2
* Implement <spawn.h>.Elliott Hughes2017-10-111-0/+316