about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_common.rs
AgeCommit message (Expand)AuthorLines
2022-12-27More verbose `Debug` implementation of `std::process:Command`kraktus-7/+60
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-0/+2
2022-08-28Use posix_spawn for absolute paths on macOSRain-0/+33
2022-08-21Fix redundant comparisonThom Chiovoloni-1/+1
2022-08-19Align android `sigaddset` impl with the reference impl from BionicThom Chiovoloni-3/+23
2022-04-25Remove references to git.ioEric Huss-1/+2
2022-03-19Rollup merge of #93858 - krallin:process-process_group, r=dtolnayDylan DPC-1/+11
2022-03-14Add a `process_group` method to UNIX `CommandExt`Thomas Orozco-1/+11
2022-02-06Add From<u8> for ExitCodeJane Lusby-0/+6
2021-08-24Manual Debug for Unix ExitCode ExitStatus ExitStatusErrorIan Jackson-1/+7
2021-08-19I/O safety.Dan Gohman-7/+8
2021-08-01Auto merge of #81825 - voidc:pidfd, r=joshtriplettbors-0/+41
2021-07-21VxWorks does provide sigemptyset and sigaddsetNicholas Baron-1/+1
2021-07-21Add PidFd type and seal traitsDominik Stolz-4/+39
2021-07-21Add Linux-specific pidfd process extensionsAaron Hill-0/+6
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1
2021-02-23Update outdated comment in unix Command.Eric Huss-17/+5
2021-01-21Add setgroups to std::os::unix::process::CommandExtslo1-0/+9
2020-10-17Auto merge of #77455 - asm89:faster-spawn, r=kennytmbors-0/+6
2020-10-16Take some of sys/vxworks/process/* from sys/unix instead.Mara Bos-1/+3
2020-10-02Use posix_spawn() on unix if program is a pathAlexander Mols-0/+6
2020-09-26Add accessors to Command.Eric Huss-2/+51
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-68/+3
2020-07-27mv std libs to library/mark-0/+469