summaryrefslogtreecommitdiff
path: root/rts/RtsStartup.c
Commit message (Expand)AuthorAgeFilesLines
* Reset FPU precision back to MSVCRT defaultsTamar Christina2016-12-151-4/+30
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+3
* Use C99's boolBen Gamari2016-11-291-6/+6
* remove unnecessary ifdefSimon Marlow2016-10-181-2/+0
* Support more than 64 logical processors on WindowsTamar Christina2016-10-011-0/+5
* Expose hs_exit_(rtsFalse) as hs_exit_nowait()Simon Marlow2016-09-231-0/+8
* shutdownHaskellAndExit: just do a normal hs_exit() (#5402)Simon Marlow2016-09-231-4/+0
* Compact RegionsGiovanni Campagna2016-07-201-0/+1
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-1/+1
* rts/itimer/pthread: Stop timer when ticker is stoppedBen Gamari2016-05-011-1/+6
* Close ticky profiling file stream after printing (#9405)Flaviu Andrei Csernik2016-03-241-0/+3
* rts: Add LibdwPool, a pool for libdw sessionsBen Gamari2015-11-231-0/+4
* rts: Kill PAPI supportBen Gamari2015-11-181-13/+0
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-5/+1
* 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