about summary refs log tree commit diff
path: root/library/std/src/sys/process/unix/common.rs
AgeCommit message (Expand)AuthorLines
2025-09-21std: merge definitions of `StdioPipes`joboet-8/+1
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-7/+10
2025-07-10rust: library: Add setsid method to CommandExt traitLevitatingBusinessMan (Rein Fernhout)-0/+9
2025-05-23std: fix aliasing bug in UNIX process implementationjoboet-89/+27
2025-05-20Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro...Josh Triplett-0/+13
2025-04-28std: get rid of `sys_common::process`joboet-1/+1
2025-03-22std: move process implementations to `sys`joboet-0/+674