summaryrefslogtreecommitdiff
path: root/dmidecode.c
Commit message (Expand)AuthorAgeFilesLines
* Support CPUID document revision 25 (no change).khali2004-02-251-4/+2
* Add another exception to the CPUID-supporting CPU list ("Pentium IIIuid676662003-12-241-3/+9
* Automatically detect architectures on which to use EFI.khali2003-11-131-8/+11
* Display CPUID values as decimal, not hexa.khali2003-11-111-28/+54
* Add another exception to the CPUID-supporting CPU list.khali2003-10-241-5/+6
* Remove useless comparison in dmi_system_boot_status.khali2003-10-171-3/+3
* Update DMTF reference addresses.khali2003-10-141-3/+4
* Handle unknown processor voltage.khali2003-10-121-5/+10
* Change mmap options to prevent dmidecode from being killed by the Linuxkhali2003-10-101-25/+23
* Fix a bug that prevented dmidecode to reach DMI tables beyond the 2GBkhali2003-10-091-14/+10
* Explicitely say when no SMBIOS nor DMI entry point was found.khali2003-10-071-1/+7
* Display CPUID values as hexa, not decimal. Shift the I2C slave address bykhali2003-07-181-7/+4
* Removed fp_last (not useful anymore). Reworded the "table is unreachable"khali2003-06-251-7/+6
* More uses of mmap() to workaround end-of-file problems on IA-64 systemskhali2003-06-201-16/+71
* Can now use mmap() instead of mallow()/read() to access the DMI table.khali2003-06-191-2/+26
* Better handling of incorrect DMI table length.khali2003-06-191-1/+3
* Preliminary support for IA-64.khali2003-06-191-4/+34
* Moved common "util" functions to util.c.khali2003-06-171-55/+4
* Fixed typo in IPMI register spacing table.khali2003-06-101-1/+1
* Cleaner handling of unreachable table.khali2003-06-021-2/+3
* Now support SMBIOS specification version 2.3.4 and Intel AP-485khali2003-05-271-14/+22
* Fixed typo reported by David Wilson.khali2003-05-221-1/+1
* Finished decoding of DMI type 38 (IPMI).khali2003-03-221-8/+21
* Fixed and enhanced decoding of DMI type 38 (IPMI).khali2003-03-071-6/+42
* Moved version definition to version.h.khali2003-03-061-1/+1
* Updated copyright years.khali2003-03-061-2/+2
* Moved all changelog entries to CHANGELOG.khali2003-03-061-102/+0
* Moved thanks to AUTHORS.khali2003-03-031-8/+0
* Almost complete code rewrite. Fully support SMBIOS 2.3.3. Splited DMI anddmidecode-2-0khali2003-03-011-1268/+3525
* The source code.dmidecode-1-8khali2003-01-191-0/+1725