OSDN Git Service

Replace zero-length arrays with C99 flexible array member
[android-x86/external-efivar.git] / src / include / efivar / efivar-dp.h
2017-09-25 Gabriel MajeriReplace zero-length arrays with C99 flexible array...
2017-09-25 Gabriel MajeriDisable the __artificial__ attribute on Clang
2017-07-21 Peter JonesAdd NvDimm _ADR encoder/decoder.
2017-07-21 Peter Jonesefivar-dp.h: add EFIDP_EFI_ACPI_ID() and related bits.
2017-07-21 Peter Jonesefivar-dp.h: Add a bunch of UEFI 2.7 messaging device...
2017-07-21 Peter Jonesefivar-dp.h: fix argument names in efidp_encode_acpi_di...
2017-07-20 Peter Jonesefivar-dp.h: Make __attribute__((__packed__)) into...
2017-02-13 Peter JonesMake ACPI _ADR encoding/decoding more useful.
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-09-27 Peter JonesDon't use __pure__ on efidp_*() functions.
2016-09-27 Peter Jonesefivar-dp.h: Actually add the packed attribute everywhere.
2016-09-13 Peter JonesAll of our efi device path headers need to be packed.
2016-08-11 Peter Jonesgcc: handle the nonnull comparison issue more gracefully.
2016-08-11 Peter Jonesefidp_size: don't count the end node twice.
2016-08-10 Peter JonesUse efi_error() at lots of places.
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 JonesCorrectly handle Sata() device paths PMPN sentinal...
2016-06-30 Peter JonesMake efivar-dp.h inlines compatible with --std=c89
2016-04-12 Peter JonesClean up some license confusion.
2015-11-12 Peter Joneslibefiboot: Make efidp multi-instance iteration actuall...
2015-07-13 Peter JonesGet rid of some duplicate "const" specifiers.
2015-05-12 Peter JonesMake ATA/ATAPI devices work most of the time hopefully.
2015-05-11 Peter JonesGet rid of extra _dp_ from efidp_is_multiinstance()
2015-05-06 Peter JonesAdd some validity checkers for dp and loadopt.
2015-05-01 Peter JonesAdd beginnings of network bits.
2015-05-01 Peter JonesAdd AcpiEx() device path creation.
2015-05-01 Peter JonesAdd a first-edition version of efidp_make_sas()
2015-04-14 Peter JonesAdd all of device path generation except the HD() part...
2015-03-31 Peter Jonesefidp_hd needs __packed__ .
2015-03-31 Peter JonesAdd efidp_make_sata()
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 JonesAdd a bunch more efidp makers
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 JonesFinish implementing message device path formatters.
2015-03-31 Peter JonesFinish acpi device path formatting.
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 JonesCall our string formatting functions _format_ not _print_
2015-02-27 Peter JonesMove our include files to instal in a subdir, and gener...