OSDN Git Service

android-x86/external-efivar.git
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()
2015-06-25 Peter JonesMake vars_del_variable() set errno when the variable...
2015-06-24 Gary Ching... Exclude the padded NULL when comparing the file size
2015-06-24 FointardRemoved unused code section
2015-06-17 Peter JonesDo a better job of setting SONAME right.
2015-06-02 Peter JonesBump version to 0.20
2015-06-02 Mario LimoncielloAdjust linker order for pkg-config to fix FTBFS on...
2015-06-02 Mario LimoncielloMake sure tester is build with the right link order...
2015-06-01 Peter JonesWork around LocateDevicePath() not grokking PcieRoot...
2015-05-28 Peter JonesRectify some missing changelog.
2015-05-28 Peter JonesUpdate version to 0.19
2015-05-28 Peter JonesAdd more TODO
2015-05-28 Peter JonesAdd a efivar-static target
2015-05-27 Peter JonesAdd some TODO
2015-05-14 Peter JonesGet rid of a bunch of legacy code.
2015-05-12 Peter JonesMake ATA/ATAPI devices work most of the time hopefully.
2015-05-11 Peter JonesStart man pages for efidp...
2015-05-11 Peter JonesMake loadopt function naming more homogenous.
2015-05-11 Peter JonesGet rid of extra _dp_ from efidp_is_multiinstance()
2015-05-11 Peter JonesAdd stubs for efidp_parse_* since they're in the headers.
2015-05-07 Peter JonesGet rid of our dynamic major code; we get it from sysfs.
2015-05-07 Peter JonesPropogate errors back from efi_generate_*() correctly.
2015-05-07 Peter JonesDo a better job of figuring out partition numbers.
2015-05-07 Peter JonesLoad options are packed...
2015-05-07 Peter JonesMissed one tiny bit of getting rid of -lpci.
2015-05-06 Peter JonesMinor formatting change in efiboot-loadopt.h
2015-05-06 Peter JonesAdd some validity checkers for dp and loadopt.
2015-05-06 Peter JonesFix wrong indent typo.
2015-05-01 Peter Jones-ldl is not a dep.
2015-05-01 Peter JonesMake "make" failures kill things correctly at the top...
2015-05-01 Peter JonesBump version to 0.18
2015-05-01 Peter JonesI replaced read_file and didn't fix up the callers.
2015-05-01 Peter JonesThere's really no reason to have make_whole_blockdev_path()
2015-05-01 Peter JonesAdd beginnings of network bits.
2015-05-01 Peter JonesGet rid of the last caller to get_disk_name()
2015-05-01 Peter JonesMake it so efibootmgr doesn't have to have the full...
next