summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Mass coding-style change: add spaces around operators.Jean Delvare2008-10-261-29/+29
* Update copyright statements.Jean Delvare2008-02-161-1/+1
* Whitespace cleanups.Jean Delvare2008-02-161-2/+2
* Drop trailing whitespace.Jean Delvare2008-02-161-14/+14
* New option --dump-bin, dump the DMI data to a sparse binary file.Jean Delvare2008-02-161-0/+42
* Fix incorrect length in munmap call.Jean Delvare2005-02-121-3/+2
* Use size_t instead of off_t when handling memory addresses. This preventsJean Delvare2005-02-111-1/+1
* Display an error message on memory shortage.Jean Delvare2005-02-111-0/+3
* Move USE_MMAP to config.h, use mmap on Linux only.Jean Delvare2004-12-101-0/+2
* Use sysconf(_SC_PAGESIZE) instead of getpagesize() where available.Jean Delvare2004-11-221-0/+4
* Function myread() has no more user outside of util.c.Jean Delvare2004-11-211-1/+3
* Use MAP_SHARED instead of MAP_PRIVATE in mmap. Seems to be needed forJean Delvare2004-11-111-1/+1
* More helpful error messages.Jean Delvare2004-11-111-3/+8
* Workaround missing MAP_FAILED definition, needed on old systems. OriginalJean Delvare2004-10-241-0/+5
* Add missing header include.Jean Delvare2004-07-241-0/+1
* New mem_chunk function. It returns a buffer containing a copy of a givenJean Delvare2004-05-021-1/+70
* Common "util" functions.Jean Delvare2003-06-171-0/+75