summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix validate on OS X 64Ian Lynagh2011-01-241-2/+3
* Remove use of non-existent $$(dir) variable in the rts ghc.mkIan Lynagh2011-01-231-1/+1
* Tweak some deps to avoid multiple $(wildcard ...)sIan Lynagh2011-01-231-1/+1
* Use := when assigning the result of $(wildcard ...)Ian Lynagh2011-01-221-3/+4
* Include kfreebsdgnu in the list of Target Platforms.Marco Silva2011-01-182-6/+7
* Turn off dtrace unless you override USE_DTRACEIan Lynagh2011-01-161-3/+3
* catch SIGTSTP and save/restore terminal settings (#4460)Simon Marlow2011-01-071-0/+77
* comment updatesSimon Marlow2011-01-071-2/+2
* Fix #4829 (build does not respect --with-gcc option)gwright@antiope.com2010-12-211-1/+6
* Count allocations more accuratelySimon Marlow2010-12-214-44/+46
* boundTaskExiting: don't set task->stopped unless this is the last call (#4850)Simon Marlow2010-12-211-2/+8
* releaseCapabilityAndQueueWorker: task->stopped should be false (#4850)Simon Marlow2010-12-211-1/+5
* Fix Windows buildSimon Marlow2010-12-211-1/+1
* raiseExceptionHelper: update tso->stackobj->sp before calling threadStackOver...Simon Marlow2010-12-211-0/+1
* fix warningSimon Marlow2010-12-161-1/+1
* Whitespace-only in rts/Linker.cIan Lynagh2010-12-171-918/+918
* Add some casts to fix warnings; patch from Greg WrightIan Lynagh2010-12-171-4/+4
* do not compile part of shared lib RTS with -fno-PIC on SolarisKarel Gardas2010-12-171-3/+22
* fix #3910Simon Marlow2010-12-161-9/+20
* remove an optimisation that wasn'tSimon Marlow2010-12-151-1/+0
* fix a warningSimon Marlow2010-12-161-1/+1
* remove dead codeSimon Marlow2010-12-161-38/+0
* fix retainer profiling: add missing case for TSOSimon Marlow2010-12-161-0/+17
* add a missing STACK caseSimon Marlow2010-12-161-0/+1
* fix for large stack allocationsSimon Marlow2010-12-151-6/+26
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-1534-829/+773
* fix another sanity error, and refactor/tidy upSimon Marlow2010-12-091-9/+8
* Only reset the event log if logging is turned on (addendum to #4512)Simon Marlow2010-12-103-4/+13
* allocate enough room for the longer filename (addendum to #4512)Simon Marlow2010-12-101-1/+3
* Fix Windows build: move rtsTimerSignal to the POSIX-only sectionSimon Marlow2010-12-101-2/+2
* Catch too-large allocations and emit an error message (#4505)Simon Marlow2010-12-091-0/+4
* Export the value of the signal used by scheduler (#4504)Dmitry Astapov2010-12-082-0/+7
* Fix Windows memory freeing: add a check for fb == NULL; fixes trac #4506Ian Lynagh2010-12-081-40/+51
* Fixes for #4512: EventLog.c - provides ability to terminate event logging, Sc...Dmitry Astapov2010-12-033-4/+51
* throwTo: report the why_blocked value in the barf()Simon Marlow2010-12-031-1/+1
* handle ThreadMigrating in throwTo() (#4811)Simon Marlow2010-12-031-0/+12
* removeThreadFromQueue: stub out the link field before returning (#4813)Simon Marlow2010-12-021-1/+4
* small tidyupSimon Marlow2010-11-261-4/+2
* FIX #1845 (unconditional relative branch out of range)pho@cielonegro.org2010-11-301-1/+12
* rts/Linker.c (loadArchive):pho@cielonegro.org2010-11-301-2/+10
* rts/Linker.c (machoGetMisalignment):pho@cielonegro.org2010-11-301-9/+12
* rts/Linker.c (ocFlushInstructionCache):pho@cielonegro.org2010-11-301-5/+12
* Add GNU-variant support to the .a parser, and other improvements/tidyupsIan Lynagh2010-11-271-44/+149
* Re-indent onlyIan Lynagh2010-11-271-133/+137
* Improve linker debugging for archive filesIan Lynagh2010-11-271-1/+5
* Always enable the archive-loading codeIan Lynagh2010-11-272-15/+9
* Keep a maximum of 6 spare worker threads per Capability (#4262)Simon Marlow2010-11-253-11/+31
* Remove references to Haskell 98Ian Lynagh2010-11-233-3/+3
* Add a configure test for the visibility hidden attributeIan Lynagh2010-11-232-2/+2
* sanity: fix places where we weren't filling fresh memory with 0xaaSimon Marlow2010-10-291-0/+2