OSDN Git Service

android-x86/external-efibootmgr.git
2016-02-18 Peter JonesAdd eficonman beginnings
2016-02-18 Taku IzumiFix insusufficient validation check of -M option
2016-02-18 Peter JonesAdd LOCALEDIR make goo
2016-02-18 Peter JonesSimplify directory structure.
2015-07-13 Timo GurrSet pkg-config binary as variable
2015-06-25 Peter JonesMake it a little clearer what's going on when efi_del_v...
2015-06-24 Jody BruchonINSTALL: add note about missing efivar.h error
2015-06-24 Alexis MurzeauSet guid when reading boot entries in read_vars.
2015-06-24 Shih-Yuan Lee... Delete BootOrder only when necessary.
2015-06-09 Luck, TonyAdd -m and -M options to support address range mirror
2015-05-28 Peter JonesUpdate version to 0.12
2015-05-28 Peter JonesUpdate build deps in the spec to match what libraries...
2015-05-28 Peter JonesMake the release procedure a bit more streamlined.
2015-05-27 Peter JonesAdd some language about efivar in INSTALL
2015-05-27 Peter JonesGet rid of pci-utils and zlib deps; we don't need them...
2015-05-27 Peter JonesMake loadopt function names use efivar-0.19 names.
2015-04-30 Peter JonesGet us back to where we were before with network entries.
2015-04-30 Peter JonesWe don't need the ucs2/utf8 code either.
2015-04-30 Peter JonesGet rid of efichar.h; it's no longer used.
2015-04-30 Peter JonesFix the github url once more.
2015-04-30 Peter JonesGet rid of manually specified ACPI arguments; we don...
2015-04-29 Peter JonesMake -e 1 and -e 3 work again after the libefiboot...
2015-04-29 Peter JonesMake file boot option creation use libefiboot to create...
2015-04-29 Peter JonesAdd "efibootmgr -C"; create only without appending...
2015-03-31 Peter JonesGet rid of a lot of DP stuff that efivar does now.
2015-03-02 Peter JonesGet run of unparse_path() and unparse_raw()
2015-03-02 Peter JonesMake show_boot_vars use efivars DP formatting code.
2015-01-12 Peter JonesDon't depend on vendor-defined calloc(n, 0) behavior.
2015-01-12 Peter JonesTest a couple of pointers for NULL-ness.
2015-01-12 Peter JonesFree some stuff in error pathways.
2015-01-12 Peter JonesDon't malloc(0).
2015-01-08 Lenny SzubowiczFix buffer overflow when remove_from_boot_order removes...
2014-12-18 Daniel Jared... Skip unreadable variables, but don't exit when we do so.
2014-12-16 Peter JonesMake IPv6 network paths print correctly.
2014-12-16 Peter JonesMake IPv4() device paths print correctly.
2014-12-16 Peter JonesMake the optional_data_len size signed.
2014-12-12 Peter JonesFix MAC() device path printing.
2014-12-11 Peter JonesPrint a better message if BootOrder is unset.
2014-12-11 Peter JonesDon't name something efi_variable_t; that namespace...
2014-10-21 Peter JonesUpdate version to 0.10
2014-10-21 Peter JonesDo even more absurd stuff to avoid github's terrible...
2014-10-21 Peter JonesActually /set/ the values we're using to the results...
2014-10-21 Peter JonesDon't check if '-n' is a current boot entry so early.
2014-10-20 Peter JonesAudit error checking in main().
2014-10-20 Peter JonesMake the version 0.10.0
2014-10-20 Peter JonesMake all the other places we're parsing XXXX also do...
2014-10-20 Peter JonesMake -o's behavior actually match the documented behavior.
2014-10-15 Peter JonesDon't error on unset BootOrder when we're trying to...
2014-10-15 Peter JonesProduce a slightly more succinct error when we get...
2014-10-15 Peter JonesDon't call EPERM "not found" when deleting variables.
2014-10-15 D. Jared Dominguezmanpage lists option '--test' which doesn't seem to...
2014-10-15 Peter JonesAdd more error messages and better return codes.
2014-10-15 Peter JonesOne more place we're not printing the error code.
2014-10-15 Peter JonesFix a segfault in append_extra_args_ascii()
2014-10-15 Peter JonesMake a few more return paths print some modicum of...
2014-10-15 Peter JonesDon't define our own ioctls unless we have to.
2014-10-10 Peter JonesLinux kernel versions aren't always 3-tuples any more.
2014-10-08 Peter JonesClarify -o parameters.
2014-09-25 Peter JonesRelease 0.9.0
2014-09-25 Peter JonesDon't pass uninitialized data to efi_guid_to_str().
2014-09-10 Peter JonesDon't leak our partition table structures.
2014-09-10 Peter JonesCheck lseek() for errors.
2014-09-10 Peter JonesCheck open()s return correctly.
2014-09-10 Peter JonesCheck malloc() return.
2014-09-10 Peter JonesMake a free non-conditional since the condition can...
2014-09-10 Peter JonesHandle the case where there are no EFI variables.
2014-09-10 Peter JonesDon't reuse a pointer to static data and free condition...
2014-09-10 Peter JonesDon't free something that shouldn't ever be non-NULL.
2014-09-10 Peter JonesCovscan can't tell that we're not filling a buffer...
2014-09-10 Peter JonesGet rid of an invalid comparison.
2014-09-10 Peter JonesTry to avoid covscan freaking out about sscanf with %n.
2014-09-10 Peter JonesFix an error path not checking the return right in...
2014-09-10 Peter JonesMake sure data created for load options is freed.
2014-09-10 Peter JonesFix some minor memory leaks.
2014-09-10 Peter JonesFix another leaked fd.
2014-09-10 Peter JonesDon't leak our socket's fd when determining network...
2014-09-10 Peter JonesMake the return path something coverity can actually...
2014-09-10 Peter JonesFix a bad allocation size.
2014-09-09 Peter JonesRelease 0.8.0
2014-09-02 Peter Jones[man] Make option names match what efibootmgr actually...
2014-08-01 Peter JonesFix some minor errors cppcheck found.
2014-08-01 Peter JonesMove TODO stuff to 0.9
2014-08-01 Peter JonesClean up some whitespace.
2014-08-01 Peter JonesAdd the ability to clean up duplicates in BootOrder
2014-08-01 Peter JonesFix some leaked memory that shows up in valgrind.
2014-08-01 Peter JonesDon't leak memory in remove_from_boot_order()
2014-08-01 Peter JonesDon't pass around a format specifier when we don't...
2014-08-01 groxxdaCompare should respect the size of the data it compares.
2014-07-22 Peter JonesUse PRIx64 in nvme parsing.
2014-07-08 Daniel Jared... Clang uses C99 semantics by default for inline keyword.
2014-07-08 Daniel Jared... Variable "needed" should be of type ssize_t as that...
2014-07-08 Daniel Jared... data_size in construct_boot_order/set_boot_order is...
2014-07-08 Daniel Jared... Fix typo in compare function.
2014-07-08 Daniel Jared... Remove unused function var_num_from_name.
2014-06-17 Peter JonesMitigate apple setting invalid attribute bits in boot...
2014-06-16 Peter JonesWe don't actually have docbook hooked up to the builds...
2014-05-05 Peter JonesOnly free hard drive signatures if we've allocated...
2014-04-29 Peter JonesRemove bogus test for optional data length bounds.
2014-04-14 Peter JonesMake nvme work with "-e 3".
2014-04-14 Peter JonesAdd support for displaying NVME device paths.
next