summaryrefslogtreecommitdiff
path: root/rts/win32
Commit message (Expand)AuthorAgeFilesLines
* Windows DLLs: remove dup symbol from def fileBen.Lippmeier@anu.edu.au2009-11-171-1/+0
* Windows DLLs: use one import lib for each DLL the RTS needs.Ben.Lippmeier@anu.edu.au2009-11-113-26/+34
* Break recursive imports between the RTS and base library on Windows.Ben.Lippmeier@anu.edu.au2009-11-061-0/+64
* Windows-specific fix for #1185 patchSimon Marlow2009-11-121-1/+1
* Windows build fixesSimon Marlow2009-08-031-1/+1
* Windows build fixesSimon Marlow2009-08-034-7/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-026-24/+21
* wibble in setExecutableAustin Seipp2009-03-201-1/+1
* Set thread affinity with +RTS -qa (only on Linux so far)Simon Marlow2009-03-181-0/+6
* Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully)Simon Marlow2009-03-171-0/+14
* avoid a crash: don't return unless the run queue has some threads in itSimon Marlow2009-03-111-6/+3
* Fix #2992: don't create a named eventSimon Marlow2009-03-111-1/+1
* #2768: fix compatibility problem with newer version of mingwSimon Marlow2008-11-131-5/+1
* notice ^C exceptions when waiting for I/OSimon Marlow2008-11-132-0/+14
* Cope with ThreadRelocated when traversing the blocked_queueSimon Marlow2008-11-061-1/+16
* Build fixes for DLLized rtsClemens Fruhwirth2008-10-131-0/+4
* FIX part of #2301, and #1619Simon Marlow2008-07-091-0/+6
* FIX BUILD on WindowsSimon Marlow2008-06-181-4/+4
* Reorganisation to fix problems related to the gct register variableSimon Marlow2008-04-161-1/+1
* Make it less fatal to not call ioManagerStart()Simon Marlow2008-05-291-4/+4
* protect console handler against concurrent access (#1922)Simon Marlow2007-12-041-3/+11
* On Windows, Delete the CriticalSection's we InitializeIan Lynagh2007-11-253-0/+4
* Refactoring: extract platform-specific code from sm/MBlock.cSimon Marlow2007-10-171-2/+227
* fix an error message (barf -> sysErrorBelch)Simon Marlow2007-10-171-2/+3
* remove debugging codeSimon Marlow2007-09-031-2/+0
* FIX #1623: disable the timer signal when the system is idle (threaded RTS only)Simon Marlow2007-09-031-28/+57
* Windows: remove the {Enter,Leave}CricialSection wrappersSimon Marlow2007-08-291-8/+0
* Jump through some hoops to make the Windows SEH exception stuff happyIan Lynagh2007-08-242-0/+133
* Fix the threaded RTS on WindowsIan Lynagh2007-08-161-0/+9
* FIX #1177, partially at least.Simon Marlow2007-07-254-17/+19
* 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