index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
unix
/
process
/
process_common.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-27
More verbose `Debug` implementation of `std::process:Command`
kraktus
-7
/
+60
2022-10-20
Change process spawning to inherit the parent's signal mask by default
Rain
-0
/
+2
2022-08-28
Use posix_spawn for absolute paths on macOS
Rain
-0
/
+33
2022-08-21
Fix redundant comparison
Thom Chiovoloni
-1
/
+1
2022-08-19
Align android `sigaddset` impl with the reference impl from Bionic
Thom Chiovoloni
-3
/
+23
2022-04-25
Remove references to git.io
Eric Huss
-1
/
+2
2022-03-19
Rollup merge of #93858 - krallin:process-process_group, r=dtolnay
Dylan DPC
-1
/
+11
2022-03-14
Add a `process_group` method to UNIX `CommandExt`
Thomas Orozco
-1
/
+11
2022-02-06
Add From<u8> for ExitCode
Jane Lusby
-0
/
+6
2021-08-24
Manual Debug for Unix ExitCode ExitStatus ExitStatusError
Ian Jackson
-1
/
+7
2021-08-19
I/O safety.
Dan Gohman
-7
/
+8
2021-08-01
Auto merge of #81825 - voidc:pidfd, r=joshtriplett
bors
-0
/
+41
2021-07-21
VxWorks does provide sigemptyset and sigaddset
Nicholas Baron
-1
/
+1
2021-07-21
Add PidFd type and seal traits
Dominik Stolz
-4
/
+39
2021-07-21
Add Linux-specific pidfd process extensions
Aaron Hill
-0
/
+6
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-1
/
+1
2021-02-23
Update outdated comment in unix Command.
Eric Huss
-17
/
+5
2021-01-21
Add setgroups to std::os::unix::process::CommandExt
slo1
-0
/
+9
2020-10-17
Auto merge of #77455 - asm89:faster-spawn, r=kennytm
bors
-0
/
+6
2020-10-16
Take some of sys/vxworks/process/* from sys/unix instead.
Mara Bos
-1
/
+3
2020-10-02
Use posix_spawn() on unix if program is a path
Alexander Mols
-0
/
+6
2020-09-26
Add accessors to Command.
Eric Huss
-2
/
+51
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-68
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+469