openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
E
efibootmgr
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 11, 2024 — Sep 11, 2025
Showing page 7 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Make the return path something coverity can actually understand.
Peter Jones
More...
about 11 years ago
Fix a bad allocation size.
Peter Jones
More...
about 11 years ago
Release 0.8.0
Peter Jones
More...
about 11 years ago
[man] Make option names match what efibootmgr actually provides.
Peter Jones
More...
about 11 years ago
Fix some minor errors cppcheck found.
Peter Jones
More...
about 11 years ago
Move TODO stuff to 0.9
Peter Jones
More...
about 11 years ago
Clean up some whitespace.
Peter Jones
More...
about 11 years ago
Add the ability to clean up duplicates in BootOrder
Peter Jones
More...
about 11 years ago
Fix some leaked memory that shows up in valgrind.
Peter Jones
More...
about 11 years ago
Don't leak memory in remove_from_boot_order()
Peter Jones
More...
about 11 years ago
Don't pass around a format specifier when we don't need to.
Peter Jones
More...
about 11 years ago
Compare should respect the size of the data it compares.
groxxda
More...
about 11 years ago
Use PRIx64 in nvme parsing.
Peter Jones
More...
about 11 years ago
Clang uses C99 semantics by default for inline keyword.
Daniel Jared Dominguez
More...
about 11 years ago
Variable "needed" should be of type ssize_t as that's how it's used.
Daniel Jared Dominguez
More...
about 11 years ago
data_size in construct_boot_order/set_boot_order is of type size_t, so fix a couple of comparisons involving it.
Daniel Jared Dominguez
More...
about 11 years ago
Fix typo in compare function.
Daniel Jared Dominguez
More...
about 11 years ago
Remove unused function var_num_from_name.
Daniel Jared Dominguez
More...
about 11 years ago
Mitigate apple setting invalid attribute bits in boot variables.
Peter Jones
More...
about 11 years ago
We don't actually have docbook hooked up to the builds, so ditch it.
Peter Jones
More...
about 11 years ago
Only free hard drive signatures if we've allocated them.
Peter Jones
More...
over 11 years ago
Remove bogus test for optional data length bounds.
Peter Jones
More...
over 11 years ago
Make nvme work with "-e 3".
Peter Jones
More...
over 11 years ago
Add support for displaying NVME device paths.
Peter Jones
More...
over 11 years ago
Get a lot more picky with our compiler warnings.
Peter Jones
More...
over 11 years ago
Filenames and github - the worst of both worlds.
Peter Jones
More...
over 11 years ago
Call it 0.7
Peter Jones
More...
over 11 years ago
Fix device path size and allocation in make_file_path_device_path()
Peter Jones
More...
over 11 years ago
Fix a missing error return.
Peter Jones
More...
over 11 years ago
Add a --keep option to preserve the old BootOrder entries when using -o.
Peter Jones
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree