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
/
process
/
unix
/
unix.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-8
/
+11
2025-07-11
Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubilee
Matthias Krüger
-0
/
+14
2025-07-10
rust: library: Add setsid method to CommandExt trait
LevitatingBusinessMan (Rein Fernhout)
-0
/
+14
2025-06-27
update internal `send_signal` comment
Deadbeef
-2
/
+2
2025-06-18
add ChildExt(::send_signal)
Jeremy Smart
-4
/
+8
2025-05-20
Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro...
Josh Triplett
-0
/
+10
2025-04-28
std: get rid of `sys_common::process`
joboet
-5
/
+0
2025-04-27
use generic Atomic type where possible
Christopher Durham
-2
/
+2
2025-04-25
Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboet
Matthias Krüger
-7
/
+7
2025-04-22
Rollup merge of #139617 - Berrysoft:cygwin-posix-spawn, r=joboet
Chris Denton
-2
/
+6
2025-04-21
Move `sys::pal::os::Env` into `sys::env`
Thalia Archibald
-7
/
+7
2025-04-11
cfi: Remove #[no_sanitize(cfi)] for extern weak functions
Bastian Kersting
-3
/
+0
2025-04-10
Use posix_spawn on cygwin
Berrysoft
-2
/
+6
2025-03-26
Change the syntax of the internal `weak!` macro
Mads Marquart
-20
/
+22
2025-03-22
std: move process implementations to `sys`
joboet
-0
/
+1268