aboutsummaryrefslogtreecommitdiff
path: root/tests/spawn_test.cpp
AgeCommit message (Expand)Author
2020-03-30dynamic libc: ignore ART profiling signal by default.Florian Mayer
2018-10-09Block TIMER_SIGNAL in sigprocmask(SIG_SETMASK, ...).Josh Gao
2018-04-09spawn.signal_stress: reap spawned children on exitRyan Prichard
2018-04-03Fix race in spawn.signal_stress testRyan Prichard
2018-03-05Rewrite system(3) to use posix_spawn(3).Elliott Hughes
2018-01-30Add `sigset64_t` and accompanying functions.Elliott Hughes
2018-01-26Better handling of sigset_t on LP32.Elliott Hughes
2017-11-29Fix posix_spawn signal defaulting.Elliott Hughes
2017-10-11Implement <spawn.h>.Elliott Hughes