summaryrefslogtreecommitdiffstats
path: root/src/dmidecode.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed another XML formatting error in dmidecode.cDavid Sommerseth2009-06-121-1/+1
* Fixed an XML formatting issue - dmispec attribute was duplicated in <OEMstrings>David Sommerseth2009-06-111-1/+0
* Renamed <description> to <DMIdescription> to avoid confusion with the <Descri...David Sommerseth2009-06-111-1/+1
* Fixed crashes and unexpected behaviour on unknown DMI/SMBIOS typesDavid Sommerseth2009-06-111-18/+47
* Fixed error in XML data for dmi_temperature_probe_location(...)David Sommerseth2009-06-111-1/+1
* Big rewrite again, simplified the usage of opt->typeDavid Sommerseth2009-06-091-5/+6
* More cleanupDavid Sommerseth2009-06-041-17/+0
* Fixed compiling issues after commit 2cf4f28f6fc671478003b31c03b93e070eee9942David Sommerseth2009-06-041-3/+1
* Further removal of deprecated functionsNima Talebi2009-06-051-59/+6
* Avoid passing the option struct to dmidecode.c functionsDavid Sommerseth2009-06-041-18/+24
* Removal of more deprecated/unused code.Nima Talebi2009-06-041-1/+0
* Rewrote bigger parts to avoid global variables as much as possibleDavid Sommerseth2009-06-031-23/+23
* Removed some dead codeDavid Sommerseth2009-06-031-1/+0
* Renamed *_set_version() functions to a more proper *_get_version() function n...David Sommerseth2009-06-031-2/+2
* More cleanupNima Talebi2009-05-231-0/+6
* Fixed minor bug which prevented debug buildsNima Talebi2009-05-231-2/+2
* Reversioned, relicensed, and rejiggedNima Talebi2009-05-221-34/+42
* Update copyright noticeNima Talebi2009-05-221-6/+3
* Changed the node content of /dmidecode/ProcessorInfo/CPUCore/cpu_flags/flag t...David Sommerseth2009-05-201-30/+30
* Use correct index value for /dmidecode/SystemSlots/SlotCharacteristics/Charac...David Sommerseth2009-05-201-1/+1
* Fixed some errors in the XML layout on CacheInfoDavid Sommerseth2009-05-201-3/+3
* Fixed some ugly, unattractive and unhealthy codeNima Talebi2009-05-201-12/+0
* Reorganised attributes in SystemSlots tagDavid Sommerseth2009-05-151-6/+43
* Fixed some errors in decoding "3.3.5.9 Processor Characteristics"David Sommerseth2009-05-151-2/+1
* Remove 'ns' from the speed_ns attribute in memory sectionDavid Sommerseth2009-05-141-1/+1
* Mark CPU as Populated = 'No' when not presentDavid Sommerseth2009-05-131-1/+1
* Add all CPU flags, and mark them as available or notDavid Sommerseth2009-05-131-2/+4
* Corrected minor errors in ProcessorInfo XML tagsDavid Sommerseth2009-05-131-2/+3
* Began completing the rewrite of needed dmidecodemodule changesDavid Sommerseth2009-04-301-25/+30
* dmidecode: Moved ROMsize size unit into tag attributeDavid Sommerseth2009-04-291-1/+3
* More XML cleanupDavid Sommerseth2009-04-291-11/+9
* Cleaned up the XML dataDavid Sommerseth2009-04-291-329/+32
* Fixed wrong string handling of DMI data, which caused SEGVDavid Sommerseth2009-04-291-4/+4
* Removed all Python dependencies in dmidecode.[ch]David Sommerseth2009-04-291-30/+29
* Made it compileDavid Sommerseth2009-04-291-9/+4
* Ported most functions to XML interfaceDavid Sommerseth2009-04-291-1275/+1313
* Checked in a work in progress - Python dict -> XMLDavid Sommerseth2009-04-291-1120/+1244
* Added indenting tool for C code and reindented *.[ch] filesDavid Sommerseth2009-04-291-4206/+4801
* Reverting recent (pointless) change.nima2009-03-311-0/+4785
* Preparing to migrate to GIT.nima2009-03-311-4785/+0
* Cleaned up the fix for type(127).nima2008-12-221-18/+38
* Fixed the type(127) problem (at least on this machine) - again.nima2008-12-221-9/+2
* Cleanup.nima2008-12-201-5/+5
* Version information now set once during init().nima2008-12-201-147/+66
* Removed "detected" from appearing in every single function call. TODO: An ivarnima2008-12-201-9/+9
* More upstream changes implemented, see CHANGELOG by Jean Delvare from thenima2008-12-181-24/+187
* Claim to support revision 32 of Intel AP-485 (CPUID). No relevant change sincenima2008-12-171-20/+48
* Handle chassis information records of size 19 (DMI type 3).nima2008-12-171-1/+2
* Cleaning up source area, ready for debianizing, and rpm after that.nima2008-12-171-0/+4661