summaryrefslogtreecommitdiff
path: root/dmidecode.c
Commit message (Expand)AuthorAgeFilesLines
* Don't read beyond sysfs entry point bufferJean Delvare2023-04-261-12/+12
* Consistently use read_file() when reading from a dump fileJean Delvare2023-04-261-2/+9
* dmidecode: Use the right variable for -s bios-revision/firmware-revisionJean Delvare2023-03-101-4/+4
* dmidecode: Do not let --dump-bin overwrite an existing fileJean Delvare2023-02-201-2/+12
* dmidecode: Write the whole dump file at onceJean Delvare2023-02-201-18/+51
* dmidecode: Split table fetching from decodingJean Delvare2023-02-201-24/+62
* dmidecode: Drop the CPUID exception listJean Delvare2022-12-161-18/+0
* dmidecode: Add a --no-quirks optionJean Delvare2022-12-161-22/+28
* dmidecode: Fortify entry point length checksJean Delvare2022-12-161-2/+8
* dmidecode: Set supported version to 3.5.0Jean Delvare2022-06-151-1/+1
* dmidecode: Drop outdated referencesJean Delvare2022-06-151-2/+2
* dmidecode: Enumerate the new struct typesJean Delvare2022-06-151-2/+5
* dmidecode: Add support for type 45 records (Firmware Inventory Information)Jean Delvare2022-06-151-0/+69
* dmidecode: Add new fields and enumerated values from SMBIOS 3.5.0Jean Delvare2022-06-151-9/+38
* dmidecode: Add missing bits from SMBIOS 3.4.0 specificationJean Delvare2022-06-151-2/+72
* dmidecode: Make dmi_slot_bus_width() reusableJean Delvare2022-06-151-18/+34
* dmidecode: Save the CPUID formatJean Delvare2022-05-201-4/+6
* dmidecode: Make dmi_print_cpuid more flexibleJean Delvare2022-05-201-24/+25
* dmidecode: Helper function to print CPUIDJean Delvare2022-05-201-53/+63
* dmidecode: Split CPUID type detection from dmi_processor_idJean Delvare2022-05-201-114/+133
* dmidecode: dmi_processor_id: Don't set the same variable twiceJean Delvare2022-05-201-1/+0
* dmidecode: Don't display the raw CPU ID in quiet modeJean Delvare2022-05-201-2/+3
* Support new byte value of Processor Upgrade field from SMBIOS 3.5.0Coiby Xu2021-10-211-2/+3
* dmidecode: Support new format of Processor ID from SMBIOS 3.4.0Nhi Pham2021-09-211-10/+47
* dmidecode: Fix crash with -u optionJean Delvare2021-01-191-1/+1
* dmidecode: Make dmi_print_memory_size globalJerry Hoemann2021-01-151-1/+1
* dmidecode: Fix format warningsJean Delvare2021-01-151-7/+7
* dmidecode: Set vendor earlyJean Delvare2021-01-151-5/+45
* dmidecode: Fix the condition error in ascii_filterTianjia Zhang2021-01-051-1/+1
* dmidecode: Use _dmi_string for dmi_set_vendorJean Delvare2020-12-101-1/+2
* Missing comma in the dmi_slot_type()Lianbo Jiang2020-12-101-2/+2
* dmidecode: Some OEM records require Product NameJerry Hoemann2020-11-301-2/+2
* dmidecode: Skip details of uninstalled memory modulesJean Delvare2020-10-301-0/+3
* Add new processor characteristics bits from SMBIOS spec 3.4.0Prabhakar pujeri2020-10-231-2/+4
* dmidecode: Add new system slot types from SMBIOS spec 3.4.0Jean Delvare2020-10-211-6/+20
* dmidecode: Handle memory module extended speed fieldsJean Delvare2020-10-211-6/+20
* Add new slot characteristics2 from SMBIOS spec 3.4.0Prabhakar pujeri2020-10-191-2/+5
* Add new processor upgrades from SMBIOS spec 3.4.0Prabhakar pujeri2020-10-191-2/+4
* Add new memory device types from SMBIOS spec 3.4.0Prabhakar pujeri2020-10-191-2/+4
* dmidecode: Fix typos in commentsBastien Nocera2020-10-191-4/+4
* Pretend to support SMBIOS version 3.3.0Jean Delvare2020-10-141-1/+1
* Revert "updating system slot types with smbios spec 3.4.0"Jean Delvare2020-10-141-9/+6
* Revert "fix: Memory Technology <OUT OF SPEC> when slot is empty"Jean Delvare2020-10-141-5/+3
* fix: Memory Technology <OUT OF SPEC> when slot is emptyPrabhakar Pujeri2020-10-131-3/+5
* updating system slot types with smbios spec 3.4.0Prabhakar Pujeri2020-10-131-6/+9
* dmidecode: Update copyright yearJean Delvare2020-04-011-1/+1
* dmidecode: White space fixesJean Delvare2020-04-011-2/+2
* dmidecode: Add helper function for structure errorsJean Delvare2020-04-011-1/+1
* dmidecode: Add helper function for separatorsJean Delvare2020-04-011-4/+5
* dmidecode: Use the print helpers in dump mode tooJean Delvare2020-04-011-12/+18