summaryrefslogtreecommitdiff
path: root/rts/posix
Commit message (Expand)AuthorAgeFilesLines
* Warning police: Added missing #includesven.panne@aedion.de2006-12-301-0/+1
* Free more things that we allocate2006-12-16Ian Lynagh2006-12-151-0/+7
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-011-6/+0
* Addition of PAPI to RTSmrchebas@gmail.com2006-11-081-1/+20
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-2/+0
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-243-0/+4
* Handle clock_gettime failingIan Lynagh2006-09-271-6/+8
* Fix ~2000 second profiling time wrapping bugIan Lynagh2006-09-111-3/+3
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-052-3/+3
* add sysErrorBelch() for reporting system call errorsSimon Marlow2006-08-302-4/+4
* Add closeMutex and use it on clean upEsa Ilari Vuokko2006-08-231-0/+5
* Match format strings and arguments for printf-like functionssven.panne@aedion.de2006-08-101-2/+2
* missed one symbol that needs a package nameSimon Marlow2006-07-261-1/+1
* Gather timing stats for a Task when it completes.Simon Marlow2006-06-071-0/+2
* replace stgMallocBytesRWX() with our own allocatorSimon Marlow2006-05-301-0/+52
* Better control of the IO manager thread; improvements to deadlock checkingSimon Marlow2006-05-242-1/+43
* Reorganisation of the source treeSimon Marlow2006-04-078-0/+1393