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