aboutsummaryrefslogtreecommitdiff
path: root/src/core/debug.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12[debug] Allow debug colourisation to be disabledMichael Brown1-3/+9
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-06-16[debug] Allow debug message colours to be customised via DBGCOL=...Michael Brown1-3/+14
2014-01-06[libc] Add isprint()Michael Brown1-3/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-03-26[console] Allow usage to be defined independently for each consoleMichael Brown1-16/+38
2012-03-26[console] Move putchar() and getchar() declarations to stdio.hMichael Brown1-1/+0
2011-03-09[console] Move include/console.h to include/ipxe/console.hMichael Brown1-1/+1
2010-12-09[legal] Add missing copyright header and FILE_LICENCE macroMichael Brown1-0/+20
2010-07-14[debug] Expose pause() and more() debugging functionsMichael Brown1-4/+12
2010-07-14[debug] Remove unused guard_region() and check_region() functionsMichael Brown1-53/+0
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-1/+1
2009-07-17[debug] Use a delimiter to break up DBG_HD() outputMichael Brown1-1/+2
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown1-2/+2
2008-10-12[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown1-1/+1
2007-12-06Add missing format qualifierMichael Brown1-1/+1
2007-07-02Warnings purge of src/coreMarty Connor1-0/+1
2007-01-13Hex dumps are now integrated into the DBG() framework.Michael Brown1-27/+78
2006-12-29Added auto-colourising DBGC() macroMichael Brown1-0/+56
2006-07-17Tidy up hex_dump() output.Michael Brown1-2/+2
2006-07-13How did this ever work properly before?Michael Brown1-1/+1
2006-06-29fix printf format argsMarty Connor1-5/+5
2006-05-17Split debug functions out into core/debug.c, so that they can beMichael Brown1-0/+87