summaryrefslogtreecommitdiff
path: root/rts/RtsStartup.c
Commit message (Expand)AuthorAgeFilesLines
* make shutdownHaskellAndExit() shut down the RTS and exit immediatelySimon Marlow2011-08-121-3/+5
* Emit various bits of OS process info into the eventlogDuncan Coutts2011-05-261-0/+3
* Make the tracing of the startup event more regularDuncan Coutts2011-05-261-2/+2
* prog_argv and rts_argv now contain *copies* of the args passed toSimon Marlow2011-05-251-3/+2
* Revert "Add capability sets to the event system. Contains code from Duncan Co...Duncan Coutts2011-05-231-4/+0
* Add capability sets to the event system. Contains code from Duncan Coutts.Spencer Janssen2011-05-181-0/+4
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-69/+16
* Cleanup sweep and fix a bug in RTS flag processing.Simon Marlow2011-04-121-2/+2
* Add a debug check for a non-empty FPU stack on x86 (see #4914)Simon Marlow2011-03-301-0/+5
* comment updatesSimon Marlow2011-01-071-2/+2
* Remove the debugging memory allocator - valgrind does a better jobSimon Marlow2010-08-241-11/+0
* during shutdown, only free the heap if we waited for foreign calls to exitSimon Marlow2010-06-281-2/+5
* fix Windows build (GHC.Conc.runHandlers is Unix-only)Simon Marlow2010-01-271-0/+2
* Don't Terminate the ticker thread (#3748)Simon Marlow2010-01-271-1/+1
* Add some missing getStablePtr()s for CAFs that the RTS refers toSimon Marlow2010-01-221-1/+8
* FIX #2615 (linker scripts in .so files)howard_b_golden@yahoo.com2009-12-161-0/+4
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-0/+3
* Free full_prog_argv at exit, closing a memory leakSimon Marlow2009-12-011-0/+3
* Use DLL aware runIO_closure instead of base_GHCziTopHandler_runIO_closure dir...Ben.Lippmeier@anu.edu.au2009-11-141-2/+3
* Unify event logging and debug tracing.Simon Marlow2009-08-291-13/+4
* Handle renames from #3310Simon Marlow2009-08-301-2/+2
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-70/+22
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-0/+5
* fix a warningSimon Marlow2009-06-041-0/+1
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-78/+0
* add getOrSetSignalHandlerStore, much like getOrSetTypeableStoreSimon Marlow2009-04-231-3/+3
* Add fast event loggingSimon Marlow2009-03-171-0/+16
* Rewrite of signal-handling (ghc patch; see also base and unix patches)Simon Marlow2009-02-191-6/+6
* FIX #1364: added support for C finalizers that run as soon as the value is no...Simon Marlow2008-12-101-0/+3
* add some more GC roots (fixes conc048, and possibly some others)Simon Marlow2008-10-011-2/+10
* FIX #2554: GHC.TopHandler.{runIO,runNonIO} should be GC rootsSimon Marlow2008-09-021-0/+6
* FIX part of #2301, and #1619Simon Marlow2008-07-091-4/+21
* calculate and report slop (wasted space at the end of blocks)Simon Marlow2008-04-161-8/+11
* improvements to PAPI supportsimonmar@microsoft.com2007-11-201-4/+4
* Refactor PAPI support, and add profiling of multithreaded GCSimon Marlow2007-10-311-21/+1
* hs_add_root: use use rts_lock()/rts_unlock() for a bit of extra safetySimon Marlow2008-05-291-1/+5
* FIX #2234: don't generate <prog>.prof unless we're going to put something in itSimon Marlow2008-05-121-1/+1
* Enable -prof -threaded (#886)Simon Marlow2008-02-281-4/+5
* Move file locking into the RTS, fixing #629, #1109Simon Marlow2007-11-201-0/+11
* FIX #1623: disable the timer signal when the system is idle (threaded RTS only)Simon Marlow2007-09-031-0/+2
* freeProfiling1() needs to be after endProfiling()Simon Marlow2007-08-241-2/+1
* Don't freeProfiling1 until after calling reportCCSProfilingIan Lynagh2007-08-171-2/+2
* FIX #1177, partially at least.Simon Marlow2007-07-251-1/+1
* hs_exit()/shutdownHaskell(): wait for outstanding foreign calls to complete b...Simon Marlow2007-07-241-7/+29
* Implement the RTS side of GHC.Environment.getFullArgsIan Lynagh2007-07-171-0/+1
* remove OpenBSD-specific initAdjustor() code that shouldn't be required nowSimon Marlow2007-06-011-3/+0
* FIX: #1227 (biographical profiling broken)Simon Marlow2007-05-081-3/+3
* Basic heap profile support without -profSimon Marlow2007-04-271-9/+2
* Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804Ian Lynagh2007-03-221-5/+9
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-1/+1