summaryrefslogtreecommitdiff
path: root/util.h
Commit message (Expand)AuthorAgeFilesLines
* dmidecode: Write the whole dump file at onceJean Delvare2023-02-201-1/+0
* util: Let callers pass an offset to read_fileJean Delvare2017-04-111-2/+2
* Let read_file return the actual data sizeJean Delvare2015-11-021-1/+1
* dmidecode: Add support for 64-bit addressesJean Delvare2015-04-271-2/+2
* util: Add read_file() function for reading sysfs filesJean Delvare2015-04-211-0/+1
* Update my e-mail addressJean Delvare2014-02-031-1/+1
* Update copyright year.Jean Delvare2010-11-241-1/+1
* Add utility function u64_range, which computes the range between twoJean Delvare2010-11-241-0/+1
* When dumping the DMI table to a binary file, truncate the file first.Jean Delvare2008-10-281-1/+1
* Update copyright statements.Jean Delvare2008-02-161-0/+20
* New option --dump-bin, dump the DMI data to a sparse binary file.Jean Delvare2008-02-161-0/+1
* Define an ARRAY_SIZE macro which computes the size of a static array, andJean Delvare2007-02-111-0/+2
* Use size_t instead of off_t when handling memory addresses. This preventsJean Delvare2005-02-111-1/+1
* Function myread() has no more user outside of util.c.Jean Delvare2004-11-211-1/+0
* New mem_chunk function. It returns a buffer containing a copy of a givenJean Delvare2004-05-021-0/+1
* Common "util" functions.Jean Delvare2003-06-171-0/+6