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
Age
Commit message (
Expand
)
Author
Lines
2021-03-14
Revert "Revert "use RWlock when accessing os::env #81850""
The8472
-3
/
+3
2021-03-10
Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplett
Dylan DPC
-6
/
+9
2021-03-10
Rollup merge of #82411 - ijackson:fix-exitstatus, r=dtolnay
Yuki Okushi
-2
/
+45
2021-03-09
Do not attempt to unlock envlock in child process after a fork.
The8472
-6
/
+9
2021-03-09
Always compile the fragile wait status test cases, just run them conditionally
Ian Jackson
-6
/
+7
2021-03-07
Revert "use RWlock when accessing os::env #81850"
Eric Huss
-3
/
+3
2021-03-04
ExitStatus tests: Make less legible to satisfy "tidy"
Ian Jackson
-2
/
+4
2021-03-04
ExitStatus unknown wait status test: Make it Linux only
Ian Jackson
-1
/
+1
2021-03-04
ExitStatus stop signal display test: Make it Linux only
Ian Jackson
-2
/
+7
2021-02-23
Update outdated comment in unix Command.
Eric Huss
-17
/
+5
2021-02-23
process::unix: Test wait status formatting
Ian Jackson
-0
/
+26
2021-02-22
process::unix: Handle other wait statuses in ExitStatus as Display
Ian Jackson
-2
/
+11
2021-02-08
introduce StaticRWLock wrapper to make methods safe
The8472
-3
/
+3
2021-02-07
use rwlock for accessing ENV
The8472
-3
/
+3
2021-01-21
Add setgroups to std::os::unix::process::CommandExt
slo1
-7
/
+23
2021-01-20
Deprecate-in-future the constants superceded by RFC 2700
bstrie
-1
/
+0
2021-01-17
Don't use posix_spawn_file_actions_addchdir_np on macOS.
Eric Huss
-4
/
+14
2021-01-13
Fix typos in Fuchsia unix_process_wait_more
David Tolnay
-2
/
+2
2021-01-13
ExitStatusExt: Fix build on Fuchsia
Ian Jackson
-0
/
+44
2021-01-13
unix ExitStatus: Provide .continued()
Ian Jackson
-0
/
+4
2021-01-13
unix ExitStatus: Provide .stopped_signal()
Ian Jackson
-0
/
+4
2021-01-13
unix ExitStatus: Provide .core_dumped
Ian Jackson
-0
/
+4
2021-01-13
unix ExitStatus: Provide .into_raw()
Ian Jackson
-0
/
+4
2021-01-13
unix ExitStatus: Do not treat WIFSTOPPED as WIFSIGNALED
Ian Jackson
-1
/
+1
2020-11-08
Avoid overlapping cfg attributes when both macOS and aarch64
Jake Goulding
-10
/
+15
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
/
+7
2020-10-16
Take some of sys/vxworks/process/* from sys/unix instead.
Mara Bos
-1
/
+7
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
/
+7
2020-10-02
Auto merge of #77029 - ehuss:command-access, r=dtolnay
bors
-6
/
+56
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
-6
/
+56
2020-09-15
[fuchsia] Propagate the userspace UTC clock
Adam Lesinski
-1
/
+3
2020-09-11
Ignore unnecessary unsafe warnings
Thomas de Zeeuw
-1
/
+21
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-68
/
+67
2020-07-27
mv std libs to library/
mark
-0
/
+1543