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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
unix
/
ext
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-10
Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplett
Dylan DPC
-1
/
+10
2021-03-10
Rollup merge of #82411 - ijackson:fix-exitstatus, r=dtolnay
Yuki Okushi
-2
/
+12
2021-03-09
Do not attempt to unlock envlock in child process after a fork.
The8472
-1
/
+10
2021-02-23
Update outdated comment in unix Command.
Eric Huss
-0
/
+2
2021-02-23
ExitStatus: Improve documentation re wait status vs exit status
Ian Jackson
-2
/
+12
2021-02-10
Seal the CommandExt, OsStrExt and OsStringExt traits
Amanieu d'Antras
-13
/
+6
2021-01-21
Add setgroups to std::os::unix::process::CommandExt
slo1
-0
/
+18
2021-01-13
Fix typo saeled -> sealed
David Tolnay
-1
/
+1
2021-01-13
ExitStatusExt unix: Retrospectively seal this trait
Ian Jackson
-1
/
+15
2021-01-13
unix ExitStatus: Add tracking issue to new methods
Ian Jackson
-4
/
+4
2021-01-13
Replace `Ie` with `In other words`
Ian Jackson
-1
/
+1
2021-01-13
Replace `Ie` with `In other words`
Ian Jackson
-1
/
+1
2021-01-13
unix ExitStatus: Provide .continued()
Ian Jackson
-0
/
+11
2021-01-13
unix ExitStatus: Provide .stopped_signal()
Ian Jackson
-0
/
+11
2021-01-13
unix ExitStatus: Provide .core_dumped
Ian Jackson
-0
/
+8
2021-01-13
unix ExitStatus: Provide .into_raw()
Ian Jackson
-0
/
+8
2021-01-13
unix ExitStatus: Clarify docs for .signal()
Ian Jackson
-0
/
+2
2020-10-16
Take some of sys/vxworks/process/* from sys/unix instead.
Mara Bos
-4
/
+20
2020-08-19
Switch to intra-doc links in /src/sys/unix/ext/*.rs
Prabakaran Kumaresshan
-7
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+234