about summary refs log tree commit diff
path: root/library/std/src/sys/pal/uefi/helpers.rs
AgeCommit message (Expand)AuthorLines
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-3/+3
2025-05-23std: sys: net: uefi: Implement TCP4 connectAyush Singh-2/+8
2025-04-27use generic Atomic type where possibleChristopher Durham-4/+4
2025-03-23Rollup merge of #138236 - Ayush1325:uefi-event, r=petrochenkovMichael Goulet-33/+53
2025-03-18uefi: fs: Implement existsAyush Singh-3/+0
2025-03-17uefi: Add OwnedEvent abstractionAyush Singh-33/+53
2025-03-14Auto merge of #137424 - Ayush1325:uefi-path-node, r=nicholasbishop,cuviperbors-0/+179
2025-03-07Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35Matthias Krüger-1/+1
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+1
2025-03-05Rollup merge of #137477 - Ayush1325:uefi-service-binding, r=Noratrieb许杰友 Jieyou Xu (Joe)-1/+60
2025-03-03uefi: helpers: Add DevicePathNode abstractionsAyush Singh-0/+179
2025-03-02uefi: Add Service Binding Protocol abstractionAyush Singh-1/+60
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-5/+5
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-1/+1
2025-01-16uefi: Implement pathAyush Singh-1/+49
2025-01-13uefi: helpers: Introduce OwnedDevicePathAyush Singh-6/+15
2024-11-26std: update internal uses of `io::const_error!`joboet-16/+14
2024-10-18std: uefi: Add basic Env variablesAyush Singh-1/+22
2024-10-14uefi: Implement getcwd and chdirAyush Singh-10/+14
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+3
2024-07-26Fix doc nitsJohn Arundel-5/+7
2024-07-19uefi: process: Fixes from PRAyush Singh-39/+92
2024-07-19uefi: process: Add support to capture stdoutAyush Singh-2/+74
2024-07-19uefi: Add processAyush Singh-1/+71
2024-03-23Rollup merge of #120419 - Ayush1325:uefi-sys-os, r=nicholasbishop,workingjubileeJubilee-8/+75
2024-03-17Expand sys/os for UEFIAyush Singh-8/+75
2024-02-09Implement SystemTime for UEFIAyush Singh-0/+8
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+148