summaryrefslogtreecommitdiff
path: root/dmiopt.c
Commit message (Expand)AuthorAgeFilesLines
* dmidecode: Add a --no-quirks optionJean Delvare2022-12-161-0/+5
* dmidecode: Adding system-sku-number support to -s optionTimo Teräs2020-07-071-0/+1
* dmidecode: Adding firmware-revision support to -s optionErwan Velu2019-10-071-0/+1
* dmidecode: Adding bios-revision to -s optionErwan Velu2019-10-071-0/+1
* dmidecode: Argument processingJerry Hoemann2018-07-031-2/+2
* dmidecode: Add option to filter output based upon handleJerry Hoemann2018-07-031-3/+23
* dmidecode: Add system-family direct string optionMika Westerberg2017-06-061-0/+1
* dmidecode: New option --oem-stringJean Delvare2017-05-231-0/+40
* Add "--no-sysfs" option description to -h outputRoy Franz2015-10-011-0/+1
* Fix sparse warningsJean Delvare2015-04-281-1/+1
* dmidecode: Add --no-sysfs option to disable use of sysfsJean Delvare2015-04-211-0/+4
* Update my e-mail addressJean Delvare2014-02-031-1/+1
* Include entry type 41 in --type baseboard.Jean Delvare2008-11-071-1/+1
* Make options --dump-bin and --quiet work together.Jean Delvare2008-10-301-2/+0
* Option --dump is only a modifier as --quiet is, so it's not actuallyJean Delvare2008-10-301-3/+3
* Don't use function pointers for special string cases. Each special case isJean Delvare2008-10-281-22/+22
* Coding style fixes.Jean Delvare2008-10-271-1/+1
* Mass coding-style change: add spaces around operators.Jean Delvare2008-10-261-56/+56
* Simplify the handling and documentation of mutually exclusive outputJean Delvare2008-10-261-18/+6
* New option --from-dump, read the DMI data from a binary file.Jean Delvare2008-10-251-0/+11
* Write binary dump to a compact file rather than a sparse file.Jean Delvare2008-10-251-1/+1
* Update copyright statements.Jean Delvare2008-02-161-1/+1
* Drop trailing whitespace.Jean Delvare2008-02-161-1/+1
* New option --dump-bin, dump the DMI data to a sparse binary file.Jean Delvare2008-02-161-0/+11
* Define an ARRAY_SIZE macro which computes the size of a static array, andJean Delvare2007-02-111-4/+5
* Fix incorrect header include. The strcasecmp function is defined inJean Delvare2005-09-241-1/+1
* Modify the opt structure to handle the string option more efficiently.Jean Delvare2005-09-141-16/+4
* Make it possible for --string to print decoded binary data rather thanJean Delvare2005-09-141-18/+27
* Complain about unknown options again.Jean Delvare2005-08-251-4/+2
* Options --dump and --quiet are mutually exclusive.Jean Delvare2005-08-021-0/+6
* Options --dump and --string are mutually exclusive.Jean Delvare2005-06-231-1/+7
* Add string keyword "bios-release-date".Jean Delvare2005-06-221-0/+1
* Display the list of all valid type or string keywords when --type orJean Delvare2005-06-221-3/+39
* Add option -s, --string. It prints one selected DMI string instead ofJean Delvare2005-06-211-1/+73
* Miscellaneous comments and reordering.Jean Delvare2005-06-211-3/+14
* Add option -q, --quiet. It makes the output less verbose.Jean Delvare2005-06-171-1/+6
* Define keywords to be used with --type (instead of numeric values).Jean Delvare2005-06-151-1/+45
* Move the command line handling of dmidecode to a separate source file.Jean Delvare2005-06-151-0/+131