Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement a global log buffer and start porting fprint() -> log_append() | David Sommerseth | 2010-01-08 | 1 | -0/+2 |
| | |||||
* | Removed struct dmi_minor. It was not used anywhere. | David Sommerseth | 2010-01-08 | 1 | -8/+0 |
| | |||||
* | Made sure copyright is in place and right people get their deserved credit | David Sommerseth | 2009-06-11 | 1 | -0/+41 |
| | |||||
* | Big rewrite again, simplified the usage of opt->type | David Sommerseth | 2009-06-09 | 1 | -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 2cf4f28f6fc671478003b31c03b93e070eee9942 | David Sommerseth | 2009-06-04 | 1 | -8/+0 |
| | | | | Also cleaned up a little bit more, removed more unneeded stuff. | ||||
* | Further removal of deprecated functions | Nima Talebi | 2009-06-05 | 1 | -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_major | David Sommerseth | 2009-06-04 | 1 | -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 Talebi | 2009-06-04 | 1 | -23/+0 |
| | |||||
* | Rewrote bigger parts to avoid global variables as much as possible | David Sommerseth | 2009-06-03 | 1 | -2/+1 |
| | |||||
* | Removed some dead code | David Sommerseth | 2009-06-03 | 1 | -4/+0 |
| | |||||
* | WIP commit | Nima Talebi | 2009-05-27 | 1 | -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 file | Nima Talebi | 2009-05-24 | 1 | -1/+3 |
| | |||||
* | Improved setting of pythonmap.xml | David Sommerseth | 2009-04-30 | 1 | -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 changes | David Sommerseth | 2009-04-30 | 1 | -0/+4 |
| | |||||
* | Cleaned up the XML data | David Sommerseth | 2009-04-29 | 1 | -44/+46 |
| | |||||
* | Added indenting tool for C code and reindented *.[ch] files | David Sommerseth | 2009-04-29 | 1 | -75/+76 |
| | |||||
* | Reverting recent (pointless) change. | nima | 2009-03-31 | 1 | -0/+114 |
| | | | | 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 | -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). | nima | 2008-12-22 | 1 | -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. | nima | 2008-12-17 | 1 | -0/+104 |
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@108 abc39116-655e-4be6-ad55-d661dc543056 |