Skip to content

Pull requests: rust-osdev/uefi-rs

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add Result and Error helper methods
#88 by josephlr was merged Feb 5, 2019 Loading… updated Feb 5, 2019
Properly handle allocation failure
#90 by josephlr was merged Feb 6, 2019 Loading… updated Feb 6, 2019
Use x86_64-unknown-uefi target
#92 by josephlr was merged Feb 6, 2019 Loading… updated Apr 13, 2019
Use UEFI's locate_protocol to replace find_protocol
#91 by josephlr was merged Feb 6, 2019 Loading… updated Apr 13, 2019
Replace all usages of mem::uninitialized with mem::MaybeUninit
#94 by Redrield was merged Jul 19, 2019 Loading… updated Jul 19, 2019
UEFI MP Services Protocol support
#95 by edigaryev was merged Jul 24, 2019 Loading… updated Jul 24, 2019
Update .travis.yml
#96 by sagudev was merged Aug 18, 2019 Loading… updated Aug 18, 2019
Make unsafe_guid and Identify public
#97 by nkaretnikov was merged Aug 25, 2019 Loading… updated Aug 25, 2019
Temporary use nightly-2019-10-04 to install clippy
#102 by tnishinaga was closed Oct 10, 2019 Loading… updated Oct 11, 2019
Use EFIAPI ABI introduced in latest nightly
#104 by roblabla was merged Nov 5, 2019 Loading… updated Nov 5, 2019
Fix ucs2 dependency problem
#108 by zhangpf was merged Nov 13, 2019 Loading… updated Nov 13, 2019
Support try operator (?) on Completion.
#111 by michaelmelanson was closed Jan 6, 2020 Loading… updated Jan 6, 2020
Add set_virtual_address_map interface in runtime services
#115 by imtsuki was merged Jan 13, 2020 Loading… updated Jan 14, 2020
Implement Debug&Display traits for CStr16
#114 by imtsuki was merged Jan 13, 2020 Loading… updated Jan 14, 2020
Add support for the LoadedImage protocol
#113 by IsaacWoods was merged Jan 19, 2020 Loading… updated Jan 19, 2020
Use cargo metadata for target dir
#117 by upsuper was merged Feb 2, 2020 Loading… updated Feb 2, 2020
Try to find installed OVMF files automatically
#118 by upsuper was merged Feb 2, 2020 Loading… updated Feb 2, 2020
Fixes #121: ignore EFI_DEVICE_ERROR in output_string
#122 by imtsuki was merged Feb 29, 2020 Loading… updated Feb 29, 2020
Implement alignment for allocator
#119 by wangrunji0408 was merged Feb 9, 2020 Loading… updated Mar 7, 2020
Set up CI through GitHub Actions
#125 by GabrielMajeri was merged Mar 8, 2020 Loading… updated Mar 8, 2020
Use specialized Clippy action
#126 by GabrielMajeri was merged Mar 8, 2020 Loading… updated Mar 8, 2020
Re-export NamedFileProtocolInfo
#127 by Bobo1239 was merged Mar 12, 2020 Loading… updated Mar 12, 2020
Remove unwrap after pad_to_align
#109 by gz was merged Dec 9, 2019 Loading… updated Mar 27, 2020
Fix compilation on latest nightly.
#129 by gz was merged Mar 28, 2020 Loading… updated Mar 28, 2020
map_size is already the required size in bytes for the buffer.
#130 by pratyai was closed Mar 30, 2020 Loading… updated Mar 30, 2020
ProTip! Exclude everything labeled bug with -label:bug.