about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_common
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-194/+0
2023-08-22fixup! std: unix process: Test exit statuses / wait statusesIan Jackson-1/+1
2023-08-22std: unix process: Test exit statuses / wait statusesIan Jackson-0/+33
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-33/+46
2022-08-28Use posix_spawn for absolute paths on macOSRain-0/+24
2022-04-17Auto merge of #93530 - anonion0:pthread_sigmask_fix, r=JohnTitorbors-3/+3
2022-03-14Add a `process_group` method to UNIX `CommandExt`Thomas Orozco-0/+55
2022-01-31fix error handling for pthread_sigmask(3)Ralf Sager-3/+3
2020-11-08Avoid overlapping cfg attributes when both macOS and aarch64Jake Goulding-10/+15
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+64