| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This includes an update against the SMBIOS reference specification v2.7.0
Signed-off-by: David Sommerseth <davids@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
On some s390x systems under heavy memory load seems to trigger
a SIGILL event when calling memcpy(). To avoid this issue, which
basically leads to the complete script to core dump, a signal
handler was implemented to add tackle such siutations more gracefully.
The SIGILL event should now be logged as well, to be able to see
that this happened.
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Valid flags are:
* LOGFL_NORMAL
Log all messages to the log context, and send log message to stderr
on errors
* LOGFL_NODUPS
Log only unique messages. Duplicated messages will be removed
* LOGFL_NOSTDERR
Don't write to stderr, even if errors occur
|
| |
|
| |
|
|
|
|
|
| |
This function did not work as expected and due to the rewrite of xmlpythonizer,
this function is not longer needed.
|
|
|
|
|
|
|
| |
Updated test unit to match.
Throw an exception instead of returning None/False in some
functions.
|
| |
|
| |
|
|
|
|
| |
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@180 abc39116-655e-4be6-ad55-d661dc543056
|
|
|
|
| |
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@179 abc39116-655e-4be6-ad55-d661dc543056
|
|
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@108 abc39116-655e-4be6-ad55-d661dc543056
|