0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 11, 2024 — Sep 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make the return path something coverity can actually understand. More... about 11 years ago
Fix a bad allocation size. More... about 11 years ago
Release 0.8.0 More... about 11 years ago
[man] Make option names match what efibootmgr actually provides. More... about 11 years ago
Fix some minor errors cppcheck found. More... about 11 years ago
Move TODO stuff to 0.9 More... about 11 years ago
Clean up some whitespace. More... about 11 years ago
Add the ability to clean up duplicates in BootOrder More... about 11 years ago
Fix some leaked memory that shows up in valgrind. More... about 11 years ago
Don't leak memory in remove_from_boot_order() More... about 11 years ago
Don't pass around a format specifier when we don't need to. More... about 11 years ago
Compare should respect the size of the data it compares. More... about 11 years ago
Use PRIx64 in nvme parsing. More... about 11 years ago
Clang uses C99 semantics by default for inline keyword. More... about 11 years ago
Variable "needed" should be of type ssize_t as that's how it's used. 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. More... about 11 years ago
Fix typo in compare function. More... about 11 years ago
Remove unused function var_num_from_name. More... about 11 years ago
Mitigate apple setting invalid attribute bits in boot variables. More... about 11 years ago
We don't actually have docbook hooked up to the builds, so ditch it. More... about 11 years ago
Only free hard drive signatures if we've allocated them. More... over 11 years ago
Remove bogus test for optional data length bounds. More... over 11 years ago
Make nvme work with "-e 3". More... over 11 years ago
Add support for displaying NVME device paths. More... over 11 years ago
Get a lot more picky with our compiler warnings. More... over 11 years ago
Filenames and github - the worst of both worlds. More... over 11 years ago
Call it 0.7 More... over 11 years ago
Fix device path size and allocation in make_file_path_device_path() More... over 11 years ago
Fix a missing error return. More... over 11 years ago
Add a --keep option to preserve the old BootOrder entries when using -o. More... over 11 years ago