Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More fprintf() -> log_append() porting | David Sommerseth | 2010-01-08 | 1 | -2/+3 |
| | |||||
* | Splitted out SMBIOS/DMI dump functions from dmidecode.c to separate files | David Sommerseth | 2009-06-18 | 1 | -4/+0 |
| | |||||
* | Fixed crashes and unexpected behaviour on unknown DMI/SMBIOS types | David Sommerseth | 2009-06-11 | 1 | -1/+1 |
| | | | | | Also provide more useful information, both on unsupported types and types not found on the hardware | ||||
* | Big rewrite again, simplified the usage of opt->type | David Sommerseth | 2009-06-09 | 1 | -2/+2 |
| | | | | | | Instead of building up an u8 array with 255 cells where we only use one cell at the time now, just pass the type id value as an int the whole way through. | ||||
* | Further removal of deprecated functions | Nima Talebi | 2009-06-05 | 1 | -2/+3 |
| | | | | | | | Removed the `dmi_table_string' function, and `const struct string_keyword *string' from the `options' struct. Also modified the function calls that are now free of this, namely, `legacy_decode' and `smbios_decode'. | ||||
* | Avoid passing the option struct to dmidecode.c functions | David Sommerseth | 2009-06-04 | 1 | -4/+4 |
| | |||||
* | Rewrote bigger parts to avoid global variables as much as possible | David Sommerseth | 2009-06-03 | 1 | -4/+5 |
| | |||||
* | Renamed *_set_version() functions to a more proper *_get_version() function ↵ | David Sommerseth | 2009-06-03 | 1 | -2/+2 |
| | | | | | | | | names Also changed dmiMAP_ParseMappingXML(...) to dmiMAP_ParseMappingXML_GroupName(...). In the dmidecode_get(...) function. This is just a quick fix for making it compile. It's also needed to implement usage of dmiMAP_ParseMappingXML_TypeID(...) as well. | ||||
* | Began completing the rewrite of needed dmidecodemodule changes | David Sommerseth | 2009-04-30 | 1 | -3/+3 |
| | |||||
* | Cleaned up the XML data | David Sommerseth | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | Removed all Python dependencies in dmidecode.[ch] | David Sommerseth | 2009-04-29 | 1 | -3/+2 |
| | |||||
* | Ported most functions to XML interface | David Sommerseth | 2009-04-29 | 1 | -3/+4 |
| | | | | Still do not compile | ||||
* | Checked in a work in progress - Python dict -> XML | David Sommerseth | 2009-04-29 | 1 | -4/+4 |
| | | | | Does not compile yet | ||||
* | Added indenting tool for C code and reindented *.[ch] files | David Sommerseth | 2009-04-29 | 1 | -15/+16 |
| | |||||
* | Reverting recent (pointless) change. | nima | 2009-03-31 | 1 | -0/+45 |
| | | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@180 abc39116-655e-4be6-ad55-d661dc543056 | ||||
* | Preparing to migrate to GIT. | nima | 2009-03-31 | 1 | -45/+0 |
| | | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@179 abc39116-655e-4be6-ad55-d661dc543056 | ||||
* | Version information now set once during init(). | nima | 2008-12-20 | 1 | -2/+4 |
| | | | | | | | | | Bettered test cases. Case 127 magically fixed. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@135 abc39116-655e-4be6-ad55-d661dc543056 | ||||
* | Removed "detected" from appearing in every single function call. TODO: An ivar | nima | 2008-12-20 | 1 | -2/+2 |
| | | | | | | | | | | | | should be implemented to return this string, so further cleanup is still required; as it stands, there is no access to this information anymore! Updated test case. Further general cleanup. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@133 abc39116-655e-4be6-ad55-d661dc543056 | ||||
* | Cleaning up source area, ready for debianizing, and rpm after that. | nima | 2008-12-17 | 1 | -0/+43 |
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@108 abc39116-655e-4be6-ad55-d661dc543056 |