summaryrefslogtreecommitdiff
path: root/rts/win32
Commit message (Expand)AuthorAgeFilesLines
* Runtime linker: Break m32 allocator out into its own fileErik de Castro Lopo2016-05-251-6/+6
* Get types in osFreeMBlocks in sync with osGetMBlocksTomas Carnecky2016-05-191-1/+1
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-054-11/+11
* Remove now pointless INLINE_ME macroHerbert Valerio Riedel2016-03-271-1/+1
* rts: drop unused getThreadCPUTimeSergei Trofimovich2016-02-071-13/+0
* T11300: Fix test on windowsTamar Christina2016-01-142-7/+7
* rts/posix: Reduce heap allocation amount on mmap failureBen Gamari2015-11-011-2/+2
* rts: Make MBLOCK_SPACE_SIZE dynamicBen Gamari2015-10-301-3/+3
* Typos in commentsGabor Greif2015-08-011-1/+1
* Two step allocator for 64-bit systemsGiovanni Campagna2015-07-221-5/+72
* Replaced SEH handles with VEH handlers which should work uniformly across x86...Tamar Christina2015-03-037-142/+173
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-2/+3
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-17/+17
* Name worker threads using pthread_setname_npSimon Marlow2014-10-101-1/+2
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-17/+17
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-2917-136/+0
* Fix cppcheck warningsBoris Egorov2014-09-161-3/+6
* Fix variable name typo from commit 3021fbNiklas Larsson2014-07-301-1/+1
* rts: Detab OSThreads.cAustin Seipp2014-07-281-1/+1
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-2817-0/+136
* rts: delint/detab/dewhitespace win32/WorkQueue.cAustin Seipp2014-07-281-26/+27
* rts: delint/detab/dewhitespace win32/WorkQueue.hAustin Seipp2014-07-281-1/+1
* rts: delint/detab/dewhitespace win32/ThrIOManager.cAustin Seipp2014-07-281-7/+7
* rts: delint/detab/dewhitespace win32/OSThreads.cAustin Seipp2014-07-281-1/+2
* rts: delint/detab/dewhitespace win32/OSMem.cAustin Seipp2014-07-281-15/+21
* rts: delint/detab/dewhitespace win32/IOManager.cAustin Seipp2014-07-281-259/+286
* rts: delint/detab/dewhitespace win32/IOManager.hAustin Seipp2014-07-281-26/+26
* rts: delint/detab/dewhitespace win32/GetTime.cAustin Seipp2014-07-281-8/+8
* rts: delint/detab/dewhitespace win32/GetEnv.cAustin Seipp2014-07-281-1/+1
* rts: delint/detab/dewhitespace win32/ConsoleHandler.cAustin Seipp2014-07-281-87/+88
* rts: delint/detab/dewhitespace win32/AwaitEvent.cAustin Seipp2014-07-281-3/+3
* rts: delint/detab/dewhitespace win32/AsyncIO.hAustin Seipp2014-07-281-4/+4
* rts: delint/detab/dewhitespace win32/AsyncIO.cAustin Seipp2014-07-281-150/+166
* 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