summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set version to 3.1.dmidecode-3-1Jean Delvare2017-05-232-1/+5
* Document the previous change.Jean Delvare2017-05-231-0/+6
* dmidecode: New option --oem-stringJean Delvare2017-05-233-1/+61
* dmidecode: Add new enumerated values for processorsJean Delvare2017-04-272-5/+8
* dmidecode: Add support for 3-digit versionsJean Delvare2017-04-272-9/+18
* dmidecode: SMBIOS 3.1.0 is fully supported nowJean Delvare2017-04-271-2/+2
* dmidecode: Add support for structure type 43 (TPM Device)Jean Delvare2017-04-272-3/+99
* dmidecode: Clarify the memory speed unitJean Delvare2017-04-272-1/+2
* dmidecode: Add Mini PCIe system slot enumerated valuesJean Delvare2017-04-272-2/+10
* dmidecode: Add support for large cache sizesJean Delvare2017-04-272-2/+24
* dmidecode: Decode the MIDR register on ARM processorsJean Delvare2017-04-272-1/+19
* dmidecode: Don't assume 8-bit processor family in dmi_processor_idJean Delvare2017-04-272-7/+16
* dmidecode: Add new enumerated values for processorsJean Delvare2017-04-272-5/+19
* dmidecode: Add new enumerated values for chassis typesJean Delvare2017-04-272-2/+8
* dmidecode: Add support for extended BIOS ROM sizeJean Delvare2017-04-272-2/+21
* dmidecode: Fix reading from SMBIOS 3 dump filesJean Delvare2017-04-112-7/+11
* util: Let callers pass an offset to read_fileJean Delvare2017-04-114-7/+17
* util: Don't leak a file descriptor in read_fileJean Delvare2017-04-112-5/+10
* dmidecode: Display IPMI interrupt number as decimalJean Delvare2017-04-102-1/+3
* dmidecode: Decode processor ID of Core M, Athlon X4, Opteron X1000/X2000Jean Delvare2017-04-102-1/+11
* biosdecode: Decode Intel Multiprocessor entry pointJean Delvare2017-01-202-1/+38
* Only decode one DMI tableJean Delvare2017-01-202-5/+20
* Cygwin is no longer supportedJean Delvare2016-09-222-4/+7
* Prevent static code analyzer confusionJean Delvare2016-09-071-1/+1
* Clarify a comment in dmi_memory_device_extended_sizeJean Delvare2016-09-071-1/+4
* dmidecode: Move error messages to stderrJean Delvare2016-07-221-11/+26
* dmidecode: Clarify error message on table read failureJean Delvare2016-07-221-3/+4
* dmidecode: Unmask LRDIMM in memory type detailPetr Oros2016-06-303-1/+6
* dmidecode: Hide irrelevant fixup messageJean Delvare2016-05-031-3/+5
* Use DWORD for Structure table maximum size in SMBIOS3Xie XiuQi2016-02-011-1/+1
* dmidecode: Check sysfs entry point lengthJean Delvare2015-11-022-3/+4
* dmidecode: Use read_file() to read the DMI table from sysfsJean Delvare2015-11-022-8/+24
* Let read_file return the actual data sizeJean Delvare2015-11-024-6/+16
* dmidecode: Introduce SYS_FIRMWARE_DIRJean Delvare2015-11-021-2/+3
* Fix 'No SMBIOS nor DMI entry point found' on SMBIOS3Xie XiuQi2015-10-213-2/+15
* dmidecode: Handle OEM-specific types in group associationsJean Delvare2015-10-202-0/+7
* Fix error paths in mem_chunkJean Delvare2015-10-142-14/+11
* Avoid SIGBUS on mmap failureJean Delvare2015-10-142-0/+27
* Add "--no-sysfs" option description to -h outputRoy Franz2015-10-012-0/+5
* Set version to 3.0dmidecode-3-0Jean Delvare2015-09-032-1/+5
* Typo correction in 2.8 specSai Kiran2015-08-291-1/+1
* Rename .cvsignore to .gitignoreJean Delvare2015-08-101-0/+1
* Decoded HP-specific DMI type 233, and refactored 209 and 221 to use a common ...Tyler Bell2015-08-043-15/+78
* dmioem: Move function is_printable to dmidecode.cJean Delvare2015-05-214-21/+20
* dmioem: Decode HP-specific DMI types 212 and 219Jean Delvare2015-05-212-0/+56
* dmidecode: Fix up invalid DMI type 34 structure lengthJean Delvare2015-05-212-0/+31
* dmioem: Decode Acer-specific DMI type 170Jean Delvare2015-05-132-1/+53
* oem: Strip spaces at the end of vendor namesJean Delvare2015-05-132-1/+12
* Fix warnings about unused labels when building without -DUSE_MMAPJean Delvare2015-05-132-2/+5
* Fix warnings about comparison between signed and unsigned integersJean Delvare2015-05-132-7/+10