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_unix.rs
Age
Commit message (
Expand
)
Author
Lines
2020-10-20
Check that pthread mutex initialization succeeded
Tomasz Miąsko
-5
/
+1
2020-10-17
Auto merge of #77455 - asm89:faster-spawn, r=kennytm
bors
-1
/
+1
2020-10-16
Take some of sys/vxworks/process/* from sys/unix instead.
Mara Bos
-0
/
+4
2020-10-08
Check for errors returned from posix_spawn*_init functions
Tomasz Miąsko
-8
/
+10
2020-10-08
Check for non-zero return value from posix_spawn functions
Tomasz Miąsko
-10
/
+14
2020-10-04
Update libc to 0.2.79
Josh Triplett
-23
/
+3
2020-10-02
Rollup merge of #77432 - tmiasko:posix-spawn-musl, r=cuviper
Jonas Schievink
-6
/
+8
2020-10-02
Use posix_spawn() on unix if program is a path
Alexander Mols
-1
/
+1
2020-10-02
Auto merge of #77029 - ehuss:command-access, r=dtolnay
bors
-2
/
+2
2020-10-01
Use posix_spawn on musl targets
Tomasz Miąsko
-6
/
+8
2020-09-29
Use `rtassert!` instead of `assert!` from the child process after fork() in s...
hyd-dev
-1
/
+1
2020-09-26
Add accessors to Command.
Eric Huss
-2
/
+2
2020-09-11
Ignore unnecessary unsafe warnings
Thomas de Zeeuw
-1
/
+21
2020-07-27
mv std libs to library/
mark
-0
/
+494