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

uefi/gop: fix memory leak
#969 by phip1611 was merged Oct 22, 2023 Loading…
2 tasks
uefi: Change IMAGE_HANDLE to an atomic pointer
#976 by nicholasbishop was merged Oct 27, 2023 Loading…
2 tasks
uefi-services: Remove NonNull wrapper from system_table
#974 by nicholasbishop was merged Oct 26, 2023 Loading…
2 tasks
Mark free_pages and free_pool as unsafe
#973 by nicholasbishop was merged Oct 26, 2023 Loading…
2 tasks
Change Logger to use an atomic pointer internally
#978 by nicholasbishop was merged Oct 27, 2023 Loading…
2 tasks
uefi: Use atomics instead of static mut in allocator
#979 by nicholasbishop was merged Oct 29, 2023 Loading…
2 tasks
Add flag to build.py for disabling KVM
#316 by GabrielMajeri was merged Nov 30, 2021 Loading…
Use const interface pointers in protocol management functions
#981 by nicholasbishop was merged Oct 29, 2023 Loading…
2 tasks
Enable the clippy::ptr_as_ptr lint
#410 by nicholasbishop was merged Apr 24, 2022 Loading…
Remove exts::allocate_buffer
#443 by nicholasbishop was merged Jun 13, 2022 Loading…
Remove unused From<ucs2::Error> impls
#450 by nicholasbishop was merged Jun 28, 2022 Loading…
uefi-raw: Add AbsolutePointerProtocol
#990 by nicholasbishop was merged Nov 4, 2023 Loading…
2 tasks
Fix errors due to deprecations in the clap API
#445 by GabrielMajeri was merged Jun 13, 2022 Loading…
Add changelog entry for ScopedProtocol changes
#439 by GabrielMajeri was merged May 30, 2022 Loading…
Change DevicePath[From|To]Text methods to return a Result
#514 by nicholasbishop was merged Sep 26, 2022 Loading…
2 tasks done
Copy license file to uefi-macros and uefi-services
#520 by nicholasbishop was merged Oct 1, 2022 Loading…
2 tasks done
Update changelog for uefi-macros
#505 by nicholasbishop was merged Sep 6, 2022 Loading…
2 tasks done
Add Guid methods to convert to/from byte arrays
#535 by nicholasbishop was merged Oct 24, 2022 Loading…
2 tasks done
TryFrom<core::ffi::CStr> implementation for CStr8
#581 by phip1611 was merged Nov 23, 2022 Loading…
2 tasks
Several small improvements to EqStrUntilNul
#580 by phip1611 was merged Nov 20, 2022 Loading…
2 tasks
fs-tests: doc improvements
#558 by phip1611 was merged Nov 12, 2022 Loading…
2 tasks
test-runner: Make some tests stricter
#595 by nicholasbishop was merged Nov 28, 2022 Loading…
2 tasks
test-runner: Open serial device in exclusive mode
#598 by nicholasbishop was merged Nov 30, 2022 Loading…
2 tasks
ProTip! Filter pull requests by the default branch with base:main.