about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_common.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-676/+0
2023-12-03library: use c string literalsklensy-5/+4
2023-10-22use visibility to check unused imports and delete some stmtsbohan-0/+1
2023-09-22Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-seMatthias Krüger-0/+17
2023-09-09Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnaybors-1/+29
2023-09-06fix typoRalf Jung-1/+1
2023-09-01fix(std): Rename os_str_bytes to encoded_bytesEd Page-2/+2
2023-08-24also use 'env' for printing unsettingRalf Jung-7/+3
2023-08-24also print clearing the environment entirelyRalf Jung-12/+17
2023-08-24make unsetting env vars print as executable commandRalf Jung-2/+16
2023-08-24Command: also print removed env varsRalf Jung-0/+2
2023-08-07std::process (unix): Implement From<io::Stdout> etc. for imp::StdioIan Jackson-1/+29
2023-07-05Revert "use c literals in library"León Orell Valerian Liehr-4/+5
2023-05-31use c literals in libraryklensy-5/+4
2023-05-13refactor: Remove redundant, private OsStr::bytesEd Page-2/+2
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