about summary refs log tree commit diff
path: root/library/std/src/sys/process/unix/unix.rs
AgeCommit message (Expand)AuthorLines
2025-06-27update internal `send_signal` commentDeadbeef-2/+2
2025-06-18add ChildExt(::send_signal)Jeremy Smart-4/+8
2025-05-20Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro...Josh Triplett-0/+10
2025-04-28std: get rid of `sys_common::process`joboet-5/+0
2025-04-27use generic Atomic type where possibleChristopher Durham-2/+2
2025-04-25Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboetMatthias Krüger-7/+7
2025-04-22Rollup merge of #139617 - Berrysoft:cygwin-posix-spawn, r=joboetChris Denton-2/+6
2025-04-21Move `sys::pal::os::Env` into `sys::env`Thalia Archibald-7/+7
2025-04-11cfi: Remove #[no_sanitize(cfi)] for extern weak functionsBastian Kersting-3/+0
2025-04-10Use posix_spawn on cygwinBerrysoft-2/+6
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-20/+22
2025-03-22std: move process implementations to `sys`joboet-0/+1268