summaryrefslogtreecommitdiff
path: root/dmidecode.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the AMD processors signature decoding.Jean Delvare2007-02-131-8/+6
* Fix the mask of 3 bitfield tests. This will let the memory type of someJean Delvare2007-02-131-3/+3
* Update to support SMBIOS specification version 2.5, second round.Jean Delvare2007-02-131-6/+37
* Update to support SMBIOS specification version 2.5. This is only a firstJean Delvare2007-02-121-26/+39
* Update to support Intel AP-485 (CPUID) revision 31:Jean Delvare2007-02-121-6/+6
* Do not complain about truncated entries in quiet mode.Jean Delvare2007-02-121-1/+1
* Include decoded OEM-specific entries in quiet mode output (--quiet).Jean Delvare2007-02-121-3/+8
* Let --type decode OEM-specific entries when possible.Jean Delvare2007-02-121-6/+4
* DMI type 38 is tested by now.Jean Delvare2007-02-111-1/+1
* Move the decoding of OEM-specific entries to a separate source file.Jean Delvare2007-02-111-123/+4
* Add support for 3 HP-specific entries: system/rack locator (type 204),Jean Delvare2007-02-111-0/+119
* Fix a recently introduced compilation error with non-C99 compilers.Jean Delvare2006-05-231-1/+17
* Detect EFI at run-time rather than compilation-time. Based on an originalJean Delvare2006-05-101-45/+61
* Don't cast from u8* to dmi_header*, else architectures which do notJean Delvare2006-05-101-27/+31
* Fix typo reported by David Wilson (DMI case 3).Jean Delvare2006-02-251-1/+1
* Update to support IPMI specification version 2.0 (was 1.5).Jean Delvare2005-10-061-24/+36
* Modify the opt structure to handle the string option more efficiently.Jean Delvare2005-09-141-9/+9
* Make it possible for --string to print decoded binary data rather thanJean Delvare2005-09-141-1/+8
* Export four specific decoding functions, make them suitable for externalJean Delvare2005-09-141-16/+19
* Drop trailing dot from handle description line.Jean Delvare2005-08-311-1/+1
* Reword a comment about CPUID.Jean Delvare2005-08-291-3/+3
* Fix typo ("Controler" becomes "Controller").Jean Delvare2005-06-221-1/+1
* Add option -s, --string. It prints one selected DMI string instead ofJean Delvare2005-06-211-1/+8
* Stop decoding at end of table entry when --quiet is used. Also don't warnJean Delvare2005-06-191-6/+14
* Hide handle references and entries of unknown type when --quiet is used.Jean Delvare2005-06-181-48/+70
* Suppress one level of indentation in the output, insert blank linesJean Delvare2005-06-171-344/+350
* Add option -q, --quiet. It makes the output less verbose.Jean Delvare2005-06-171-13/+18
* Move the command line handling of dmidecode to a separate source file.Jean Delvare2005-06-151-113/+1
* Minor comment fixes.Jean Delvare2005-06-151-2/+2
* Centralize the main exit point. This allows fixing a minor, recentlyJean Delvare2005-06-141-8/+21
* Add option -t, --type. It limits the output to the given type(s) of DMIJean Delvare2005-06-131-9/+67
* Support SMBIOS specification version 2.4 (no change).Jean Delvare2005-05-151-2/+2
* Drop trailing spaces.Jean Delvare2005-03-251-6/+6
* Update to support SMBIOS specification version 2.4 preliminaryJean Delvare2005-03-251-10/+32
* Make ASCII filtering of strings faster.Jean Delvare2005-03-061-2/+3
* Add option -u, --dump. It disables decoding of the entries, raw dumpsJean Delvare2005-03-061-3/+30
* Fix maximum battery error value.Jean Delvare2005-02-121-1/+1
* Use size_t instead of off_t when handling memory addresses. This preventsJean Delvare2005-02-111-2/+2
* Update copyright year.Jean Delvare2005-02-101-2/+2
* Add option -h, --help, display a usage summary.Jean Delvare2005-02-101-5/+30
* Add basic command-line handling. This was suggested a long time ago byJean Delvare2005-02-071-10/+57
* Define and use a default memory device common to all programs, those valueJean Delvare2004-12-091-1/+2
* Discard useless include.Jean Delvare2004-11-211-1/+0
* Hide bank connection type for uninstalled memory modules.Jean Delvare2004-11-121-4/+6
* Update to DMTF Master MIF version 040707 and Intel CPUID revision 27.Jean Delvare2004-11-121-10/+11
* Oops; last commit broke a prepreocessing test.Jean Delvare2004-10-141-1/+1
* Several EFI/IA64 fixes.Jean Delvare2004-10-141-5/+19
* Make use of the new mem_chunk function.Jean Delvare2004-05-021-110/+26
* Avoid repeated 16-byte reads on /dev/mem, use a 64 kB buffer instead.Jean Delvare2004-05-021-28/+19
* (Khali) Move legacy DMI entry point decoding to a separate function.Jean Delvare2004-05-021-10/+21