summaryrefslogtreecommitdiff
path: root/dmiopt.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't use function pointers for special string cases. Each special case iskhali2008-10-281-2/+0
| | | | | itself special and needs to call a function with its own prototype, so better have dedicated code to handle it all.
* Add support for Processor Family 2 field.khali2008-10-271-1/+1
| | | | | | 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).
* Pass version information to print callback functions.khali2008-10-261-1/+1
| | | | Byte-swap the first 3 fields of the UUID (DMI type 1).
* Mass coding-style change: add spaces around operators.khali2008-10-261-7/+7
|
* New option --from-dump, read the DMI data from a binary file.khali2008-10-251-0/+1
|
* Update copyright statements.khali2008-02-161-1/+1
|
* New option --dump-bin, dump the DMI data to a sparse binary file.khali2008-02-161-0/+2
|
* Modify the opt structure to handle the string option more efficiently.khali2005-09-141-4/+10
|
* Make it possible for --string to print decoded binary data rather thankhali2005-09-141-0/+2
| | | | only DMI strings. Add four such string keywords.
* Add option -s, --string. It prints one selected DMI string instead ofkhali2005-06-211-0/+2
| | | | the regular output.
* Add option -q, --quiet. It makes the output less verbose.khali2005-06-171-0/+1
|
* Move the command line handling of dmidecode to a separate source file.khali2005-06-151-0/+35