OSDN Git Service

Replace popt usage with getopt_long in efivar.c.
[android-x86/external-efivar.git] / src /
2017-09-26 David CantrellReplace popt usage with getopt_long in efivar.c.
2017-09-26 rtlanceroadtest: Fix efivar.h location
2017-09-25 Peter Jonesmake: improve 'clean' target
2017-09-25 Peter JonesMake format_ucs2() not use a variable-length array.
2017-09-25 Gabriel MajeriCast port to 16-bit integer
2017-09-25 Gabriel MajeriUse `__typeof__` instead of `typeof`
2017-09-25 Gabriel MajeriImprove __nonnull__ usage on clang
2017-09-25 Gabriel MajeriFix const to non-const pointer cast
2017-09-25 Gabriel MajeriReplace zero-length arrays with C99 flexible array...
2017-09-25 Gabriel MajeriDisable the __artificial__ attribute on Clang
2017-09-20 Peter Jonesgeneric_append_variable(): only try to create if errno...
2017-09-12 Peter JonesAllow abigail to ignore a few more things.
2017-09-12 Peter JonesMake efi_guid_ux_capsule actually work.
2017-09-12 Peter JonesMake "make archive" update the version number and do...
2017-09-11 Peter JonesImprove libabigail support a bit.
2017-09-11 Peter JonesAdd the localized text image guid.
2017-09-11 Peter JonesAdd a syntastic config for vim
2017-09-11 Peter JonesAdd a formatter for Dns() device types.
2017-07-21 Peter Jonesmost 2.7 types, but not dns or nfit
2017-07-21 Peter JonesAdd NvDimm _ADR encoder/decoder.
2017-07-21 Peter Jonesefivar-dp.h: add EFIDP_EFI_ACPI_ID() and related bits.
2017-07-21 Peter Jonesefivar-dp.h: Add a bunch of UEFI 2.7 messaging device...
2017-07-21 Peter Jonesformat_hex_helper: add the ability to include separators.
2017-07-21 Peter JonesMake our -I path not include efivar/
2017-07-21 Peter Jonesefivar-dp.h: fix argument names in efidp_encode_acpi_di...
2017-07-21 Peter Joneslinux.c: fix sysfs pci path format specifiers
2017-07-21 Peter Jonesedit_variable(): don't fail with EDIT_WRITE on non...
2017-07-20 Peter Jonesefivar-dp.h: Make __attribute__((__packed__)) into...
2017-05-09 Peter Joneslinux.c: fix a pile of sscanf(NULL, ...) possibilities.
2017-05-09 Peter Jonesefi_generate_file_device_path(): make all error paths...
2017-05-09 Peter Jonesefi_loadopt_create(): avoid NULL dereference
2017-05-09 Peter JonesSimplify efidp_append_node() even more.
2017-05-09 Peter Jonesgpt: try to avoid trusting unverified partition table...
2017-05-01 Peter Jonesdp.h: Try to make covscan believe format() is checking...
2017-05-01 Peter Jonesefivar main(): explain efi_well_known_guids to the...
2017-05-01 Peter Jonescalls to sysfs_readlink(): check linkbuf for NULLness.
2017-05-01 Peter Jonesefi_loadopt_args_from_file(): make sure buf is only...
2017-05-01 Peter Jonesshow_errors(): make the useful part here not be dead...
2017-05-01 Peter Jonesefidp_duplicate_extra(): error if our allocation is...
2017-05-01 Peter Jonesefi_loadopt_create(): check buf for NULLness.
2017-05-01 Peter Jonesefi_variable_import(): constrain our inputs better.
2017-05-01 Peter Jonesmakeguids: free our input buffer.
2017-05-01 Peter Jonesefi_variable_import(): make sure var.data_size is set.
2017-05-01 Peter Jonesefidp_append_path(): error check the right variable.
2017-05-01 Peter Jonesefi_variable_import(): fix memory leak on failure path.
2017-05-01 Peter Jonesefi_va_generate_file_device_path_from_esp(): handle...
2017-05-01 Peter Jonesefi_generate_file_device_path(): fix one error case...
2017-05-01 Peter Jonesgpt_disk_get_partition_info(): free our allocations...
2017-05-01 Peter Jonesmake_mac_path(): fix leaked file descriptor.
2017-05-01 Peter Jonesefi_loadopt_args_from_file(): fix leaked file descriptor.
2017-03-07 Peter JonesUpdate .abixml files
2017-03-06 Raymund Willlibefivar: drop conditional include of sys/sysmacros.h
2017-02-13 Peter JonesMake ACPI _ADR encoding/decoding more useful.
2017-02-13 Peter JonesAdd an abicheck makefile rule
2017-02-13 Peter JonesAdd some .abixml files
2017-02-13 Peter JonesMake a target to update .abixml files.
2017-02-06 Peter JonesDon't build static by default.
2017-02-06 Peter JonesAlso provide LIBEFIVAR_1.2X even though nothing really...
2017-02-06 Peter JonesMake AcpiAdr() device paths format correctly for display.
2017-02-06 Peter JonesMake sure we define the version for new symbols recentl...
2017-02-06 Peter JonesNew gcc version, new way symbol versioning breaks.
2017-02-06 Peter JonesRemove some extra "const" that gcc complains about.
2017-02-06 Peter JonesFix some allocation bounds checking gcc 7.x finds somet...
2017-01-20 Dwayne Litzenbergerformat_media_dn: Fix formatting of disk signature for...
2017-01-20 Nicolas Georgelinux: fix device major/minor handling.
2016-10-19 Peter Jones_format_message_dn(): fix the check for a label in...
2016-10-19 Peter Jonesefidp_is_multiinstance(): check for efidp_next_node...
2016-10-19 Peter Jonesefidp_*(): make everything that does pointer math check...
2016-10-19 Peter Joneslib*: provide LIBEFIVAR_1.28 etc.
2016-10-17 Peter JonesCheck for the NVMe EUI in the base sysfs dir for the...
2016-09-27 Peter JonesDon't use __pure__ on efidp_*() functions.
2016-09-27 Peter Joneslinux: Fix NVMe EUI parsing from sysfs
2016-09-27 Peter Jonesefivar-dp.h: Actually add the packed attribute everywhere.
2016-09-13 Peter JonesFix redundant decl of efi_guid_zero.
2016-09-13 Peter JonesAll of our efi device path headers need to be packed.
2016-09-13 Peter Joneslibefivar/libs.c:probe(): Fix the case where the first...
2016-09-13 Peter JonesFix some cases of our overflow checkers in add_int...
2016-08-17 Peter JonesMake soname always libfoo.1 not libfoo.102312231.
2016-08-16 Peter Jonescreator/find_file(): fix the fix in 086eeb17
2016-08-11 Peter Jonesutil.h: add int_add for 32-bit platforms
2016-08-11 Peter Jonesgcc: handle the nonnull comparison issue more gracefully.
2016-08-11 Peter Jonesefi_loadopt_optional_data_size: add efi_error() trace...
2016-08-11 Peter Jonesefidp_size: don't count the end node twice.
2016-08-10 Peter Joneslibefivar: use sysmacros.h
2016-08-10 Peter JonesUse efi_error() at lots of places.
2016-08-10 Peter Jonesefivar: add an api to inspect errors that occurred...
2016-08-10 Peter Jonesdp.h: make our format() macro adjust "off" automatically.
2016-08-10 Peter Jonesefivar-dp.h: add a bunch of compiler hints as function...
2016-08-10 Peter Jonesefivar-dp.h: make our iterators/size checkers a bit...
2016-08-09 Peter Jonesdp-message: make format_ipv6_port_helper() use the...
2016-08-09 Peter Jonesdp-*: fix some wrong size_t vs ssize_t usage.
2016-08-09 Peter Jonesutil.h: add some math utilities
2016-08-09 Peter Jonessata device paths: treat the kernel's ata device number...
2016-08-09 Peter JonesCorrectly handle Sata() device paths PMPN sentinal...
2016-08-05 Peter Jonescreator/find_file(): fix an incorrect error that gets...
2016-08-05 Andreas SchwabRemove use of deprecated readdir_r
2016-07-19 Peter JonesGet rid of "0." and just make the next version be 25.
2016-06-30 Peter JonesPromote efi_guid_cmp() and friends to not be inlined.
2016-06-30 Peter JonesFix a couple of places where we overuse const.
2016-06-30 Peter JonesMake efivar-dp.h inlines compatible with --std=c89
next