about summary refs log tree commit homepage
path: root/t/spawn.t
DateCommit message (Expand)
2021-02-24treewide: avoid "delete local" construct on hashes
2021-02-07spawn: pi_fork_exec: support "pgid"
2021-02-05httpd/async: set O_NONBLOCK correctly
2021-01-12cmd_ipc: send FDs with buffer payload
2021-01-12ds: block signals when reaping
2021-01-03send and receive all 3 FDs at once
2021-01-03spawn: support send_fd+recv_fd w/o IO::FDPass
2021-01-02processpipe: allow synchronous close to set $?
2021-01-01update copyrights for 2021
2020-07-07t/spawn: fix test reliability
2020-06-30spawn: unblock SIGCHLD in subprocess
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-11spawn: remove support for clearing the env
2019-11-04index: "git log" failures are fatal
2019-09-09run update-copyrights from gnulib for 2019
2019-06-24spawn: remove `Blocking' flag handling
2019-04-04spawn: require soft and hard entries in RLIMIT_* handling
2019-04-04spawn: support RLIMIT_CPU, RLIMIT_DATA and RLIMIT_CORE
2018-02-07update copyrights for 2018
2016-06-18spawn: try to keep signals blocked in spawned child
2016-05-22t/spawn.t: additional tests for popen_rd
2016-02-27git: use built-in spawn implementation for vfork
2016-02-27initial spawn implementation using vfork