summaryrefslogtreecommitdiffstats
path: root/runtime/debug.c
Commit message (Expand)AuthorAgeFilesLines
* enhanced dbgoprint() buffer sizeRainer Gerhards2010-03-161-1/+1
* bugfix(minor): handling of extremely large strings in dbgprintf() fixedRainer Gerhards2010-03-151-0/+9
* added more tests to testbench and improved testing toolsRainer Gerhards2010-03-111-1/+1
* Includes "config.h" before any other header.Yann Droneaud2010-03-041-1/+1
* added a so-called "On Demand Debug" modeRainer Gerhards2009-11-101-0/+9
* bugfix: debug string larger than 1K were improperly displayed.Rainer Gerhards2009-10-081-1/+1
* fixed a bug introduced today that lead to an abort in queue disk modeRainer Gerhards2009-07-071-1/+1
* solved a race conditionRainer Gerhards2009-07-071-0/+2
* added O_CLOEXEC to open() callsRainer Gerhards2009-04-021-1/+1
* Merge branch 'dapatch'Rainer Gerhards2009-03-251-0/+69
|\
| * bugfix: potential abort with DA queue after high watermark is reachedRainer Gerhards2009-03-251-0/+69
* | resolved compile problem, e.g. on FreeBSDRainer Gerhards2008-12-081-2/+2
* | Merge branch 'helgrind' into perfRainer Gerhards2008-09-261-2/+13
|\ \
| * | some more threading cleanupRainer Gerhards2008-09-261-2/+13
* | | Merge branch 'helgrind' into perfRainer Gerhards2008-09-261-130/+81
|\| |
| * | cleaned up internal debug system code and made it behave better in regard to ...Rainer Gerhards2008-09-261-129/+79
* | | Merge branch 'helgrind' into perfRainer Gerhards2008-09-181-0/+16
|\| |
| * | ignoring an (acceptable) race in debug systemRainer Gerhards2008-09-181-0/+16
| |/
* / minor things, mostly improved debug infoRainer Gerhards2008-09-181-2/+4
|/
* disabled compile warnings caused by third-party librariesRainer Gerhards2008-06-231-0/+4
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-2/+0
* moved files to the runtimeRainer Gerhards2008-04-161-0/+1332