Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port dmidump to use the new log API | David Sommerseth | 2010-01-08 | 1 | -4/+4 |
| | | | | | | This port will not create a new log buffer (Log_t), but log_append() will print errors to stderr in this case, as the log buffer pointer is NULL. | ||||
* | Moved write_dump() over to dmidump.c, as this is the only user of this function | David Sommerseth | 2010-01-08 | 1 | -0/+38 |
| | |||||
* | Added dmidump utility | David Sommerseth | 2009-06-18 | 1 | -0/+13 |
| | | | | | | | | | This is a simple utility which dumps DMI/SMBIOS data straight to a file, written i C and should not depend on anything extra. Useful to get DMI/SMBIOS data without installing python and/or python-dmidecode. The data dump can be parsed by python-dmidecode later on on a different box. | ||||
* | Splitted out SMBIOS/DMI dump functions from dmidecode.c to separate files | David Sommerseth | 2009-06-18 | 1 | -0/+155 |