summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Decoded HP-specific DMI type 233, and refactored 209 and 221 to use a common ...HEADoriginmastertyler_bell_hp2015-08-043-15/+78
* dmioem: Move function is_printable to dmidecode.ckhali2015-05-214-21/+20
* dmioem: Decode HP-specific DMI types 212 and 219khali2015-05-212-0/+56
* dmidecode: Fix up invalid DMI type 34 structure lengthkhali2015-05-212-0/+31
* dmioem: Decode Acer-specific DMI type 170khali2015-05-132-1/+53
* oem: Strip spaces at the end of vendor nameskhali2015-05-132-1/+12
* Fix warnings about unused labels when building without -DUSE_MMAPkhali2015-05-132-2/+5
* Fix warnings about comparison between signed and unsigned integerskhali2015-05-132-7/+10
* dmidecode: Add support for SMBIOS3 EFI tablekhali2015-05-132-6/+11
* dmidecode: Remove extra blank line after hidden type 40khali2015-05-122-2/+8
* Coding style fixeskhali2015-05-042-4/+4
* dmidecode: Get OEM vendor from System Information (DMI type 1)khali2015-05-042-1/+2
* dmidecode: Display types 41 and 42 in quiet mode tookhali2015-05-042-1/+2
* dmidecode: Simplify function dmi_table_dumpkhali2015-05-042-17/+6
* dmidecode: Move table decoding to a separate functionkhali2015-05-042-49/+59
* Insert missing entries for releases.khali2015-04-291-0/+8
* Update the list of untested DMI typeskhali2015-04-281-1/+1
* Fix sparse warningkhali2015-04-282-1/+2
* Fix sparse warningskhali2015-04-285-4/+5
* Fix sparse errorskhali2015-04-283-0/+8
* dmidecode: Fix --dump-bin when reading from sysfskhali2015-04-272-6/+10
* dmidecode: Stop decoding v3 tables at End-of-Table markerkhali2015-04-272-1/+7
* dmidecode: Add support for 64-bit addresseskhali2015-04-275-13/+20
* dmidecode: Add fields from the SMBIOS 3.0.0 specificationkhali2015-04-272-5/+15
* dmidecode: Add enums from the SMBIOS 3.0.0 specificationkhali2015-04-272-8/+43
* dmidecode: Preliminary support for 64-bit entry pointkhali2015-04-272-10/+88
* AUTHORS: Updatekhali2015-04-211-1/+3
* dmidecode: Add --no-sysfs option to disable use of sysfskhali2015-04-215-1/+14
* dmidecode: Add reading of SMBIOS tables from sysfskhali2015-04-213-3/+49
* dmidecode: Add passing of flags parameter to dmi_table()khali2015-04-212-10/+23
* util: Add read_file() function for reading sysfs fileskhali2015-04-213-0/+61
* biosdecode: Add support for the new _SM3_ 64-bit entry point defined inkhali2015-04-202-3/+29
* biosdecode: Indentation fixkhali2015-04-161-1/+1
* Add a note about DMI strings available from sysfs on Linux.khali2014-11-142-0/+12
* Add support for DDR4 (DMI type 17). Patch from Tomohiro Kimura. The valuekhali2014-10-132-2/+11
* Decode the CPUID of recent AMD processors (DMI type 4).khali2014-07-112-3/+7
* Skip the SMBIOS version comparison in quiet mode.khali2014-03-203-1/+4
* Let legacy_decode be quiet in dump mode too.khali2014-03-202-1/+7
* Fix spacing of memory module voltage attributes (DMI type 17)khali2014-02-252-3/+8
* Fix typo in biosdecode man pagekhali2014-02-201-1/+1
* Fix e-mail addresskhali2014-02-031-1/+1
* Update my e-mail addresskhali2014-02-0314-179/+179
* dmidecode.c: Decode ID of PCI Express 3 slots (DMI type 9).khali2014-01-132-1/+17
* LICENSE: Update to the latest upstream version. Amongst other things, thiskhali2014-01-132-20/+24
* 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-242-4/+4
* Strip trailig zeroes from memory voltage values.khali2013-04-242-1/+6
* Revert previous unintended change to that file.khali2013-04-231-1/+1
* Drop unneeded and possibly dangerous cast.khali2013-04-232-2/+2
* Make voltage labels case consistent.khali2013-04-231-3/+3