summaryrefslogtreecommitdiffstats
path: root/dmi.c
Commit message (Collapse)AuthorAgeFilesLines
* drop support for dmidecode < 2.7Thierry Vignaud2014-12-071-12/+4
| | | | (which we have since January 2006, mdv2007.0...)
* dynamically resize memory when reaching max devices limit (mga#8320)Thierry Vignaud2013-01-141-0/+10
|
* fix freed memory usage in criteria_from_dmidecode and ↵Pascal Terjan2009-09-031-8/+6
| | | | entries_matching_criteria, and some other warnings in dmi.c
* allow to modify the fh type more easily by adding more wrappersOlivier Blin2008-02-271-2/+2
|
* try harder to reduce number of relocations (most remaining ones are due toThierry Vignaud2007-08-271-1/+1
| | | | | arrays of pointers)
* (entries_matching_criteria) fix zlib conversion (#32590)Thierry Vignaud2007-08-161-1/+1
|
* use zlib to read gzipped files instead of piping gzip commandOlivier Blin2007-08-151-1/+1
|
* dmidecode >= 2.7 supportOlivier Blin2006-07-121-4/+13
|
* libify and simplifyPascal Rigaux2005-03-141-5/+3
|
* add dmitable usePascal Rigaux2005-03-141-0/+280