summaryrefslogtreecommitdiff
path: root/dmidecode.c
Commit message (Expand)AuthorAgeFilesLines
* Bump release verison to 2.12dmidecode-2-12Anton Arapov2013-04-171-5/+35
* dmidecode.c: Properly print the hexadecimal value of invalid stringJean Delvare2011-11-181-1/+1
* Make dmi_chassis_type aware of the lock bit (Closes: #33978).Anton Arapov2011-11-141-1/+3
* Update to support SMBIOS specification version 2.7.1.Jean Delvare2011-04-201-7/+31
* Fix boundary checks of memory array location codes (DMI type 16). ReportedJean Delvare2011-01-251-1/+1
* Reword "PCI Express Gen 2" to just "PCI Express 2" (DMI type 9).Jean Delvare2010-11-241-6/+17
* Fix CPU flags mask (DMI type 4).Jean Delvare2010-11-241-1/+1
* Trivial style fixes.Jean Delvare2010-11-241-2/+2
* Decode BIOS language information flags (DMI type 13).Jean Delvare2010-11-241-0/+13
* Fix offset of partition width (DMI type 19).Jean Delvare2010-11-241-1/+1
* Consistently use hexadecimal for offsets.Jean Delvare2010-11-241-1/+1
* Assume that the max power capacity is expressed in Watts, notJean Delvare2010-11-241-1/+1
* Add description of cooling device (DMI type 27).Jean Delvare2010-11-241-3/+53
* Add support for memory arrays of 2 TB and more (DMI types 16, 19 andJean Delvare2010-11-241-37/+150
* Add UEFI support and virtual machine flags to BIOS characteristicsJean Delvare2010-11-241-12/+42
* Update all references to the SMBIOS specification to match the newJean Delvare2010-11-241-147/+147
* Fix length condition when decoding battery capacity. Probably not a bigJean Delvare2010-11-181-1/+1
* Handle DMI type 2 record of size 0x0E.Jean Delvare2010-11-161-1/+2
* Prevent unlikely array overrun when decoding processor family value 0xBEJean Delvare2010-11-161-8/+12
* Handle ambiguous processor family value 0x30 (DMI type 4).Jean Delvare2010-11-161-3/+13
* Fix decoding of IPMI base address LSB.Jean Delvare2010-11-111-1/+1
* Drop redundant/obsolete references to CIM_Processor.Family.Jean Delvare2010-11-091-34/+34
* Spelling fix.Jean Delvare2010-10-261-1/+1
* Drop a few undue blank lines.Jean Delvare2010-10-261-4/+0
* Update to support Intel AP-485 (CPUID) revision 36.Jean Delvare2010-10-261-10/+11
* One more SMBIOS version fix-up case.Jean Delvare2010-10-111-1/+2
* * dmidecode.c: Fix Xeon 7xxx entries in CPU name lookup table (DMI type 4).Jean Delvare2010-09-211-2/+2
* 2009-08-28 Jarod Wilson <jarod@redhat.com>Jarod Wilson2009-08-281-8/+43
* Add processor upgrade type "Socket LGA1366" (DMI type 4).Jean Delvare2009-07-271-2/+3
* Fix decoding of memory array capacity. A maximum capacity of 128 GB wouldJean Delvare2009-06-191-1/+1
* Warn if decoding an SMBIOS implementation which is newer than what weJean Delvare2009-04-301-0/+9
* Handle chassis information records of size 19 (DMI type 3).Jean Delvare2008-11-141-1/+2
* Update reference to AMD CPUID document.Jean Delvare2008-11-101-2/+2
* Claim to support revision 32 of Intel AP-485 (CPUID). No relevant changeJean Delvare2008-11-101-2/+2
* One more CPUID exception based on the version string (DMI type 4).Jean Delvare2008-11-091-1/+2
* More CPUID exceptions based on the version string (DMI type 4).Jean Delvare2008-11-091-1/+4
* Decode the CPUID of more Intel, VIA and AMD processors.Jean Delvare2008-11-091-3/+7
* Drop all references to the DMTF Master MIF document. This document hasn'tJean Delvare2008-11-081-11/+7
* Add many processor types taken from the CIM Schema.Jean Delvare2008-11-081-1/+38
* Don't display access time equivalent of memory device speed (DMI type 17).Jean Delvare2008-11-071-1/+1
* Handle base board information records of size 9 (DMI type 2).Jean Delvare2008-11-071-1/+2
* Update reference SMBIOS document.Jean Delvare2008-11-071-3/+3
* Initial support for additional information entries (DMI type 40). ProperJean Delvare2008-11-071-1/+61
* Decode the memory device rank (DMI type 17).Jean Delvare2008-11-051-0/+7
* Add slot types "PCI Express x1", "PCI Express x2", "PCI Express x4",Jean Delvare2008-11-051-2/+7
* Coding style fixes.Jean Delvare2008-11-051-5/+5
* Decode the group number, bus number and device/function number ofJean Delvare2008-11-051-3/+27
* Decode boot integrity services entry point entries (DMI type 31).Jean Delvare2008-11-021-0/+10
* Use binary search for dmi_processor_family, it's faster than linear searchJean Delvare2008-11-021-3/+16
* Coding style and indentation fixes.Jean Delvare2008-10-311-10/+10