summaryrefslogtreecommitdiff
path: root/rts/win32
Commit message (Expand)AuthorAgeFilesLines
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-3/+3
* err: clean up error handlerTamar Christina2019-03-191-19/+30
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* rts: fix Windows megablock allocatorTamar Christina2018-11-221-5/+14
* Fix 32 bit windows buildTamar Christina2018-05-282-2/+2
* rts: export new absentSumFieldError from baseSergei Trofimovich2018-05-141-0/+1
* rts: Throw better error if --numa is used without libnuma supportBen Gamari2018-05-031-0/+5
* Fix NUMA support on Windows (#15049)David Kraeutmann2018-05-032-9/+17
* Remove markSignalHandlersÖmer Sinan Ağacan2018-04-161-12/+0
* rts/win32: Assert that the IO manager has been initialisedSimon Jakobi2018-03-021-18/+15
* Various Windows / Cross Compile to Windows fixesMoritz Angermann2018-03-021-1/+1
* RTS: Remember to free some pointersSimon Jakobi2018-02-251-3/+12
* rts: Ensure that forkOS releases Task on terminationBen Gamari2018-01-311-0/+1
* Windows: fix all failing tests.Tamar Christina2018-01-021-2/+6
* rts: fix filename case for mingw32 targetSergei Trofimovich2017-12-051-1/+1
* rts/win32: Emit exception handler output to stderrBen Gamari2017-11-061-15/+15
* Add stack traces on crashes on WindowsTamar Christina2017-10-222-4/+93
* rts: Label all threads created by the RTSBen Gamari2017-10-161-6/+8
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-032-1/+60
* Add TODO about getMonotonicNSec() wrapping that can no longer happen.Niklas Hambüchen2017-09-271-0/+5
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-262-5/+87
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-262-87/+5
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-262-5/+87
* We define the `<XXX>_HOST_ARCH` to `1`, but never to `0`inMoritz Angermann2017-05-111-8/+8
* Prefer #if defined to #ifdefBen Gamari2017-04-287-9/+9
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-235-21/+7
* win32/Ticker: Stop ticker on exitBen Gamari2017-04-231-0/+1
* rts: Make out-of-memory errors more consistentBen Gamari2017-04-021-1/+1
* Fix comment (old file names) in rts/Takenobu Tani2017-02-041-1/+1
* Improve access violation reporting on WindowsRyan Scott2017-01-151-1/+7
* 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