6
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial support for additional information entries (DMI type 40). Proper support of this new entry type would require redesigning a large part of the code, so I am waiting to see actual implementations of it to decide whether it's worth the effort.
Jean Delvare
as khali
More... about 17 years ago
Decode the memory device rank (DMI type 17).
Jean Delvare
as khali
More... about 17 years ago
Add slot types "PCI Express x1", "PCI Express x2", "PCI Express x4", "PCI Express x8" and "PCI Express x16" (DMI type 9).
Jean Delvare
as khali
More... about 17 years ago
Coding style fixes.
Jean Delvare
as khali
More... about 17 years ago
Decode the group number, bus number and device/function number of system slots (DMI type 9). Decode onboard devices extended information entries (DMI type 41). Based on a preliminary patch by Matt Domsch.
Jean Delvare
as khali
More... about 17 years ago
Decode boot integrity services entry point entries (DMI type 31).
Jean Delvare
as khali
More... about 17 years ago
Use binary search for dmi_processor_family, it's faster than linear search (DMI type 4).
Jean Delvare
as khali
More... about 17 years ago
Coding style and indentation fixes.
Jean Delvare
as khali
More... about 17 years ago
Optimize functions dmi_processor_status(), dmi_cache_location(), dmi_system_reset_boot_option() and dmi_ipmi_register_spacing().
Jean Delvare
as khali
More... about 17 years ago
The compiler knows how to reuse strings, it doesn't need our help, and actually it does a better job without it. So, turn out_of_spec into a define.
Jean Delvare
as khali
More... about 17 years ago
Fix up invalid SMBIOS version 2.51.
Jean Delvare
as khali
More... about 17 years ago
Refactor dmi_processor_family function to avoid code duplication.
Jean Delvare
as khali
More... about 17 years ago
Coding-style fixes.
Jean Delvare
as khali
More... about 17 years ago
Delay string filtering when option --dump is used.
Jean Delvare
as khali
More... about 17 years ago
Make options --dump-bin and --quiet work together.
Jean Delvare
as khali
More... about 17 years ago
Option --dump is only a modifier as --quiet is, so it's not actually mutually exclusive with the output format options.
Jean Delvare
as khali
More... about 17 years ago
Update.
Jean Delvare
as khali
More... about 17 years ago
Handle special case of processor family code 0xBE, which can be both Core 2 or K7. We use the processor manufacturer string as a hint (DMI type 4).
Jean Delvare
as khali
More... about 17 years ago
Support Processor Family 2 field also when queried with option --string.
Jean Delvare
as khali
More... over 17 years ago
When dumping the DMI table to a binary file, truncate the file first.
Jean Delvare
as khali
More... over 17 years ago
Mark a few pointers const.
Jean Delvare
as khali
More... over 17 years ago
Don't use function pointers for special string cases. Each special case is itself special and needs to call a function with its own prototype, so better have dedicated code to handle it all.
Jean Delvare
as khali
More... over 17 years ago
Update.
Jean Delvare
as khali
More... over 17 years ago
Coding style fixes.
Jean Delvare
as khali
More... over 17 years ago
Add processor upgrade types "Socket S1", "Socket AM2" and "Socket F (1207)" (DMI type 4).
Jean Delvare
as khali
More... over 17 years ago
Unify both lists of processor families.
Jean Delvare
as khali
More... over 17 years ago
Add support for Processor Family 2 field. Add processor types "Turion 64 X2", "Core Solo", "Core 2 Duo", "ESA/390 G6", "z/Architectur", "C7-M", "C7-D", "C7" and "Eden". Fix typo in processor type "AMD29000" (DMI type 4).
Jean Delvare
as khali
More... over 17 years ago
Update.
Jean Delvare
as khali
More... over 17 years ago
Add chassis types "Blade" and "Blade Enclosure" (DMI type 3).
Jean Delvare
as khali
More... over 17 years ago
Handle base board information records of size 10 (DMI type 2).
Jean Delvare
as khali
More... over 17 years ago