summaryrefslogtreecommitdiff
path: root/dmi.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of new/tested stuff and various small changes 24.stefanct2016-01-231-0/+1
* Make strnlen() visible in old versions of glibc.stefanct2015-01-271-10/+7
* dmi.c: make sure we call isprint() correctly.stefanct2014-10-191-1/+1
* dmi.c: Duplicate returned strings because they are meant to be freed.stefanct2014-09-051-3/+3
* Add a bunch of new/tested stuff and various small changes 21.stefanct2014-08-061-1/+1
* Fix garbage handling in DMI strings.stefanct2014-07-131-17/+35
* Clean up physmap, fix unaligned mapping problemshailfinger2014-03-051-1/+1
* Ensure DMI strings used in dmi_compare() are not NULL.stefanct2013-10-291-3/+7
* Remove exit call and mayfail parameter from physmap_common().stefanct2013-09-141-2/+2
* Add an internal DMI decoder.stefanct2013-09-111-60/+262
* Introduce msg_*warn.stefanct2013-01-041-6/+4
* Fix memleaks in dmi.c.stefanct2012-09-231-1/+14
* Some ISO C fixes.stefanct2012-08-271-0/+1
* Add a bunch of new/tested stuff and various small changes 11stefanct2012-02-171-1/+2
* Add a bunch of new/tested stuff and various small changes 7stefanct2011-09-031-0/+1
* Fixup of r1397:hailfinger2011-08-151-1/+2
* Random whitespace and coding-style fixes.uwe2011-07-281-11/+10
* be more refined regarding DMI chassis typesstefanct2011-07-261-11/+29
* add a bunch of new/tested stuff and various small changes 4stefanct2011-07-071-1/+1
* Half a dozen hardcoded strcmp() don't make sense if we need ahailfinger2010-09-261-4/+29
* Add dmidecode quirk workaroundmkarcher2010-08-081-8/+17
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-3/+3
* If flashrom is standalone and has no OS below, it can't call dmidecode.hailfinger2010-06-231-1/+22
* convert programmer print messages to msg_p*snelson2010-05-071-6/+7
* --force may have been a good idea back when only developers were usinghailfinger2010-04-281-1/+2
* Fix handling of empty dmidecode outputmkarcher2010-03-241-5/+8
* Skip DMI laptop check if DMI doesn't workmkarcher2010-03-141-20/+6
* Various coding style and cosmetic changes (trivial).uwe2010-03-131-12/+18
* Warn if running on laptopsmkarcher2010-02-261-0/+8
* Factor out DMI string reading into subfunctionmkarcher2010-02-261-44/+47
* Remove unused short IDsmkarcher2010-02-241-13/+10
* Fix DMI match logicmkarcher2010-02-121-1/+2
* Avoid bogus gcc warningmkarcher2010-01-271-2/+2
* Matching board via DMImkarcher2010-01-201-0/+168