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