summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* When waking up thread blocked on TVars, wake oldest first (#2319)Josef Svenningsson2008-10-101-2/+10
* add readTVarIO :: TVar a -> IO aSimon Marlow2008-10-102-0/+12
* atomicModifyIORef: use a local cas() instead of the global lockSimon Marlow2008-10-081-13/+16
* Fix bindist creation: Only the main RTS was being put in the bindistsIan Lynagh2008-10-091-2/+6
* undo incorrect assertion, and fix commentsSimon Marlow2008-10-091-9/+2
* remove old GRAN/PARALLEL_HASKELL codeSimon Marlow2008-10-091-153/+0
* Turn libffi into a Haskell packageClemens Fruhwirth2008-10-081-3/+1
* add comments and an ASSERT_LOCK_HELD()Simon Marlow2008-10-081-0/+9
* Fix #2663: we had a hard-wired capabilities[0]Simon Marlow2008-10-081-5/+4
* Fix #1955 for heap profiles generated by +RTS -hTSimon Marlow2008-10-031-2/+19
* Change suffix for dyn. linked executables from _real to .dynClemens Fruhwirth2008-10-071-1/+1
* add some more GC roots (fixes conc048, and possibly some others)Simon Marlow2008-10-011-2/+10
* Fix #2637: conc032(threaded2) failureSimon Marlow2008-10-011-38/+52
* Remover PROT_EXEC flag from mmap()Simon Marlow2008-09-301-2/+2
* fix #2594: we were erroneously applying masks, as the reporter suggestedSimon Marlow2008-09-301-3/+3
* Fix #2411: missing case for CATCH_STM_FRAME in raiseAsync()Simon Marlow2008-09-261-0/+1
* clean sm/Evac_thr.c and sm/Scav_thr.cSimon Marlow2008-09-221-0/+1
* On Linux use libffi for allocating executable memory (fixed #738)Simon Marlow2008-09-193-16/+59
* Move the context_switch flag into the CapabilitySimon Marlow2008-09-1910-26/+37
* Don't put the mingw directory in RTS's package.confIan Lynagh2008-09-181-3/+0
* Fix a warningSimon Marlow2008-09-161-1/+1
* Stop using mremap() to allocate space for trampolinesSimon Marlow2008-09-151-35/+25
* Fix #2586, bug in THUNK_SELECTORs (again)Simon Marlow2008-09-121-0/+5
* Fix crash in biographical heap profiling (#2576)2008-09-12_22008-09-12Simon Marlow2008-09-121-1/+1
* Fix retainer profiling (#2576)Simon Marlow2008-09-121-1/+1
* Fix some bugs in the stack-reducing code (#2571)Simon Marlow2008-09-123-15/+24
* Use OSThreadProcAttr for workerStartIan Lynagh2008-09-112-2/+4
* In stgReallocForGMP, we need to copy min(old_size,new_size)Ian Lynagh2008-09-111-1/+3
* Fix debug message formatting on Windowssimonpj@microsoft.com2008-09-101-1/+1
* when a memory leak is detected, report which blocks are unreachableSimon Marlow2008-09-095-4/+182
* Separate pruning from marking of spark poolsSimon Marlow2008-09-094-11/+19
* un-disable warnings in some modulesSimon Marlow2008-09-091-3/+0
* Fix warningsSimon Marlow2008-09-091-4/+3
* More sanity checking for the TSO write barrierSimon Marlow2008-09-093-1/+28
* Move checkGlobalTSOList() call from GarbageCollect() to checkSanity()Simon Marlow2008-09-092-2/+8
* small bugfix in traverseBlackHoleQueue()Simon Marlow2008-09-091-1/+5
* Fix race condition in wakeupThreadOnCapability() (#2574)Simon Marlow2008-09-095-54/+39
* Fix compacting GC bug: don't forget to thread the blackhole_queueSimon Marlow2008-09-091-0/+3
* Capability stopping when waiting for GCberthold@mathematik.uni-marburg.de2008-08-193-2/+35
* Scheduler code cleanupberthold@mathematik.uni-marburg.de2008-09-021-708/+96
* Fix parallel GC bug (crash in concprog001(threaded2))Simon Marlow2008-09-081-10/+16
* Make LOOKS_LIKE_{INFO,CLOSURE}_PTR into inline functions, instead of macrosSimon Marlow2008-09-082-5/+5
* FIX BUILD on non-WindowsSimon Marlow2008-09-081-4/+5
* add (c) Lennart Augustsson (part of #740)Simon Marlow2008-09-081-0/+1
* sysErrorBelch: don't put an extra \n on WindowsSimon Marlow2008-09-031-0/+5
* Windows: print an error message in addDLLSimon Marlow2008-09-031-8/+20
* Add extern flag to avoid multiple symbol errors on Mac os Xdaniel@phasevelocity.org2008-08-222-3/+3
* FIX #2554: GHC.TopHandler.{runIO,runNonIO} should be GC rootsSimon Marlow2008-09-022-0/+10
* Fix references to exceptions from the RTSIan Lynagh2008-08-213-13/+11
* It doesn't look like HSprel.def is used any moreIan Lynagh2008-08-211-28/+0