OSDN Git Service

Don't use _Generic because gcc 4.x doesn't have it...
[android-x86/external-efivar.git] / src / util.h
2018-04-09 Peter JonesDon't use _Generic because gcc 4.x doesn't have it...
2018-03-12 Peter Jonesefivarfs / vars: usleep() before reading from efivarfs...
2018-02-09 Dan Robertsondefine strndupa if it is not defined
2018-02-09 Peter JonesNVDIMM: UUID<->GUID needs endian swizzling.
2016-09-13 Peter JonesFix some cases of our overflow checkers in add_int...
2016-08-11 Peter Jonesutil.h: add int_add for 32-bit platforms
2016-08-09 Peter Jonesutil.h: add some math utilities
2016-04-12 Peter JonesClean up some license confusion.
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-04-22 Peter JonesAdd HD() device path generation and debug the whole...
2014-11-06 Peter JonesMake the license terms of util.h be right.
2014-11-03 Peter JonesMake read_file's read loop work correctly with files...
2014-11-03 Peter JonesReturn ENOMEM if we're going to overrun the buffer...
2014-11-03 Peter JonesCorrectly return error and report errno on read failures.
2014-11-03 Peter JonesBe a little more precise with our types in read_file()
2014-09-11 Peter JonesExcise read_fd() since we've got read_file(), plus...
2014-09-11 Peter JonesJust some whitespace cleanup.
2014-03-21 Peter JonesAdd efi_name_to_guid() and efi_guid_to_name()