about summary refs log tree commit diff
path: root/library/std/src/sys/process/unix
AgeCommit message (Expand)AuthorLines
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