summary refs log tree commit diff
path: root/library/std/src/sys/pal/uefi/process.rs
AgeCommit message (Expand)AuthorLines
2024-11-26std: update internal uses of `io::const_error!`joboet-4/+4
2024-11-20Rollup merge of #129838 - Ayush1325:uefi-process-args, r=joboetMatthias Krüger-12/+56
2024-10-10uefi: process: Add args supportAyush Singh-12/+56
2024-08-31Fixed some typos in the standard library documentation/commentsranger-ross-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-10/+5
2024-07-19uefi: process: Fixes from PRAyush Singh-112/+138
2024-07-19uefi: process: Final TouchupsAyush Singh-19/+19
2024-07-19uefi: process: Add CommandArgs supportAyush Singh-14/+26
2024-07-19uefi: process: Add support for argsAyush Singh-21/+55
2024-07-19uefi: process Implement inheritAyush Singh-20/+37
2024-07-19uefi: process: Add null protocolAyush Singh-38/+100
2024-07-19uefi: process: Add stderr supportAyush Singh-2/+34
2024-07-19uefi: process: Add support to capture stdoutAyush Singh-6/+184
2024-07-19uefi: Add processAyush Singh-0/+328