| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix warnings on Win64 | Ian Lynagh | 2012-04-26 | 2 | -3/+3 |
* | Fix the Win32 build: A CPP symbol name was wrong | Ian Lynagh | 2012-03-20 | 1 | -1/+1 |
* | Fixes for the threaded RTS on Win64 | Ian Lynagh | 2012-03-18 | 1 | -1/+1 |
* | For now, turn off the SEH code on Win64 | Ian Lynagh | 2012-03-16 | 1 | -1/+4 |
* | Remove an unused variable; fixes a warning on Win64 | Ian Lynagh | 2012-03-16 | 1 | -3/+1 |
* | Fix a real bug, exposed by my recent change to the rts_evalIO() API. Yay! | Simon Marlow | 2011-12-09 | 1 | -2/+2 |
* | Fix Windows build | Simon Marlow | 2011-12-09 | 1 | -1/+1 |
* | Define getNumberOfProcessors() even when !THREADED_RTS | Simon Marlow | 2011-12-07 | 1 | -0/+5 |
* | Time handling overhaul | Simon Marlow | 2011-11-25 | 2 | -147/+62 |
* | Close the handle for the ticker thread (#5604) | Simon Marlow | 2011-11-11 | 1 | -1/+2 |
* | fix dynamic way on Win32 (missing bits from flushStdHandles changes) | Dimitrios Vytiniotis | 2011-11-09 | 1 | -0/+2 |
* | Close some handle leaks (#5604) | Simon Marlow | 2011-11-09 | 1 | -9/+21 |
* | Add rts time util getUnixEpochTime | Duncan Coutts | 2011-10-26 | 1 | -0/+40 |
* | Delete some old Win9x C code | Duncan Coutts | 2011-10-26 | 1 | -24/+0 |
* | SafeHaskell: Fix compilation errors. | David Terei | 2011-06-17 | 1 | -2/+2 |
* | SafeHaskell: Even more fixing to work with safe base | David Terei | 2011-06-17 | 1 | -2/+2 |
* | Fix compilation of rts/win32/GetEnv.c | unknown | 2011-06-05 | 1 | -2/+3 |
* | Emit various bits of OS process info into the eventlog | Duncan Coutts | 2011-05-26 | 1 | -0/+61 |
* | Fix Windows build | Simon Marlow | 2010-12-21 | 1 | -1/+1 |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 1 | -14/+1 |
* | Fix Windows memory freeing: add a check for fb == NULL; fixes trac #4506 | Ian Lynagh | 2010-12-08 | 1 | -40/+51 |
* | On Windows, when returning memory to the OS, we try to release it | Ian Lynagh | 2010-11-01 | 1 | -3/+87 |
* | Whitespace only, in rts/win32/OSMem.c | Ian Lynagh | 2010-10-29 | 1 | -20/+20 |
* | Replace some exit(n) calls with stg_exit(n); fixes trac #4445 | Ian Lynagh | 2010-10-28 | 1 | -4/+4 |
* | Follow GHC.Bool/GHC.Types merge | Ian Lynagh | 2010-10-23 | 1 | -2/+2 |
* | Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4 | Edward Z. Yang | 2010-09-19 | 1 | -0/+19 |
* | errno corresponding to ERROR_NO_DATA should be EPIPE (non-threaded RTS) | Simon Marlow | 2010-09-15 | 1 | -1/+10 |
* | implement setThreadAffinity on Windows (#1741) | Simon Marlow | 2010-09-14 | 1 | -2/+19 |
* | Return memory to the OS; trac #698 | Ian Lynagh | 2010-08-13 | 1 | -0/+36 |
* | Integrate new I/O manager, with signal support | Johan Tibell | 2010-07-24 | 2 | -4/+4 |
* | Win32 getProcessElapsedTime: use a higher-resolution time source | Simon Marlow | 2010-07-08 | 1 | -3/+27 |
* | Fix crash in non-threaded RTS on Windows | Simon Marlow | 2010-04-20 | 1 | -0/+5 |
* | Expand the scope of the event_buf_mutex to cover io_manager_event | Simon Marlow | 2010-04-20 | 1 | -15/+26 |
* | Make ioManagerDie() idempotent | Simon Marlow | 2010-04-01 | 1 | -0/+4 |
* | avoid single quote in #error | Simon Marlow | 2010-03-30 | 1 | -1/+1 |
* | Don't Terminate the ticker thread (#3748) | Simon Marlow | 2010-01-27 | 1 | -6/+15 |
* | Win32 yieldThread(): use SwitchToThread() instead of Sleep(0) | Simon Marlow | 2010-01-27 | 1 | -1/+1 |
* | fix warnings | Simon Marlow | 2010-01-27 | 1 | -1/+1 |
* | Windows DLLs: use DLL aware runSparks_closure instead of base_GHCziConc_runSp... | Ben.Lippmeier@anu.edu.au | 2009-11-23 | 1 | -0/+3 |
* | Windows DLLs: remove dup symbol from def file | Ben.Lippmeier@anu.edu.au | 2009-11-17 | 1 | -1/+0 |
* | Windows DLLs: use one import lib for each DLL the RTS needs. | Ben.Lippmeier@anu.edu.au | 2009-11-11 | 3 | -26/+34 |