Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resolved compile problem, e.g. on FreeBSD | Rainer Gerhards | 2008-12-08 | 1 | -2/+2 |
| | | | | | | | | I commented out some debug code that is only useful in some testing scenarios and re-enabled the old code. This solved a FreeBSD compile issue. Also, I fixed some other syntax error, which somehow went into the tree (I am still puzzled about that, especially as some have already and successfully build from that tree... anyhow ;)). | ||||
* | Merge branch 'helgrind' into perf | Rainer Gerhards | 2008-09-26 | 1 | -2/+13 |
|\ | |||||
| * | some more threading cleanup | Rainer Gerhards | 2008-09-26 | 1 | -2/+13 |
| | | | | | | | | | | | | - removed newly-introduced potential deadlock in debug system - removed unnecessary pthread_cond_signal - a bit general cleanup | ||||
* | | Merge branch 'helgrind' into perf | Rainer Gerhards | 2008-09-26 | 1 | -130/+81 |
|\| | | | | | | | | | | | Conflicts: runtime/debug.c | ||||
| * | cleaned up internal debug system code and made it behave better in regard to ↵ | Rainer Gerhards | 2008-09-26 | 1 | -129/+79 |
| | | | | | | | | multi-threading | ||||
* | | Merge branch 'helgrind' into perf | Rainer Gerhards | 2008-09-18 | 1 | -0/+16 |
|\| | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | ignoring an (acceptable) race in debug system | Rainer Gerhards | 2008-09-18 | 1 | -0/+16 |
| | | |||||
* | | minor things, mostly improved debug info | Rainer Gerhards | 2008-09-18 | 1 | -2/+4 |
|/ | |||||
* | disabled compile warnings caused by third-party libraries | Rainer Gerhards | 2008-06-23 | 1 | -0/+4 |
| | |||||
* | fixed problem with module unload sequence | Rainer Gerhards | 2008-04-29 | 1 | -2/+0 |
| | |||||
* | moved files to the runtime | Rainer Gerhards | 2008-04-16 | 1 | -0/+1332 |
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization. |