OSDN Git Service

android-x86/external-efivar.git
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.
2015-03-31 Peter JonesAdd efidp_make_sata()
2015-03-31 Peter JonesBetter error checking in efidp_make_file()
2015-03-31 Peter JonesGet the size on efi_make_file() right.
2015-03-31 Peter JonesMake efidp_size() treat the return of efidp_next_node...
2015-03-31 Peter Jonesmake efidp_type() and efidp_subtype() work as expected.
2015-03-31 Peter JonesMake utf8len() and utf8_to_ucs2() actually work.
2015-03-31 Peter JonesAudit our size=0 return paths on efidp_make_*()
2015-03-31 Peter JonesClean up some .h.P files in "make clean"
2015-03-31 Peter JonesAdd some load option handling.
2015-03-31 Peter JonesAdd some miscelaneous functions for inspecting the...
2015-03-31 Peter JonesAdd a bunch more efidp makers
2015-03-31 Peter JonesMake a bunch of efidp node creation functions.
2015-03-31 Peter JonesMake a bunch of efidp node creation functions.
2015-03-31 Peter JonesDon't put _SUBTYPE on 2 decls and not all the others.
2015-03-31 Peter JonesAdd utf8len() and utf8_to_ucs2()
2015-03-31 Peter JonesFinish implementing message device path formatters.
2015-03-31 Peter JonesAdd ucs2len() in case we need it later.
2015-03-31 Peter JonesPrint memory range types as decimal.
2015-03-31 Peter JonesFinish acpi device path formatting.
2015-03-31 Peter JonesRework our formatting functions for much more simplicity.
2015-03-31 Peter JonesAdd some more device path formatters.
2015-03-31 Peter JonesAdd a UsbWwid format printer and make File() somewhat...
2015-03-31 Peter JonesAdd a bunch more device path formatters.
2015-03-31 Peter JonesAdd an IPv6 printer.
2015-03-31 Peter JonesCall our string formatting functions _format_ not _print_
2015-03-31 Felix Jandalib.h: Include <limits.h> for NAME_MAX
2015-03-31 Felix Jandaefivar.h: Use __builtin_va_arg_pack_len consistently
2015-03-31 Gaelle NassietFix potential pointer dereferencement
2015-03-31 Peter JonesMake an initial allocation for our realloc buffer.
2015-03-31 Felix Jandamakeguids: Allocate enough space for outbuf
2015-02-27 Peter JonesMake the .spec get the version number automatically.
2015-02-27 Peter JonesMove our include files to instal in a subdir, and gener...
2015-02-26 Peter JonesAdd a bunch of dp printing.
2015-02-24 Peter JonesFlesh out device path lib some more.
2015-02-23 Peter JonesAdd a bunch of device path library functions.
2015-02-05 Peter JonesMake LIBEFIVAR_OPS let you pick which ops table you...
2015-02-05 Peter JonesTry to actually discover the size of the vars struct...
2015-02-03 Peter JonesAllow guids to be followed with whitespace.
2014-12-18 Peter JonesMake sure efi_guid_to_id_guid.3 gets installed.
2014-12-16 Peter JonesMake efivar's vars.c interface choose between 32 and...
2014-12-16 Peter JonesThe legacy interface makes DataSize "unsigned long...
next