about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/process
AgeCommit message (Expand)AuthorLines
2024-06-22Add PidFd::{kill, wait, try_wait}The 8472-101/+33
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
2024-06-08std::unix::process adding few specific freebsd signals to be able to id.David Carlier-0/+4
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-9/+9
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-9/+9
2024-04-28Fix posix_spawn not being used on iOS and visionOSMads Marquart-8/+3
2024-04-28Fix SIGEMT and SIGINFO parsing on watchOS and visionOSMads Marquart-7/+3
2024-04-10visionOS: Fix unused import warningMads Marquart-12/+1
2024-03-18Support for visionOSAdam Gastineau-0/+1
2024-02-26change std::process to drop supplementary groups based on CAP_SETGIDElliot Roberts-3/+11
2024-02-24library: use `addr_of!`Pavel Grigorenko-8/+8
2024-02-15Use generic `NonZero` internally.Markus Reiter-12/+12
2024-01-29Remove `raw_os_nonzero` feature.Markus Reiter-14/+10
2024-01-24Finishing clone3 clean upAskar Safin-2/+1
2024-01-24This commit is part of clone3 clean up. Merge tests from tests/ui/command/com...Askar Safin-2/+18
2024-01-11std: fix module references on UNIXjoboet-3/+3
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+3235