OSDN Git Service

android-x86/external-efivar.git
2017-02-06 Peter JonesMake AcpiAdr() device paths format correctly for display.
2017-02-06 Peter JonesUse -z muldefs to avoid the multiple definitions bug...
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 JonesBump version to 30
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 JonesBump version to 29
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 Mike GilbertMove -flto to CFLAGS
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-09-13 Mike Gilbertgcc.specs: link: change '-PIE' to '-pie' and drop ...
2016-08-17 Peter JonesBump version to 28
2016-08-17 Peter JonesMake soname always libfoo.1 not libfoo.102312231.
2016-08-16 Peter Jonesefivar 27
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 JonesRelease efivar 26
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-07-11 Peter Jonesallow deprecated declarations for now to let readdir_r...
2016-06-30 Peter JonesRelease 0.24
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
2016-06-30 Jeremy Compostellaclang++ efi_guid_is_empty alias issue
2016-05-24 Peter Jonesloadopt: add some clarifying comments
2016-05-24 Peter Jonesefivar: typo, missing comma
2016-05-24 Peter Joneslibefivar: make it possible to override the filesystem...
2016-05-24 Peter JonesFix some deginerate load option parsing cases.
2016-05-24 Peter JonesMake it easier to turn optimization off without other...
2016-05-18 Ioan-Adrian... efivar: add decimal variable printing support
2016-05-18 Ioan-Adrian... efivar: add variable writing support
2016-05-06 Mike GilbertInclude sys/sysmacros.h when sys/types.h does not defin...
2016-05-06 Erico NunesMake.rules: fix build with make <= 3.81
2016-05-06 Aaron Luftefidp_format_device_path: add enough input argument...
2016-05-02 Peter JonesDebug some of our immutable bit hackery.
2016-04-12 Peter JonesClean up some license confusion.
2016-03-10 Peter Joneslibefivar: make efi loadopt path functions have useful...
2016-03-10 Peter JonesMake sure -D_GNU_SOURCE is used on clang.
2016-03-10 Peter JonesFix our "make deps" dependencies.
2016-03-10 Steve McIntyreFixes for compilation with gcc 6
2016-03-10 Mario LimoncielloPass correct expected devpath to efi_va_generate_file_d...
2016-03-09 Mario LimoncielloUse detected partition number in call to efi_va_generat...
2016-03-09 Peter Joneslibefivar: get rid of our variadic mess in efi_set_vari...
2016-03-02 Peter Joneslibefivar: make the nvme sysfs bits look even more...
2016-03-02 Peter Jonesefivar: fix some leaked symbols
2016-03-01 Peter JonesGet rid of the fd in make_blockdev_path()
2016-03-01 Thierry Vignaudfix source URL
2016-03-01 Peter Joneslibefiboot: rework NVME so we get EUI right and don...
2016-02-25 Peter Joneslibefiboot: limit check everywhere, not just where...
2016-02-25 Peter Joneslibefiboot: Fix the types the compiler complains about.
2016-02-25 Peter Joneslibefiboot: loadopt.c: include the loadopt header.
2016-02-25 Peter Joneslibefivar: simplify efi_name_to_guid()'s string termina...
2016-02-25 Peter Joneslibefiboot: Fix efidp_format_device_path()'s limit...
2016-02-25 Peter Jonesefivar: be safe for -Werror=missing-field-initializers
2016-02-25 Peter JonesUse -Wextra
2016-02-25 Peter Joneslibefivar: be safe for -Werror=missing-field-initializers
2016-02-25 Peter Joneslibefiboot: efi_loadopt_desc() isn't const, the returne...
2016-02-25 Peter Joneslibefivar: be safe for -Werror=unused-parameter
2016-02-25 Peter Joneslibefiboot: be safe for -Werror=unused-parameter
2016-02-19 btian1this condition should be error before change, should...
2016-02-15 Mike GilbertWorkaround rename of linux/nvme.h
2016-02-15 Peter JonesTry to pretend 0.22 didn't happen by making 0.23 the...
2016-02-15 Peter JonesMake df78c364 actually work.
2016-02-15 Peter JonesMake gcc.specs work with gcc 6 / binutils 2.26
2016-02-15 Peter JonesPut "-L." is in LDFLAGS so we don't need installed...
2016-02-15 Peter JonesMake guids be in correct byte order both in text and...
2016-02-12 Felix JandaCompile without -fshort-wchar
2016-02-12 Mike GilbertMake.defaults: Improve gcc/clang detection
2016-02-10 Peter JonesRelease 0.22
2016-02-02 Peter JonesMake efivar work with immutable efivarfs files.
2016-01-20 Steve McIntyreMultiple fixes for compilation with gcc 6
next