OSDN Git Service

android-x86/external-efivar.git
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 JonesMake all of our Make.* files have vim:ft=make
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 JonesFix our pkg-config-ldflags invocation.
2018-05-17 Peter JonesWe don't use list.h at all; axe it.
2018-05-17 Peter JonesAnother minor docs typo fix.
2018-05-17 Robert Bisewskiminor correction to the efi_variable_import and efi_var...
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-11 Peter JonesUpdate travis to use some better build scripts
2018-04-09 Peter JonesSimplify the docker/travis stuff some
2018-04-09 Peter Jonestry to make travis work again...
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 JonesMake non-pull-request builds work.
2018-03-13 Peter JonesUse https for github urls in travis.
2018-03-13 Peter Jonesmore travis stuf...
2018-03-13 Peter JonesMore travis stuff maybe.
2018-03-13 Peter JonesMake the log smaller...
2018-03-13 Peter JonesSome more travis work...
2018-03-13 Peter JonesMake travis dump some stuff at us.
2018-03-13 Peter JonesWork around -Werror=stringop-overflow= being daft.
2018-03-13 Peter JonesUpdate travis.yml to be wildly different...
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 TojnarClean up superfluous slashes
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 JonesBump version to 33
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 Peter JonesMake a checker for coverity being installed
2017-09-26 David CantrellRemove popt-devel from BuildRequires in the spec file.
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-26 Peter JonesRevert "Enable C11 mode" (d7e8e4c6) and do it the right...
2017-09-25 Peter JonesMake pkg-config test if CROSS_COMPILE applies...
2017-09-25 Peter JonesMake.defaults: honor COMPILER to make CI easier.
2017-09-25 Peter Jonesadd some travis CI bits here to see if it works
2017-09-25 Peter Jonesmake: improve 'clean' target
2017-09-25 Peter JonesMake format_ucs2() not use a variable-length array.
2017-09-25 Peter JonesUse fwupdate's Make.coverity instead of implementing...
2017-09-25 Gabriel MajeriEnable C11 mode
2017-09-25 Gabriel MajeriDo not warn on taking address of packed member
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.
next