summaryrefslogtreecommitdiff
path: root/rts/RtsStartup.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Kill EVENT_STARTUPBen Gamari2015-09-051-3/+0
* Fix for CAF retention when dynamically loading & unloading codeSimon Marlow2015-06-081-1/+5
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-071-12/+4
* compiler: fix trac issue #9817Marios Titas2014-12-101-1/+1
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+4
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+1
* rts: don't crash on 'hs_init(NULL, NULL)' in debug rtsSergei Trofimovich2014-10-101-3/+3
* rts: unrust 'libbfd' debug symbols parserSergei Trofimovich2014-10-051-0/+6
* Use LinkerInternals.h for exitLinker.Edward Z. Yang2014-10-011-1/+1
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: detabify/dewhitespace RtsStartup.cAustin Seipp2014-08-201-8/+8
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Fix Windows build (wibble to fix for Trac #4934)Simon Peyton Jones2014-06-111-1/+1
* Raise exceptions when blocked in bad FDs (fixes Trac #4934)Sergei Trofimovich2014-06-081-0/+1
* Per-capability nursery weak pointer lists, fixes #9075Edward Z. Yang2014-05-291-1/+4
* Only uninstall signal handlers if they were actually installed (#9068)Simon Marlow2014-05-161-2/+6
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-1/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+1
* Improve the shutdownHaskellAndSignal and add fast exitDuncan Coutts2013-11-141-9/+55
* Distinguish between hs-main cases when giving rtsopts advice.Edward Z. Yang2013-09-151-3/+12
* Maintain per-generation lists of weak pointers (#7847)Takano Akio2013-06-151-1/+5
* Kill dead code.Austin Seipp2013-05-121-27/+11
* Build fix for dyn way on Windows; patch from nusIan Lynagh2013-02-161-0/+1
* Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-141-2/+2
* Enable FileLock for win32 (#4363)Paolo Capriotti2012-05-081-5/+1
* Move getMonotonicUSec from base to the RTS.Paolo Capriotti2012-05-081-0/+3
* hs_init(): cope with argc and/or argv being NULL (#6006)Simon Marlow2012-04-271-1/+8
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* Make forkProcess work with +RTS -NSimon Marlow2011-12-061-1/+1
* Fix bug in flushStdHandles()Simon Marlow2011-11-241-1/+1
* Add a getStablePtr for flushStdHandles_closureSimon Marlow2011-11-171-0/+1
* Remove executable mode from some filesDavid Terei2011-11-161-0/+0
* Generate the C main() function when linking a binary (fixes #5373)Simon Marlow2011-11-161-1/+13
* fix dynamic way on Win32 (missing bits from flushStdHandles changes)Dimitrios Vytiniotis2011-11-091-1/+1
* Flush stdout and stderr during hs_exit() (#5594)Simon Marlow2011-11-081-0/+15
* Add a clock domain capset and emit wall clock time on rts initDuncan Coutts2011-10-261-0/+1
* 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