OSDN Git Service

Fix some errors scan-build found.
[android-x86/external-efivar.git] / src /
2018-06-08 Peter JonesFix some errors scan-build found.
2018-06-08 Peter Jonesnvdimm: Use the namespace guid, not just the device...
2018-06-08 Peter JonesFix an edge case in finding the sysfs driver link
2018-06-08 Peter JonesUse the pci node's driver link to detect ATA in some...
2018-06-08 Peter Jonesefivarfs: fix some minor immutability bugs
2018-06-08 Peter JonesExpand tabs on the rest of linux.c
2018-06-08 Peter Jonesaudit efi_error() for wrong newlines.
2018-06-08 Peter JonesUpdate our abixml files for new ABI bits and minor...
2018-06-08 Peter JonesAdd a make target to rebuild our abidw .abixml files
2018-06-08 Peter JonesRebuild efivar-35's abixml files with newer abidw.
2018-06-08 Peter Joneslibefiboot: make everything use "struct device" and...
2018-06-08 Peter Joneslinux.h: Make some decls HIDDEN as they should be
2018-06-08 Peter JonesFix decl for get_sector_size()
2018-06-08 Peter JonesConstify efidp_make_acpi_hid_ex() args and make its...
2018-06-08 Peter JonesMove the PMEM device parser to linux-pmem.c
2018-06-08 Peter JonesAdd a PCI parser that's independent of the other stuff.
2018-06-08 Peter JonesMove SAS parsing to linux-sas.c
2018-06-08 Peter JonesMove SATA parsing to linux-sata.c
2018-06-08 Peter JonesMove nvme parsing to linux-nvme.c
2018-06-08 Peter JonesMove virtblk device parsing to linux-virtblk.c
2018-06-08 Peter JonesMove i2o device parsing to linux-i2o.c
2018-06-08 Peter JonesMove traditional SCSI parsing to linux-scsi.c
2018-06-08 Peter JonesMove ATA parsing to linux-ata.c
2018-06-08 Peter JonesAdd a (not great) macro to print parser debugging arrows.
2018-06-08 Peter JonesAdd "struct device" in preperation for removing "struct...
2018-06-08 Peter Jonesefi_loadopt_create(): add some debugging
2018-06-08 Peter Jonesucs2.h: there's no reason ucs2_to_utf8 shouldn't malloc...
2018-06-08 Peter Jonesrename the pci_root_info fields to match the struct...
2018-06-08 Peter JonesMove get_sector_size() to the linux specific code
2018-06-08 Peter Joneslinux.h: add some more sysfs helpers, and improve their...
2018-06-08 Peter JonesMore fixups for CONSTRUCTOR/DESTRUCTOR/HIDDEN/PUBLIC...
2018-06-08 Peter JonesAdd some helpers for file path mangling
2018-06-08 Peter Jonesutil.h: Add error reporting in read_file()
2018-06-08 Peter JonesTemporary hack in get_partition_number
2018-05-21 Peter JonesMake LIBEFIVAR_OPS=help work
2018-05-21 Peter JonesAdd some more debug facilities.
2018-05-21 Peter JonesAdd hexdumper
2018-05-21 Peter Jonesfix some dumb stuff in 'make install' targets
2018-05-21 Peter Jonesgpt.h: minor cleanups (mostly formatting/whitespace)
2018-05-21 Peter Jonesget_partition_info(): fix the return code error path.
2018-05-21 Peter Jonesclang: ?e64_to_cpu() and cpu_to_?e64(): cast to uint64_t.
2018-05-21 Peter JonesMore aggressively use macros for compiler attributes
2018-05-21 Peter JonesSimplify our include files
2018-05-21 Peter Jonesutil.h: whitespace cleanup
2018-05-21 Peter Jonesgpt: get rid of ad-hoc warning reporting; use efi_error()
2018-05-21 Peter Jonesgpt: don't use the __ versions of cpu_to_le??()/le...
2018-05-21 Peter Jonesefivar: fix efi_well_known_guids and efi_well_known_gui...
2018-05-17 Peter JonesWe don't use list.h at all; axe it.
2018-05-17 Laszlo Ersekrewrite efivarfs_set_variable() [9896c26c7e68-based]
2018-04-17 Peter JonesSilence some trivial clang-analyzer/coverity complaints.
2018-04-17 Peter Jonesdp-acpi: improve formatting of AcpiEx() device paths.
2018-04-17 Peter JonesAdd a clang-analyzer scan-build make targets as well.
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.
next