| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #3236: emit a helpful error message when the RTS has not been initialised | Simon Marlow | 2009-05-18 | 1 | -5/+18 |
* | Fix some more shutdown races | Simon Marlow | 2008-11-19 | 1 | -17/+14 |
* | Pad Capabilities and Tasks to 64 bytes | Simon Marlow | 2008-10-23 | 1 | -1/+2 |
* | workerTaskStop(): set task->cap = NULL | Simon Marlow | 2007-03-06 | 1 | -0/+1 |
* | Free thread local storage on shutdown | Ian Lynagh | 2007-02-22 | 1 | -0/+3 |
* | freeTaskManager: don't free Tasks that are still in use | Simon Marlow | 2007-02-20 | 1 | -4/+10 |
* | Free all tasks on exit, not just those on the task_free_list | Ian Lynagh | 2006-12-15 | 1 | -2/+3 |
* | Put the task on the free list in workerTaskStop | Ian Lynagh | 2006-12-15 | 1 | -0/+5 |
* | Don't free sched_mutex until freeTaskManager has finished with it | Simon Marlow | 2006-12-12 | 1 | -11/+5 |
* | Add freeScheduler/freeTaskManager and call it later than exitScheduler | Ian Lynagh | 2006-12-11 | 1 | -3/+17 |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -0/+1 |
* | free the task *after* calling closeCond and closeMutex | Simon Marlow | 2006-08-31 | 1 | -1/+1 |
* | add sysErrorBelch() for reporting system call errors | Simon Marlow | 2006-08-30 | 1 | -1/+2 |
* | Add closeMutex and use it on clean up | Esa Ilari Vuokko | 2006-08-23 | 1 | -0/+4 |
* | Match format strings and arguments for printf-like functions | sven.panne@aedion.de | 2006-08-10 | 1 | -2/+2 |
* | fix bug in task freeing | Simon Marlow | 2006-08-09 | 1 | -1/+1 |
* | Remove the artifical cap on the number of workers | Simon Marlow | 2006-08-09 | 1 | -10/+0 |
* | Remember to free() memory on exit | Simon Marlow | 2006-08-08 | 1 | -0/+10 |
* | make compilation a little less noisy | Simon Marlow | 2006-06-16 | 1 | -2/+2 |
* | allow the max number of workers to scale with +RTS -N | Simon Marlow | 2006-06-16 | 1 | -0/+4 |
* | New tracing interface | Simon Marlow | 2006-06-08 | 1 | -5/+8 |
* | Gather timing stats for a Task when it completes. | Simon Marlow | 2006-06-07 | 1 | -12/+19 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+315 |