| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make forkProcess work with +RTS -N | Simon Marlow | 2011-12-06 | 1 | -1/+1 |
* | Fix bug in flushStdHandles() | Simon Marlow | 2011-11-24 | 1 | -1/+1 |
* | Add a getStablePtr for flushStdHandles_closure | Simon Marlow | 2011-11-17 | 1 | -0/+1 |
* | Remove executable mode from some files | David Terei | 2011-11-16 | 1 | -0/+0 |
* | Generate the C main() function when linking a binary (fixes #5373) | Simon Marlow | 2011-11-16 | 1 | -1/+13 |
* | fix dynamic way on Win32 (missing bits from flushStdHandles changes) | Dimitrios Vytiniotis | 2011-11-09 | 1 | -1/+1 |
* | Flush stdout and stderr during hs_exit() (#5594) | Simon Marlow | 2011-11-08 | 1 | -0/+15 |
* | Add a clock domain capset and emit wall clock time on rts init | Duncan Coutts | 2011-10-26 | 1 | -0/+1 |
* | make shutdownHaskellAndExit() shut down the RTS and exit immediately | Simon Marlow | 2011-08-12 | 1 | -3/+5 |
* | Emit various bits of OS process info into the eventlog | Duncan Coutts | 2011-05-26 | 1 | -0/+3 |
* | Make the tracing of the startup event more regular | Duncan Coutts | 2011-05-26 | 1 | -2/+2 |
* | prog_argv and rts_argv now contain *copies* of the args passed to | Simon Marlow | 2011-05-25 | 1 | -3/+2 |
* | Revert "Add capability sets to the event system. Contains code from Duncan Co... | Duncan Coutts | 2011-05-23 | 1 | -4/+0 |
* | Add capability sets to the event system. Contains code from Duncan Coutts. | Spencer Janssen | 2011-05-18 | 1 | -0/+4 |
* | Change the way module initialisation is done (#3252, #4417) | Simon Marlow | 2011-04-12 | 1 | -69/+16 |
* | Cleanup sweep and fix a bug in RTS flag processing. | Simon Marlow | 2011-04-12 | 1 | -2/+2 |
* | Add a debug check for a non-empty FPU stack on x86 (see #4914) | Simon Marlow | 2011-03-30 | 1 | -0/+5 |
* | comment updates | Simon Marlow | 2011-01-07 | 1 | -2/+2 |
* | Remove the debugging memory allocator - valgrind does a better job | Simon Marlow | 2010-08-24 | 1 | -11/+0 |
* | during shutdown, only free the heap if we waited for foreign calls to exit | Simon Marlow | 2010-06-28 | 1 | -2/+5 |
* | fix Windows build (GHC.Conc.runHandlers is Unix-only) | Simon Marlow | 2010-01-27 | 1 | -0/+2 |
* | Don't Terminate the ticker thread (#3748) | Simon Marlow | 2010-01-27 | 1 | -1/+1 |
* | Add some missing getStablePtr()s for CAFs that the RTS refers to | Simon Marlow | 2010-01-22 | 1 | -1/+8 |
* | FIX #2615 (linker scripts in .so files) | howard_b_golden@yahoo.com | 2009-12-16 | 1 | -0/+4 |
* | Expose all EventLog events as DTrace probes | Manuel M T Chakravarty | 2009-12-12 | 1 | -0/+3 |
* | Free full_prog_argv at exit, closing a memory leak | Simon Marlow | 2009-12-01 | 1 | -0/+3 |
* | Use DLL aware runIO_closure instead of base_GHCziTopHandler_runIO_closure dir... | Ben.Lippmeier@anu.edu.au | 2009-11-14 | 1 | -2/+3 |
* | Unify event logging and debug tracing. | Simon Marlow | 2009-08-29 | 1 | -13/+4 |
* | Handle renames from #3310 | Simon Marlow | 2009-08-30 | 1 | -2/+2 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -70/+22 |
* | Changes for the new IO library, mainly base-package modules moving around | Simon Marlow | 2009-05-29 | 1 | -0/+5 |
* | fix a warning | Simon Marlow | 2009-06-04 | 1 | -0/+1 |
* | Remove old GUM/GranSim code | Simon Marlow | 2009-06-02 | 1 | -78/+0 |
* | add getOrSetSignalHandlerStore, much like getOrSetTypeableStore | Simon Marlow | 2009-04-23 | 1 | -3/+3 |
* | Add fast event logging | Simon Marlow | 2009-03-17 | 1 | -0/+16 |
* | Rewrite of signal-handling (ghc patch; see also base and unix patches) | Simon Marlow | 2009-02-19 | 1 | -6/+6 |
* | FIX #1364: added support for C finalizers that run as soon as the value is no... | Simon Marlow | 2008-12-10 | 1 | -0/+3 |
* | add some more GC roots (fixes conc048, and possibly some others) | Simon Marlow | 2008-10-01 | 1 | -2/+10 |
* | FIX #2554: GHC.TopHandler.{runIO,runNonIO} should be GC roots | Simon Marlow | 2008-09-02 | 1 | -0/+6 |
* | FIX part of #2301, and #1619 | Simon Marlow | 2008-07-09 | 1 | -4/+21 |
* | calculate and report slop (wasted space at the end of blocks) | Simon Marlow | 2008-04-16 | 1 | -8/+11 |
* | improvements to PAPI support | simonmar@microsoft.com | 2007-11-20 | 1 | -4/+4 |
* | Refactor PAPI support, and add profiling of multithreaded GC | Simon Marlow | 2007-10-31 | 1 | -21/+1 |
* | hs_add_root: use use rts_lock()/rts_unlock() for a bit of extra safety | Simon Marlow | 2008-05-29 | 1 | -1/+5 |
* | FIX #2234: don't generate <prog>.prof unless we're going to put something in it | Simon Marlow | 2008-05-12 | 1 | -1/+1 |
* | Enable -prof -threaded (#886) | Simon Marlow | 2008-02-28 | 1 | -4/+5 |
* | Move file locking into the RTS, fixing #629, #1109 | Simon Marlow | 2007-11-20 | 1 | -0/+11 |
* | FIX #1623: disable the timer signal when the system is idle (threaded RTS only) | Simon Marlow | 2007-09-03 | 1 | -0/+2 |
* | freeProfiling1() needs to be after endProfiling() | Simon Marlow | 2007-08-24 | 1 | -2/+1 |
* | Don't freeProfiling1 until after calling reportCCSProfiling | Ian Lynagh | 2007-08-17 | 1 | -2/+2 |