summaryrefslogtreecommitdiffstats
path: root/src/dmihelper.h
Commit message (Collapse)AuthorAgeFilesLines
* Made sure copyright is in place and right people get their deserved creditDavid Sommerseth2009-06-111-0/+41
|
* Big rewrite again, simplified the usage of opt->typeDavid Sommerseth2009-06-091-1/+1
| | | | | | 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.
* Fixed compiling issues after commit 2cf4f28f6fc671478003b31c03b93e070eee9942David Sommerseth2009-06-041-8/+0
| | | | Also cleaned up a little bit more, removed more unneeded stuff.
* Further removal of deprecated functionsNima Talebi2009-06-051-1/+0
| | | | | | | 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'.
* Resurrected struct _dmi_codes_majorDavid Sommerseth2009-06-041-0/+7
| | | | | This got removed in commit 63e6c57e448d9dcc795cb14e89de6eb51f1033f6, but is needed for the following struct in dmihelper.h, and in dmidecode.c::dmi_decode():3694
* Removal of more deprecated/unused code.Nima Talebi2009-06-041-23/+0
|
* Rewrote bigger parts to avoid global variables as much as possibleDavid Sommerseth2009-06-031-2/+1
|
* Removed some dead codeDavid Sommerseth2009-06-031-4/+0
|
* WIP commitNima Talebi2009-05-271-2/+0
| | | | | | | | Merged the two XML files into one, and amended relevant code. I still want to modify the XML tag names, but not yet. The calls to dmidecode.type() not function as expected, but the others are broken - this is next.
* Loading in the new the new `type' XML fileNima Talebi2009-05-241-1/+3
|
* Improved setting of pythonmap.xmlDavid Sommerseth2009-04-301-0/+1
| | | | | | The default file is now set to /usr/share/python-dmidecode/pythonmap.xml (defined in config.h) and can be overridden with the dmidecode.pythonmap() function in Python.
* Began completing the rewrite of needed dmidecodemodule changesDavid Sommerseth2009-04-301-0/+4
|
* Cleaned up the XML dataDavid Sommerseth2009-04-291-44/+46
|
* Added indenting tool for C code and reindented *.[ch] filesDavid Sommerseth2009-04-291-75/+76
|
* Reverting recent (pointless) change.nima2009-03-311-0/+114
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@180 abc39116-655e-4be6-ad55-d661dc543056
* Preparing to migrate to GIT.nima2009-03-311-114/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@179 abc39116-655e-4be6-ad55-d661dc543056
* Cleaned up the fix for type(127).nima2008-12-221-5/+15
| | | | | | | | | Added the second type of stuffed bios (upstream). Integrated dmidecode the binary into the test case for a more objective result. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@163 abc39116-655e-4be6-ad55-d661dc543056
* Cleaning up source area, ready for debianizing, and rpm after that.nima2008-12-171-0/+104
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@108 abc39116-655e-4be6-ad55-d661dc543056