| Commit message (Expand) | Author | Age | Files | Lines |
* | T11300: Fix test on windows | Tamar Christina | 2016-01-14 | 2 | -7/+7 |
* | rts/posix: Reduce heap allocation amount on mmap failure | Ben Gamari | 2015-11-01 | 1 | -2/+2 |
* | rts: Make MBLOCK_SPACE_SIZE dynamic | Ben Gamari | 2015-10-30 | 1 | -3/+3 |
* | Typos in comments | Gabor Greif | 2015-08-01 | 1 | -1/+1 |
* | Two step allocator for 64-bit systems | Giovanni Campagna | 2015-07-22 | 1 | -5/+72 |
* | Replaced SEH handles with VEH handlers which should work uniformly across x86... | Tamar Christina | 2015-03-03 | 7 | -142/+173 |
* | Per-thread allocation counters and limits | Simon Marlow | 2014-11-12 | 1 | -2/+3 |
* | Revert "Rename _closure to _static_closure, apply naming consistently." | Edward Z. Yang | 2014-10-20 | 1 | -17/+17 |
* | Name worker threads using pthread_setname_np | Simon Marlow | 2014-10-10 | 1 | -1/+2 |
* | Rename _closure to _static_closure, apply naming consistently. | Edward Z. Yang | 2014-10-01 | 1 | -17/+17 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 17 | -136/+0 |
* | Fix cppcheck warnings | Boris Egorov | 2014-09-16 | 1 | -3/+6 |
* | Fix variable name typo from commit 3021fb | Niklas Larsson | 2014-07-30 | 1 | -1/+1 |
* | rts: Detab OSThreads.c | Austin Seipp | 2014-07-28 | 1 | -1/+1 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 17 | -0/+136 |
* | rts: delint/detab/dewhitespace win32/WorkQueue.c | Austin Seipp | 2014-07-28 | 1 | -26/+27 |
* | rts: delint/detab/dewhitespace win32/WorkQueue.h | Austin Seipp | 2014-07-28 | 1 | -1/+1 |
* | rts: delint/detab/dewhitespace win32/ThrIOManager.c | Austin Seipp | 2014-07-28 | 1 | -7/+7 |
* | rts: delint/detab/dewhitespace win32/OSThreads.c | Austin Seipp | 2014-07-28 | 1 | -1/+2 |
* | rts: delint/detab/dewhitespace win32/OSMem.c | Austin Seipp | 2014-07-28 | 1 | -15/+21 |
* | rts: delint/detab/dewhitespace win32/IOManager.c | Austin Seipp | 2014-07-28 | 1 | -259/+286 |
* | rts: delint/detab/dewhitespace win32/IOManager.h | Austin Seipp | 2014-07-28 | 1 | -26/+26 |
* | rts: delint/detab/dewhitespace win32/GetTime.c | Austin Seipp | 2014-07-28 | 1 | -8/+8 |
* | rts: delint/detab/dewhitespace win32/GetEnv.c | Austin Seipp | 2014-07-28 | 1 | -1/+1 |
* | rts: delint/detab/dewhitespace win32/ConsoleHandler.c | Austin Seipp | 2014-07-28 | 1 | -87/+88 |
* | rts: delint/detab/dewhitespace win32/AwaitEvent.c | Austin Seipp | 2014-07-28 | 1 | -3/+3 |
* | rts: delint/detab/dewhitespace win32/AsyncIO.h | Austin Seipp | 2014-07-28 | 1 | -4/+4 |
* | rts: delint/detab/dewhitespace win32/AsyncIO.c | Austin Seipp | 2014-07-28 | 1 | -150/+166 |
* | Raise exceptions when blocked in bad FDs (fixes Trac #4934) | Sergei Trofimovich | 2014-06-08 | 1 | -2/+1 |
* | Revert "Per-thread allocation counters and limits" | Simon Marlow | 2014-05-04 | 1 | -1/+0 |
* | fix rts exported symbols base_GHCziIOziException_allocationLimitExceeded_closure | Sergei Trofimovich | 2014-05-03 | 1 | -0/+1 |
* | Untabify and delete trailing whitespace. | Austin Seipp | 2013-10-26 | 1 | -23/+23 |
* | Fix Windows build. | Austin Seipp | 2013-10-26 | 3 | -3/+5 |
* | rts: Add getPhysicalMemorySize | Ben Gamari | 2013-10-25 | 1 | -0/+18 |
* | Simplify some code; patch from Bill Tutt | Ian Lynagh | 2013-02-17 | 1 | -1/+1 |
* | Fix line endings in rts/win32/ThrIOManager.c | Ian Lynagh | 2013-02-17 | 1 | -159/+159 |
* | Small refactoring; patch from nus | Ian Lynagh | 2013-02-16 | 1 | -9/+1 |
* | Build fix for dyn way on Windows; patch from nus | Ian Lynagh | 2013-02-16 | 1 | -0/+1 |
* | comments | Simon Marlow | 2013-02-07 | 1 | -1/+11 |
* | Fix threadDelay on Windows; fixes ThreadDelay001 failures | Ian Lynagh | 2013-02-06 | 1 | -2/+24 |
* | Use usecs rather than msecs for microseconds | Ian Lynagh | 2013-02-05 | 4 | -10/+10 |
* | More OS X build fixes | Ian Lynagh | 2012-09-14 | 1 | -1/+1 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -15/+15 |
* | New functions to get kernel thread Id + serialisable task Id | Duncan Coutts | 2012-07-07 | 1 | -1/+7 |
* | Fix the dynlib build on Windows | Ian Lynagh | 2012-06-02 | 1 | -0/+1 |
* | Follow the move of the Word type to ghc-prim | Ian Lynagh | 2012-05-22 | 1 | -1/+0 |
* | Move getMonotonicUSec from base to the RTS. | Paolo Capriotti | 2012-05-08 | 1 | -27/+47 |
* | Fix RTS DLL references on Win64 | Ian Lynagh | 2012-05-06 | 1 | -0/+4 |
* | Working towards fixing DLLs on Win64 | Ian Lynagh | 2012-05-06 | 1 | -1/+1 |
* | Use lnats to avoid overflowing when allocating large amounts | Ian Lynagh | 2012-05-05 | 1 | -8/+8 |