summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dmidecode: Add helper functions pr_list_start/item/endJean Delvare2020-04-013-114/+184
* dmidecode: Add helper function pr_attrJean Delvare2020-04-014-745/+691
* dmidecode: Add helper function pr_handle_nameJean Delvare2020-04-014-62/+73
* dmidecode: Add helper function pr_handleJean Delvare2020-04-013-2/+10
* dmidecode: Protect dmidecode.h against double inclusionJean Delvare2020-04-011-0/+5
* dmidecode: Add helper function pr_infoJean Delvare2020-04-013-15/+26
* dmidecode: Add helper function pr_commentJean Delvare2020-04-014-18/+79
* dmidecode: Refactor ASCII filtering of DMI stringsJean Delvare2020-03-231-28/+32
* dmidecode: Move type 42 warning messages to stderrJean Delvare2020-03-231-4/+6
* dmidecode: Reduce the indentation of type 42 structuresJean Delvare2020-03-231-20/+20
* dmidecode: Code indentation fixesJean Delvare2020-03-231-2/+2
* dmidecode: Fix the alignment of type 25 nameJean Delvare2020-03-231-1/+1
* dmidecode: Simplify the formatting of memory error statusJean Delvare2020-03-231-9/+10
* dmidecode: Don't choke on invalid processor voltageJean Delvare2020-03-231-2/+2
* dmidecode: Print type 33 name unconditionallyJean Delvare2020-03-231-1/+1
* dmidecode: Decode system slot base bus width and peersJean Delvare2019-10-231-0/+15
* dmidecode: Add enumerated values from SMBIOS 3.3.0Jean Delvare2019-10-231-9/+35
* TypoJean Delvare2019-10-161-1/+1
* dmidecode: Fix System Slot Information for PCIe SSDPrabhakar pujeri2019-10-151-2/+4
* dmidecode: Adding firmware-revision support to -s optionErwan Velu2019-10-073-1/+6
* dmidecode: Adding bios-revision to -s optionErwan Velu2019-10-073-0/+6
* Fix formatting of TPM table outputDeomid rojer Ryabkov2019-08-261-2/+2
* Use larger units for memory device and BIOS sizeDeomid rojer Ryabkov2019-08-261-5/+8
* dmidecode: Only scan /dev/mem for entry point on x86Jean Delvare2019-08-261-3/+5
* dmidecode: Add missing standard includeClaudio Fontana2019-04-191-0/+1
* Use comments to separate sections in manual pagesJean Delvare2019-01-294-18/+33
* dmidecode: Document how the UUID fields are interpretedJean Delvare2019-01-291-0/+14
* dmidecode: Reformat the FILES section of the manual pageJean Delvare2019-01-291-3/+7
* dmidecode: Add "Logical non-volatile device" to the memory device typesJean Delvare2019-01-161-2/+3
* dmidecode: Use dmi_cache_size_2 in dmi_cache_sizeJean Delvare2019-01-151-8/+5
* dmidecode: Use the most appropriate unit for cache sizeJean Delvare2019-01-151-6/+11
* dmidecode: Don't use memcpy on /dev/mem on arm64Jean Delvare2018-11-162-1/+18
* dmidecode: Fix Redfish Hostname print lengthCharles Rose2018-10-221-1/+1
* Set version to 3.2dmidecode-3-2Jean Delvare2018-09-142-1/+20
* dmidecode: Remaining support for SMBIOS 3.2.0Jean Delvare2018-09-131-13/+21
* dmidecode: Sanity check the table offset in dump filesJean Delvare2018-09-131-2/+9
* dmidecode: Parse Modern Management Controller blocksNeil Horman2018-09-121-14/+390
* dmioem: Add ThinkPad-specific OEM types 131, 135 and 140Jean Delvare2018-09-021-0/+127
* dmidecode: SMBIOS data is little-endianJean Delvare2018-09-021-15/+12
* util: Align read_file() further with mem_chunk()Jean Delvare2018-08-091-9/+10
* util: Use myread() in read_file()Jean Delvare2018-08-091-20/+5
* util: Don't close the same file descriptor twiceJean Delvare2018-08-091-2/+0
* dmidecode: Don't allocate more memory than neededJean Delvare2018-08-011-3/+12
* dmidecode: Validate structure completeness before decodingJean Delvare2018-08-011-17/+22
* dmidecode: Avoid OOB read on invalid entry point lengthJean Delvare2018-08-011-0/+18
* dmidecode: Argument processingJerry Hoemann2018-07-031-2/+2
* dmidecode: Add option to filter output based upon handleJerry Hoemann2018-07-034-3/+30
* dmidecode: Extensions to Memory Device (Type 17)Jerry Hoemann2018-06-201-0/+110
* dmidecode: Use lowercase letters for UUIDJean Delvare2018-04-161-2/+2
* dmioem: decode HPE UEFI type 219 Misc FeaturesJerry Hoemann2018-04-111-1/+1