OSDN Git Service

android-x86/external-efibootmgr.git
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.
2014-04-14 Peter JonesGet a lot more picky with our compiler warnings.
2014-04-02 Peter JonesFilenames and github - the worst of both worlds.
2014-04-01 Peter JonesCall it 0.7
2014-03-13 Peter JonesFix device path size and allocation in make_file_path_d...
2014-03-06 Peter JonesFix a missing error return.
2014-02-07 Peter JonesAdd a --keep option to preserve the old BootOrder entri...
2014-02-06 Peter JonesAdd SATA(x,y,z) device path unparsing.
2014-02-05 Peter JonesGet the correct size for device path in our optional...
2014-02-05 Peter JonesAdd some requires to our spec file for efivar-libs...
2014-02-05 Peter JonesMake Vendor-Defined Message paths show up the same...
2014-02-05 Peter JonesMake FvFile show up the same way it does in "bcfg boot...
2014-02-05 Peter JonesHandle bogus malformed variables somewhat more gracefully.
2014-02-05 Peter JonesFix gpg path in "make archive".
2014-02-05 Peter JonesMake the man page not mention proc, and make it mention...
2014-02-05 Peter JonesMerge the old TODO and the new one.
2014-02-05 Peter JonesUpdate urls in README.
2014-02-05 Peter JonesUpdate TODO.
2014-02-05 Peter JonesGet rid of the 1024-byte limit on ESP file path.
2014-02-05 Peter JonesHandle some other device paths.
2014-02-05 Peter JonesGet rid of 1024-byte limit for displaying variables...
2014-02-04 Peter JonesAdd a TODO here so I can keep track of what is yet...
2014-01-13 Peter JonesTypo fix.
2014-01-13 Peter JonesCorrectly fill out sa_family for MAC address device...
2014-01-13 Peter JonesHandle virtio network devices.
2014-01-13 Laszlo Ersek'-h' is a valid option, recognize it
2014-01-13 Peter JonesIgnore patches.
2014-01-13 Peter JonesRemove 40-character limit on file paths in /boot.
2014-01-13 Peter JonesDon't allow negative boot numbers.
2014-01-13 Peter JonesMake make_linux_load_option() slightly more readable.
2014-01-13 Peter JonesMake add_extra_args_file() work properly.
2014-01-13 Peter JonesAudit strlen() in append_extra_args_ascii() as well.
2014-01-13 Peter JonesRestore old boot order behavior.
2014-01-13 Peter JonesDo better error checking in read_boot_u16(), and simpli...
2014-01-13 Peter JonesFix byte assignment in read_boot_u16().
2014-01-13 Peter JonesMore work on append_extra_args_unicode()
2014-01-13 Peter JonesYou really can't free something you put through realloc().
2014-01-13 Peter JonesFix typo in arg parsing.
2014-01-13 Peter JonesRemove some dead code.
2014-01-13 Peter JonesClean up .gitignores some.
2014-01-13 Peter JonesMake --help also -h, and don't have it exit with an...
2014-01-13 Peter JonesMake tilt_slashes() static.
2014-01-13 Peter JonesFix uninitialized variable.
next