about summary refs log tree commit diff
path: root/library/std/src/sys/pal/uefi
AgeCommit message (Expand)AuthorLines
2025-02-05Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton许杰友 Jieyou Xu (Joe)-2/+0
2025-02-02std: move network code into `sys`joboet-2/+0
2025-02-02uefi: process: Add support for command environment variablesAyush Singh-3/+62
2025-01-30Rollup merge of #135475 - Ayush1325:uefi-absolute-path, r=jhprattMatthias Krüger-1/+49
2025-01-28uefi: process: Fix argsAyush Singh-4/+3
2025-01-16uefi: Implement pathAyush Singh-1/+49
2025-01-13uefi: helpers: Introduce OwnedDevicePathAyush Singh-7/+16
2025-01-10Initial fs module for uefiAyush Singh-1/+344
2024-11-26std: update internal uses of `io::const_error!`joboet-27/+25
2024-11-20Rollup merge of #129838 - Ayush1325:uefi-process-args, r=joboetMatthias Krüger-12/+56
2024-10-18std: uefi: Use common function for UEFI shellAyush Singh-36/+2
2024-10-18std: uefi: Add basic Env variablesAyush Singh-15/+132
2024-10-14uefi: Implement getcwd and chdirAyush Singh-14/+73
2024-10-10uefi: process: Add args supportAyush Singh-12/+56
2024-09-23std: implement the `random` featurejoboet-33/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-08-31Fixed some typos in the standard library documentation/commentsranger-ross-1/+1
2024-08-27std: move allocators to `sys`joboet-52/+1
2024-08-01std: Remove has_cpuidJubilee Young-8/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-20/+19
2024-07-26Fix doc nitsJohn Arundel-6/+8
2024-07-19uefi: process: Fixes from PRAyush Singh-151/+230
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-8/+258
2024-07-19uefi: Add processAyush Singh-2/+399
2024-07-16uefi: Forbid unwrapped unsafe in platform modulesJubilee Young-0/+1
2024-06-15std: refactor the TLS implementationjoboet-2/+0
2024-06-05Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiBJubilee Young-1/+1
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-2/+2
2024-05-02std: move thread parking to `sys::sync`joboet-2/+0
2024-04-05Revert #121666Chris Denton-5/+1
2024-03-31std: move `thread::current` TLS variable out of `thread_info`joboet-10/+0
2024-03-23Rollup merge of #120419 - Ayush1325:uefi-sys-os, r=nicholasbishop,workingjubileeJubilee-10/+81
2024-03-17Expand sys/os for UEFIAyush Singh-10/+81
2024-03-12std: move `Once` implementations to `sys`joboet-2/+0
2024-03-02Rollup merge of #121666 - ChrisDenton:thread-name, r=cuviperMatthias Krüger-1/+5
2024-03-01Add `get_name` placeholder to other targetsChris Denton-1/+5
2024-03-01Auto merge of #114016 - krtab:delete_sys_memchr, r=workingjubileebors-4/+0
2024-02-22Auto merge of #117174 - Ayush1325:uefi-stdio-improve, r=workingjubileebors-37/+94
2024-02-20Delete architecture-specific memchr code in std::sysArthur Carcano-4/+0
2024-02-16std: move locks to `sys` on platforms without threadsjoboet-2/+0
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-3/+3
2024-02-16Auto merge of #120889 - Ayush1325:uefi-instant, r=joshtriplettbors-0/+116
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3