OSDN Git Service

android-x86/external-efivar.git
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...
2015-05-01 Peter JonesMake efi_make_load_option() handle device paths a littl...
2015-05-01 Peter JonesAutomatically convert / to \ in file device paths.
2015-05-01 Peter JonesGet PCI(e) root creation right.
2015-05-01 Peter JonesSimplify our blockdev/pci path creation a bit.
2015-05-01 Peter JonesAdd AcpiEx() device path creation.
2015-05-01 Peter JonesEradicate -lpci since we have to parse the sysfs device...
2015-05-01 Peter JonesFix an off-by-one valgrind found.
2015-05-01 Peter JonesMake Sata() and Sas() paths work for the hardware in...
2015-05-01 Peter JonesMake efi_generate_file_device_path() free everything...
2015-05-01 Peter JonesAdd a first-edition version of efidp_make_sas()
2015-05-01 Peter JonesAdd some more utility functions for reading sysfs crap.
2015-05-01 Peter JonesMake read_file() add a terminating NUL.
2015-05-01 Peter Jones*Actually* make Sata() paths work, as long as you have...
2015-04-23 Peter JonesMake Sata() device paths get generated maybe kinda.
2015-04-22 Peter JonesAdd HD() device path generation and debug the whole...
2015-04-14 Peter JonesAdd all of device path generation except the HD() part...
2015-04-09 Peter JonesAdd starting bits for making device paths from real...
2015-04-07 Peter JonesAdd a bunch of load option handling utilities to efiboot.
2015-04-07 Peter JonesMake ucs2_to_utf8() unsigned and add some more unicode...
2015-04-02 Peter JonesSplit boot-related stuff off into a second library.
2015-04-02 Peter JonesMake all of our API visibility explicit.
2015-03-31 Peter JonesBump version to 0.17
2015-03-31 Peter JonesMake efivar.spec depend on Makefile
2015-03-31 Peter Jonesefidp_hd needs __packed__ .
2015-03-31 Peter JonesMake efidp_make_acpi_hid honor the size convention.
next