summaryrefslogtreecommitdiff
path: root/rts/win32
Commit message (Expand)AuthorAgeFilesLines
* Fix C/Haskell type mismatchesIan Lynagh2007-04-031-5/+5
* Use timer_create() for the interval timer, if availableSimon Marlow2007-03-021-4/+7
* Free thread local storage on shutdownIan Lynagh2007-02-221-0/+11
* Fix sleep delay for the non-threaded Windows RTSSimon Marlow2007-02-201-1/+1
* Partial fix for #926Simon Marlow2007-02-011-2/+22
* Free more things that we allocate2006-12-16Ian Lynagh2006-12-151-0/+5
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-013-16/+179
* Remove the Windows Async IO Manager completely in THREADED_RTS modeSimon Marlow2006-12-012-0/+9
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-2/+0
* mark stop event handle as invalid once closed, making shutdowns more graceful.sof@galois.com2006-10-161-1/+5
* add a few #includes to make it compilesof@galois.com2006-11-011-1/+4
* add sysErrorBelch() for reporting system call errorsSimon Marlow2006-08-301-3/+5
* call ShutdownIOManager() before closing handlesSimon Marlow2006-08-301-1/+1
* oops, got the sense of the error case wrongSimon Marlow2006-08-291-1/+1
* fix some rerrors in the worker countingSimon Marlow2006-08-291-6/+10
* Free Win32 Handles on shutdownSimon Marlow2006-08-255-12/+54
* Add closeMutex and use it on clean upEsa Ilari Vuokko2006-08-231-0/+10
* Remove few format-warnings by adding castsEsa Ilari Vuokko2006-08-131-2/+2
* markSignalHandlers(): implementation was unnecessary, and had a bugsimonmar@microsoft.com2006-06-061-4/+2
* fix Win32 buildsimonmar@microsoft.com2006-05-301-2/+4
* replace stgMallocBytesRWX() with our own allocatorSimon Marlow2006-05-301-0/+34
* Reorganisation of the source treeSimon Marlow2006-04-0712-0/+2093