summaryrefslogtreecommitdiff
path: root/rts/win32
Commit message (Expand)AuthorAgeFilesLines
* Raise exceptions when blocked in bad FDs (fixes Trac #4934)Sergei Trofimovich2014-06-081-2/+1
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-1/+0
* fix rts exported symbols base_GHCziIOziException_allocationLimitExceeded_closureSergei Trofimovich2014-05-031-0/+1
* Untabify and delete trailing whitespace.Austin Seipp2013-10-261-23/+23
* Fix Windows build.Austin Seipp2013-10-263-3/+5
* rts: Add getPhysicalMemorySizeBen Gamari2013-10-251-0/+18
* Simplify some code; patch from Bill TuttIan Lynagh2013-02-171-1/+1
* Fix line endings in rts/win32/ThrIOManager.cIan Lynagh2013-02-171-159/+159
* Small refactoring; patch from nusIan Lynagh2013-02-161-9/+1
* Build fix for dyn way on Windows; patch from nusIan Lynagh2013-02-161-0/+1
* commentsSimon Marlow2013-02-071-1/+11
* Fix threadDelay on Windows; fixes ThreadDelay001 failuresIan Lynagh2013-02-061-2/+24
* Use usecs rather than msecs for microsecondsIan Lynagh2013-02-054-10/+10
* More OS X build fixesIan Lynagh2012-09-141-1/+1
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-15/+15
* New functions to get kernel thread Id + serialisable task IdDuncan Coutts2012-07-071-1/+7
* Fix the dynlib build on WindowsIan Lynagh2012-06-021-0/+1
* Follow the move of the Word type to ghc-primIan Lynagh2012-05-221-1/+0
* Move getMonotonicUSec from base to the RTS.Paolo Capriotti2012-05-081-27/+47
* Fix RTS DLL references on Win64Ian Lynagh2012-05-061-0/+4
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-061-1/+1
* Use lnats to avoid overflowing when allocating large amountsIan Lynagh2012-05-051-8/+8
* Fix warnings on Win64Ian Lynagh2012-04-262-3/+3
* Fix the Win32 build: A CPP symbol name was wrongIan Lynagh2012-03-201-1/+1
* Fixes for the threaded RTS on Win64Ian Lynagh2012-03-181-1/+1
* For now, turn off the SEH code on Win64Ian Lynagh2012-03-161-1/+4
* Remove an unused variable; fixes a warning on Win64Ian Lynagh2012-03-161-3/+1
* Fix a real bug, exposed by my recent change to the rts_evalIO() API. Yay!Simon Marlow2011-12-091-2/+2
* Fix Windows buildSimon Marlow2011-12-091-1/+1
* Define getNumberOfProcessors() even when !THREADED_RTSSimon Marlow2011-12-071-0/+5
* Time handling overhaulSimon Marlow2011-11-252-147/+62
* Close the handle for the ticker thread (#5604)Simon Marlow2011-11-111-1/+2
* fix dynamic way on Win32 (missing bits from flushStdHandles changes)Dimitrios Vytiniotis2011-11-091-0/+2
* Close some handle leaks (#5604)Simon Marlow2011-11-091-9/+21
* Add rts time util getUnixEpochTimeDuncan Coutts2011-10-261-0/+40
* Delete some old Win9x C codeDuncan Coutts2011-10-261-24/+0
* SafeHaskell: Fix compilation errors.David Terei2011-06-171-2/+2
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-2/+2
* Fix compilation of rts/win32/GetEnv.cunknown2011-06-051-2/+3
* Emit various bits of OS process info into the eventlogDuncan Coutts2011-05-261-0/+61
* Fix Windows buildSimon Marlow2010-12-211-1/+1
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-14/+1
* Fix Windows memory freeing: add a check for fb == NULL; fixes trac #4506Ian Lynagh2010-12-081-40/+51
* On Windows, when returning memory to the OS, we try to release itIan Lynagh2010-11-011-3/+87
* Whitespace only, in rts/win32/OSMem.cIan Lynagh2010-10-291-20/+20
* Replace some exit(n) calls with stg_exit(n); fixes trac #4445Ian Lynagh2010-10-281-4/+4
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-231-2/+2
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-0/+19
* errno corresponding to ERROR_NO_DATA should be EPIPE (non-threaded RTS)Simon Marlow2010-09-151-1/+10
* implement setThreadAffinity on Windows (#1741)Simon Marlow2010-09-141-2/+19