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
Age
Commit message (
Expand
)
Author
Lines
2023-08-08
open pidfd in child process and send to the parent via SOCK_SEQPACKET+CMSG
The 8472
-0
/
+25
2023-01-14
Remove various double spaces in source comments.
André Vennberg
-3
/
+3
2023-01-11
Change `src/test` to `tests` in source files, fix tidy and tests
Albert Larsan
-1
/
+1
2022-06-01
std: show signal number along with name
Michael Howell
-3
/
+3
2022-04-23
std: `<ExitStatus as Display>::fmt` name the signal it died from
Michael Howell
-3
/
+3
2022-01-21
Old versions of Android generate SIGSEGV from libc::abort
Amanieu d'Antras
-1
/
+6
2021-05-13
Tolerate SIGTRAP for panic abort after panic::always_abort
Ian Jackson
-1
/
+1
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-03-25
ExitStatus: print "exit status: {}" rather than "exit code: {}"
Ian Jackson
-2
/
+2
2021-03-09
Always compile the fragile wait status test cases, just run them conditionally
Ian Jackson
-6
/
+7
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
process::unix: Test wait status formatting
Ian Jackson
-0
/
+22