summaryrefslogtreecommitdiff
path: root/com32/lib/dprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Only compile dprintf/vdprintf if DEBUG_PORT is definedH. Peter Anvin2012-07-191-0/+4
* dprintf: Always include the dprintf implementation in libcom32core.aMatt Fleming2012-07-021-3/+2
* dprintf: add the ability to log to stdioH. Peter Anvin2012-05-181-4/+1
* elflink: make dprintf() usable in the coreH. Peter Anvin2012-05-181-2/+4
* dprintf: fix uninitialized pointer; return voidH. Peter Anvin2009-11-191-4/+2
* dprintf: fix dprintf() and vdprintf()H. Peter Anvin2009-11-191-1/+5
* dprintf: a generic debug-to-serial infrastructureH. Peter Anvin2009-11-191-0/+17