summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update.dmidecode-2-3khali2003-10-191-0/+6
* Set version to 2.3.khali2003-10-191-1/+1
* Add deleting core to the clean target.khali2003-10-191-1/+1
* Clarify why mmap is used.khali2003-10-191-2/+5
* Update.khali2003-10-171-0/+15
* Remove useless comparison in dmi_system_boot_status.khali2003-10-171-3/+3
* Add a missing length check in acpi_decode. Found using Valgrind.khali2003-10-171-4/+10
* Update.khali2003-10-141-0/+8
* Update DMTF reference addresses.khali2003-10-141-3/+4
* Update.khali2003-10-121-0/+15
* Handle unknown processor voltage.khali2003-10-121-5/+10
* Update to reflect the addition of the strip target and the vpddecodekhali2003-10-121-7/+19
* Handle the new vpddecode program.khali2003-10-121-6/+34
* New program for decoding a machine's VPD structure (only found in IBMkhali2003-10-121-0/+236
* Update.khali2003-10-101-0/+7
* Change mmap options to prevent dmidecode from being killed by the Linuxkhali2003-10-101-25/+23
* Fix typo. Update.khali2003-10-091-1/+8
* Fix a bug that prevented dmidecode to reach DMI tables beyond the 2GBkhali2003-10-091-14/+10
* Add one reference. Code cleanups.khali2003-10-091-4/+5
* Add support for VPD (vital product data, IBM-specific).khali2003-10-081-6/+51
* Update.khali2003-10-081-40/+48
* Explicitely say when no SMBIOS nor DMI entry point was found.khali2003-10-071-1/+7
* Fix a harmless warning on x86_64.khali2003-10-071-1/+1
* Update.khali2003-10-072-0/+12
* Don't use $^ since it isn't supported by BSD make. Reported by Hugueskhali2003-09-131-3/+3
* Update.khali2003-09-131-0/+5
* Add Hugues Lepesant.khali2003-09-131-0/+1
* Update.khali2003-09-051-0/+1
* Fix missing ownership dependency for install target.khali2003-09-052-1/+6
* Update.dmidecode-2-2khali2003-08-081-0/+6
* Set version to 2.2.khali2003-08-081-1/+1
* Solved laptop and IA-64 issues. New section for biosdecode andkhali2003-08-081-22/+61
* Updated.khali2003-07-181-0/+6
* Display CPUID values as hexa, not decimal. Shift the I2C slave address bykhali2003-07-181-7/+4
* Update.khali2003-06-271-0/+10
* Better display of Compaq-specific entries.khali2003-06-271-2/+5
* 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
* Now use USE_MMAP by default.khali2003-06-201-1/+1
* Updated.khali2003-06-191-0/+5
* Can now use mmap() instead of mallow()/read() to access the DMI table.khali2003-06-192-2/+27
* Better handling of incorrect DMI table length.khali2003-06-191-1/+3
* Preliminary support for IA-64.khali2003-06-192-4/+35
* Added missing header include.khali2003-06-191-0/+1
* Modified to support ownership (new program).khali2003-06-171-2/+10
* Updated.khali2003-06-172-0/+5
* New program for finding a machine's ownership tag (only found in Compaqkhali2003-06-171-0/+183
* Added detection of Compaq-specific entries.khali2003-06-171-0/+39
* Moved common "util" functions to util.c.khali2003-06-175-115/+36
* Common "util" functions.khali2003-06-172-0/+81