summaryrefslogtreecommitdiff
path: root/rts/win32
Commit message (Expand)AuthorAgeFilesLines
* winio: fix linter issues and update submoduleTamar Christina2020-06-174-23/+0
* winio: Minor comments/renamings.Andreas Klebinger2020-06-172-3/+5
* winio: Fix rebase artifactsTamar Christina2020-06-161-14/+8
* winio: Various fixes related to rebase and testdriverTamar Christina2020-06-161-6/+15
* winio: Remove outstanding_requests from runner.Andreas Klebinger2020-06-161-18/+11
* winio: Refactor non-threaded runner thread and scheduler interface.Andreas Klebinger2020-06-162-98/+153
* winio: Always lock win32 event queueAndreas Klebinger2020-06-161-10/+17
* winio: Update placeholder comment with actual function name.Andreas Klebinger2020-06-161-1/+2
* winio: Queue IO processing threads at the front of the queue.Andreas Klebinger2020-06-161-1/+2
* winio: nontreaded: Create io processing threads in main thread.Andreas Klebinger2020-06-162-33/+91
* winio: Make last_event a local variableAndreas Klebinger2020-06-161-3/+9
* winio: Mark outstanding_service_requests volatile.Andreas Klebinger2020-06-161-2/+9
* winio: Add comments/cleanup an import in baseAndreas Klebinger2020-06-161-0/+1
* winio: Revert ticker changes. They will be their own MR.Andreas Klebinger2020-06-161-197/+15
* winio: Fix build after merging with masterTamar Christina2020-06-161-2/+2
* winio: Clean up code surrounding IOPort primitives.Andreas Klebinger2020-06-161-1/+2
* winio: Fix build after merge from masterTamar Christina2020-06-161-1/+1
* winio: Expand comments describing non-threaded loopAndreas Klebinger2020-06-161-5/+37
* winio: Remove some barf statements that are a bit strict.Tamar Christina2020-06-161-2/+1
* winio: Fix issues with non-threaded I/O manager after split.Tamar Christina2020-06-161-0/+4
* winio: Relaxing some constraints in io-manager.Tamar Christina2020-06-161-1/+2
* winio: core non-threaded I/O managerTamar Christina2020-06-164-0/+845
* winio: Multiple refactorings and support changes.Tamar Christina2020-06-169-454/+62
* winio: Experiment with High Precision Timers.Tamar Christina2020-06-161-14/+196
* winio: Use SlimReaderLocks and ConditonalVariables provided by the OS instead...Tamar Christina2020-06-165-161/+111
* rts: Drop compatibility shims for Windows VistaBen Gamari2020-05-301-51/+5
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-091-1/+0
* Small change to the windows ticker.Andreas Klebinger2020-04-141-1/+7
* rts: Add getCurrentThreadCPUTime helperBen Gamari2020-03-051-0/+14
* rts: Add more debug output to failed path in onIOCompleteBen Gamari2020-02-141-2/+3
* Add arithmetic exception primops (#14664)Sylvain Henry2020-02-111-0/+3
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-202-11/+19
* 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