OSDN Git Service

android-x86/external-efivar.git
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
2016-01-20 Sylvain ChouleurRename endian.h into efivar_endian.h to avoid conflicts
2015-11-18 Peter Joneslibefiboot: figure out nvme device paths better.
2015-11-17 Peter JonesUse gcc -specs= for most command line stuff normally.
2015-11-16 Peter JonesMake -fPIC and -fPIE work as they should, and default...
2015-11-16 Peter JonesMake LDFLAGS get set right from the rpm build
2015-11-16 Peter Jonesefivar: Don't list padding from the end of efi_well_kno...
2015-11-16 Peter JonesMake makeguids generate guid-symbols.c instead of .S
2015-11-16 Peter JonesMark more of our exports with "default" visibility.
2015-11-16 Peter JonesIgnore efivar-static in the rpm .spec
2015-11-16 Peter JonesTemporarily use --add-needed when linking libefivar.so
2015-11-12 Peter JonesShow a closing ) on vendor console device paths.
2015-11-12 Peter Joneslibefiboot: Make efidp multi-instance iteration actuall...
2015-11-12 Peter JonesReturn the right offset in format_vendor_helper()
2015-11-12 Peter JonesFormat ACPI _ADR device lists in hex, not decimal.
2015-11-05 Peter Joneslibefivar: explicitly link with libdl
2015-11-05 Peter Joneslibefivar: Try to do a better job on SATA.
2015-11-05 Peter JonesFix .PRECIOUS / .INTERMEDIATE / .SECONDARY to avoid...
2015-10-05 Peter JonesMake library objects depend on generated sources so...
2015-10-05 Lans ZhangFix getting back a wrong relpath
2015-10-05 Peter JonesMake the compiler enforce strict symbol versioning.
2015-10-05 Peter JonesTreat minor device numbers in sysfs as unsigned.
2015-10-05 Felix JandaUse the more portable major() instead of gnu_dev_major()
2015-07-19 Peter JonesMake the makefile a lot simpler to deal with.
2015-07-19 Peter JonesMake our definitions for efi_well_known_guid* consistent.
2015-07-14 Peter JonesSet the correct value for SATA port multipliers when...
2015-07-14 Peter JonesSometimes the compiler doesn't like { 0, } as an initia...
2015-07-13 Peter JonesRelease 0.21
2015-07-13 Peter JonesFix some strict-aliasing violations.
2015-07-13 Peter JonesMake -O2 default.
2015-07-13 Peter JonesMake the deps in src/ work a bit better.
2015-07-13 Peter JonesHide some intentionally dead code from the compiler.
2015-07-13 Peter JonesGet rid of some duplicate "const" specifiers.
2015-07-13 Mike GilbertUtilize Requires.private and Libs.private in pkgconfig...
2015-07-13 Mike Gilbertlibefivar: Make sure EFIVAR_LIBS gets passed to the...
2015-07-13 Peter JonesHandle validation of inputs in efi_loadopt_create(...
2015-07-13 Mike Gilbertlibefiboot: Link against libefivar
2015-07-13 Peter JonesFix return value checking in efi_guid_to_name and efi_g...
2015-06-26 Peter JonesMake our test suite slightly more documented and intuitive.
2015-06-25 Peter JonesError check variable size in vars_get_variable()
next