about summary refs log tree commit diff
path: root/library/std/src/sys/process/unix
AgeCommit message (Expand)AuthorLines
2025-09-21std: merge definitions of `StdioPipes`joboet-9/+6
2025-09-20Rollup merge of #146800 - thaliaarchi:fix-move-pal-thread, r=joboetMatthias Krüger-2/+1
2025-09-19Fix unsupported std::sys::threadThalia Archibald-2/+1
2025-09-19Fix test suite in iOS/tvOS/watchOS/visionOS simulatorMads Marquart-0/+1
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-20/+29
2025-07-11Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubileeMatthias Krüger-0/+81
2025-07-10rust: library: Add setsid method to CommandExt traitLevitatingBusinessMan (Rein Fernhout)-0/+81
2025-06-27update internal `send_signal` commentDeadbeef-4/+4
2025-06-18add ChildExt(::send_signal)Jeremy Smart-7/+24
2025-05-23std: add safety comments to `CStringArray`joboet-0/+13
2025-05-23std: fix aliasing bug in UNIX process implementationjoboet-89/+129
2025-05-20Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro...Josh Triplett-0/+29
2025-05-07Fix regression from #140393 for espidf / horizon / nuttx / vitaivmarkov-0/+1
2025-05-07Rollup merge of #140656 - joboet:fuchsia_pal, r=workingjubileeJacob Pratt-2/+2
2025-05-05collect all Fuchsia bindings into the `fuchsia` modulejoboet-2/+2
2025-04-28std: get rid of `sys_common::process`joboet-20/+5
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-9/+9
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-9/+9
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/+3010