summaryrefslogtreecommitdiff
path: root/dmidecode.c
Commit message (Expand)AuthorAgeFilesLines
* dmioem: Move function is_printable to dmidecode.ckhali2015-05-211-10/+18
* dmidecode: Fix up invalid DMI type 34 structure lengthkhali2015-05-211-0/+27
* Fix warnings about comparison between signed and unsigned integerskhali2015-05-131-7/+8
* dmidecode: Add support for SMBIOS3 EFI tablekhali2015-05-131-6/+7
* dmidecode: Remove extra blank line after hidden type 40khali2015-05-121-2/+3
* Coding style fixeskhali2015-05-041-1/+1
* dmidecode: Get OEM vendor from System Information (DMI type 1)khali2015-05-041-1/+1
* dmidecode: Display types 41 and 42 in quiet mode tookhali2015-05-041-1/+1
* dmidecode: Simplify function dmi_table_dumpkhali2015-05-041-17/+5
* dmidecode: Move table decoding to a separate functionkhali2015-05-041-49/+55
* Update the list of untested DMI typeskhali2015-04-281-1/+1
* dmidecode: Fix --dump-bin when reading from sysfskhali2015-04-271-6/+6
* dmidecode: Stop decoding v3 tables at End-of-Table markerkhali2015-04-271-1/+6
* dmidecode: Add support for 64-bit addresseskhali2015-04-271-5/+7
* dmidecode: Add fields from the SMBIOS 3.0.0 specificationkhali2015-04-271-5/+11
* dmidecode: Add enums from the SMBIOS 3.0.0 specificationkhali2015-04-271-8/+38
* dmidecode: Preliminary support for 64-bit entry pointkhali2015-04-271-10/+83
* dmidecode: Add --no-sysfs option to disable use of sysfskhali2015-04-211-1/+2
* dmidecode: Add reading of SMBIOS tables from sysfskhali2015-04-211-1/+40
* dmidecode: Add passing of flags parameter to dmi_table()khali2015-04-211-10/+22
* Add support for DDR4 (DMI type 17). Patch from Tomohiro Kimura. The valuekhali2014-10-131-2/+3
* Decode the CPUID of recent AMD processors (DMI type 4).khali2014-07-111-3/+3
* Skip the SMBIOS version comparison in quiet mode.khali2014-03-201-1/+1
* Let legacy_decode be quiet in dump mode too.khali2014-03-201-1/+3
* Fix spacing of memory module voltage attributes (DMI type 17)khali2014-02-251-3/+3
* dmidecode.c: Decode ID of PCI Express 3 slots (DMI type 9).khali2014-01-131-1/+11
* Bump SUPPORTED_SMBIOS_VER so that SMBIOS 2.8 implementations don't triggerkhali2013-04-261-1/+1
* Fix support for new processor upgrade types (DMI type 4) and new memorykhali2013-04-241-4/+2
* Strip trailig zeroes from memory voltage values.khali2013-04-241-1/+1
* Drop unneeded and possibly dangerous cast.khali2013-04-231-1/+1
* Make voltage labels case consistent.khali2013-04-231-3/+3
* Bump release verison to 2.12dmidecode-2-12aarapov2013-04-171-5/+35
* dmidecode.c: Properly print the hexadecimal value of invalid stringkhali2011-11-181-1/+1
* Make dmi_chassis_type aware of the lock bit (Closes: #33978).aarapov2011-11-141-1/+3
* Update to support SMBIOS specification version 2.7.1.khali2011-04-201-7/+31
* Fix boundary checks of memory array location codes (DMI type 16). Reportedkhali2011-01-251-1/+1
* Reword "PCI Express Gen 2" to just "PCI Express 2" (DMI type 9).khali2010-11-241-6/+17
* Fix CPU flags mask (DMI type 4).khali2010-11-241-1/+1
* Trivial style fixes.khali2010-11-241-2/+2
* Decode BIOS language information flags (DMI type 13).khali2010-11-241-0/+13
* Fix offset of partition width (DMI type 19).khali2010-11-241-1/+1
* Consistently use hexadecimal for offsets.khali2010-11-241-1/+1
* Assume that the max power capacity is expressed in Watts, notkhali2010-11-241-1/+1
* Add description of cooling device (DMI type 27).khali2010-11-241-3/+53
* Add support for memory arrays of 2 TB and more (DMI types 16, 19 andkhali2010-11-241-37/+150
* Add UEFI support and virtual machine flags to BIOS characteristicskhali2010-11-241-12/+42
* Update all references to the SMBIOS specification to match the newkhali2010-11-241-147/+147
* Fix length condition when decoding battery capacity. Probably not a bigkhali2010-11-181-1/+1
* Handle DMI type 2 record of size 0x0E.khali2010-11-161-1/+2
* Prevent unlikely array overrun when decoding processor family value 0xBEkhali2010-11-161-8/+12