about summary refs log tree commit diff
path: root/library/std/src/sys/process
AgeCommit message (Expand)AuthorLines
2025-09-21std: merge definitions of `StdioPipes`joboet-32/+10
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-30Fix spurious test timeoutChris Denton-6/+18
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-25/+37
2025-08-09Replace unsafe function with safe alternativeChris Denton-7/+1
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-14wire up startupinfo methodsFederico Terzi-0/+36
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-88/+242
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-17Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-seMatthias Krüger-3/+0
2025-04-15Rollup merge of #139517 - Ayush1325:uefi-cmd-stdin-null, r=joboetStuart Cook-5/+114
2025-04-13std: sys: process: uefi: Allow specifying StdinAyush Singh-3/+6
2025-04-13std: sys: process: uefi: Use NULL stdin by defaultAyush Singh-3/+109
2025-04-11cfi: Remove #[no_sanitize(cfi)] for extern weak functionsBastian Kersting-3/+0
2025-04-10Use posix_spawn on cygwinBerrysoft-2/+6
2025-04-09Rollup merge of #138869 - ChrisDenton:command-curdir, r=tgross35Matthias Krüger-4/+28
2025-04-09Avoid verbatim paths in Command::current_dirChris Denton-4/+28
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-20/+22
2025-03-22std: move process implementations to `sys`joboet-0/+5280