summaryrefslogtreecommitdiff
path: root/rts/win32
Commit message (Expand)AuthorAgeFilesLines
* rts/win32/IOManager: Fix integer typesBen Gamari2016-12-174-27/+27
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+3
* Fix x86 Windows build and testsuiteTamar Christina2016-12-062-12/+12
* rts: Add missing #include <stdbool.h>Ben Gamari2016-11-291-0/+1
* Use C99's boolBen Gamari2016-11-2912-61/+61
* Add NUMA support for WindowsTamar Christina2016-10-012-10/+116
* Support more than 64 logical processors on WindowsTamar Christina2016-10-011-12/+286
* Make start address of `osReserveHeapMemory` tunable via command line -xbFrancesco Mazzoli2016-09-091-4/+5
* NUMA supportSimon Marlow2016-06-102-0/+25
* 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