summaryrefslogtreecommitdiffstats
path: root/src/efi.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed not needed \n from log_append() entriesDavid Sommerseth2010-02-051-1/+1
|
* Added logging flag to log_append() to change log behaviourDavid Sommerseth2010-02-051-2/+3
| | | | | | | | | | | | | | 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
* More fprintf() -> log_append() portingDavid Sommerseth2010-01-081-2/+4
|
* Make sure const char *filename is not a wild pointerDavid Sommerseth2010-01-071-1/+1
|
* Removed not needed informationDavid Sommerseth2010-01-071-1/+0
|
* Splitted out SMBIOS/DMI dump functions from dmidecode.c to separate filesDavid Sommerseth2009-06-181-0/+83