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-08-19
I/O safety.
Dan Gohman
-7
/
+8
2021-08-10
STD support for the ESP-IDF framework
ivmarkov
-0
/
+125
2021-08-01
Auto merge of #81825 - voidc:pidfd, r=joshtriplett
bors
-3
/
+174
2021-07-21
VxWorks does provide sigemptyset and sigaddset
Nicholas Baron
-1
/
+1
2021-07-21
Add tracking issue and link to man-page
Dominik Stolz
-1
/
+1
2021-07-21
Add PidFd type and seal traits
Dominik Stolz
-88
/
+155
2021-07-21
Typo fix
Josh Triplett
-1
/
+1
2021-07-21
Add Linux-specific pidfd process extensions
Aaron Hill
-6
/
+110
2021-07-10
Change `weak!` and `linkat!` to macros 2.0
Aris Merchant
-0
/
+8
2021-05-20
Add `ExitStatusError` for `vxworks`
Christiaan Dirkx
-3
/
+29
2021-05-18
Auto merge of #82973 - ijackson:exitstatuserror, r=yaahc
bors
-7
/
+52
2021-05-13
Tolerate SIGTRAP for panic abort after panic::always_abort
Ian Jackson
-1
/
+1
2021-05-12
Provide ExitStatusError
Ian Jackson
-7
/
+52
2021-05-07
panic/fork test: Do not run on emscripten
Ian Jackson
-0
/
+1
2021-05-07
panic ui test: Provide comprehensive test for panic after fork
Ian Jackson
-0
/
+3
2021-05-07
panic tests: Command: Test that we do not unwind past fork
Ian Jackson
-0
/
+23
2021-05-07
panic/fork: Command: Do not unwind after fork() in child
Ian Jackson
-0
/
+1
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-1
/
+1
2021-04-21
Apply suggestions from code review
Christiaan Dirkx
-2
/
+4
2021-04-19
Fix `vxworks` compilation errors
Christiaan Dirkx
-2
/
+20
2021-04-19
Move `sys::vxworks` code to `sys::unix`
Christiaan Dirkx
-8
/
+231
2021-03-29
Simplify Command::spawn (no semantic change)
Josh Triplett
-33
/
+27
2021-03-28
Rollup merge of #83462 - ijackson:exitstatus-message-wording, r=joshtriplett
Yuki Okushi
-3
/
+3
2021-03-25
ExitStatus: print "exit status: {}" rather than "exit code: {}"
Ian Jackson
-3
/
+3
2021-03-24
Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisa
Dylan DPC
-11
/
+20
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-11
/
+20
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
[prev]
[next]