OSDN Git Service

Work around coverity being a pretty lazy and poor tool.
[android-x86/external-efivar.git] / src /
2018-04-17 Peter JonesWork around coverity being a pretty lazy and poor tool.
2018-04-09 Peter JonesBump version to 35
2018-04-09 Peter JonesDon't use _Generic because gcc 4.x doesn't have it...
2018-04-09 Peter JonesMake efi_get_variable_exists match the version we put...
2018-03-13 Peter JonesWork around -Werror=stringop-overflow= being daft.
2018-03-13 Peter JonesMake 0abba7dc-e516-4167-bbf5-4d9d1c739416 reflect its...
2018-03-13 Peter Jonesmakeguids: generalize the efi_guid_empty mechanism...
2018-03-12 Richard HughesAdd efi_get_variable_exists()
2018-03-12 Peter JonesUse __builtin_bswap16() in EFI_GUID and other places.
2018-03-12 Peter Jonesefivarfs / vars: usleep() before reading from efivarfs...
2018-02-13 Peter JonesBump version to 34
2018-02-13 Mario LimoncielloAdd UX capsule to map for 33 not 32
2018-02-13 Mario LimoncielloAdd a patch from Helmut Grohne for cross compiling
2018-02-13 Jan TojnarUse correct paths in pc files
2018-02-13 Peter JonesBe more stringent on the criteria for not doing disk...
2018-02-09 Dan Robertsondefine strndupa if it is not defined
2018-02-09 Dan Robertsoncleanup: found is always true in branch
2018-02-09 Peter Joneslib*.abixml: update to avoid the "added-function" issue.
2018-02-09 Peter Jonesabignore: minor regexp fixes.
2018-02-09 Peter JonesFix some broken .abixml files
2018-02-09 Peter JonesNVDIMM: UUID<->GUID needs endian swizzling.
2018-02-09 Peter JonesMore NVDIMM work.
2017-12-04 Peter Jonesmakeguids: use builtins for bswap() functions.
2017-12-04 A. Wilcoxmakeguids: Ensure compatibility with other libcs
2017-12-04 Peter JonesAdd NVDIMM-P support
2017-12-04 Peter Jonesbetter error reports in linux and creator code
2017-12-04 Peter Jonesfixup for 3a2a35f638e
2017-12-04 Peter Jonesadd protocol guids list
2017-12-04 Peter JonesAdd the external management mechanism guid
2017-09-26 Peter Jonesefivarfs_set_variable(): don't test access before creat...
2017-09-26 Peter JonesWork around coverity being stupid (CID 182336/REVERSE_I...
2017-09-26 Peter Jonesefivar: prepare_data(): check for invalid filename.
2017-09-26 David CantrellRemove PKGS=popt from src/Makefile
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...
next