summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix build on FreeBSD; patch from Gabor PALIIan Lynagh2010-05-191-3/+4
* Fix #4074 (I hope).Simon Marlow2010-05-182-4/+22
* we don't have a gcc-lib in LIB_DIR any moreSimon Marlow2010-04-011-4/+0
* add missing initialisation for eventBufMutexSimon Marlow2010-05-141-0/+4
* fix !TABLES_NEXT_TO_CODESimon Marlow2010-05-101-1/+1
* Compacting GC fix, we forgot to thread the new bq field of StgTSO.Simon Marlow2010-05-101-0/+1
* Don't include inter-package dependencies when compiling with stage 0; #4031Ian Lynagh2010-05-091-1/+1
* Fix crash in nested callbacks (#4038)Simon Marlow2010-05-074-18/+18
* improvements to findPtr(), a neat hack for browsing the heap in gdbSimon Marlow2010-05-061-21/+24
* Fix +RTS -G1Simon Marlow2010-05-061-1/+3
* tidyup; no functional changesSimon Marlow2010-05-051-6/+1
* Make the running_finalizers flag task-localSimon Marlow2010-05-054-10/+23
* add a MAYBE_GC() in killThread#, fixes throwto003(threaded2) loopingSimon Marlow2010-05-051-0/+2
* BlockedOnMsgThrowTo is possible in resurrectThreads (#4030)Simon Marlow2010-05-051-0/+6
* Don't raise a throwTo when the target is masking and BlockedOnBlackHoleSimon Marlow2010-05-051-8/+14
* Fix some cpp warnings when building on FreeBSD; patch from Gabor PALIIan Lynagh2010-04-281-0/+8
* remove duplicate docs for -e in --help output (#4010)Simon Marlow2010-04-261-3/+0
* Use StgWord64 instead of ullongIan Lynagh2010-04-218-72/+121
* Fix crash in non-threaded RTS on WindowsSimon Marlow2010-04-202-9/+13
* Expand the scope of the event_buf_mutex to cover io_manager_eventSimon Marlow2010-04-201-15/+26
* Handle IND_STATIC in isRetainerIan Lynagh2010-04-092-2/+8
* Fix for derefing ThreadRelocated TSOs in MVar operationsSimon Marlow2010-04-074-40/+73
* sanity check fixSimon Marlow2010-04-071-1/+3
* get the reg liveness right in the putMVar# heap checkSimon Marlow2010-04-071-1/+1
* initialise the headers of MSG_BLACKHOLE objects properlySimon Marlow2010-04-071-1/+1
* initialise the headers of MVAR_TSO_QUEUE objects properlySimon Marlow2010-04-071-2/+2
* undo debugging codeSimon Marlow2010-04-061-3/+2
* putMVar#: fix reg liveness in the heap checkSimon Marlow2010-04-061-1/+1
* don't forget to deRefTSO() in tryWakeupThread()Simon Marlow2010-04-061-1/+2
* Fix bug in popRunQueueSimon Marlow2010-04-061-1/+3
* fix bug in migrateThread()Simon Marlow2010-04-011-1/+1
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-0115-113/+8
* Change the representation of the MVar blocked queueSimon Marlow2010-04-0112-424/+336
* Make ioManagerDie() idempotentSimon Marlow2010-04-011-0/+4
* Move a thread to the front of the run queue when another thread blocks on itSimon Marlow2010-03-298-36/+114
* change throwTo to use tryWakeupThread rather than unblockOneSimon Marlow2010-03-294-36/+49
* tiny GC optimisationSimon Marlow2010-03-293-11/+10
* New implementation of BLACKHOLEsSimon Marlow2010-03-2934-799/+1081
* Fix warnings (allow pushOnRunQueue() to not be inlined)Simon Marlow2010-04-011-1/+4
* remove out of date commentSimon Marlow2010-04-011-3/+0
* tidy up spacing in stderr tracesSimon Marlow2010-03-261-2/+2
* Fix an assertion that was not safe when running in parallelSimon Marlow2010-03-251-3/+12
* Keep gcc 4.5 happySimon Marlow2010-03-301-37/+42
* Fix warning compiling Linker.c for PPC Macnaur@post11.tele.dk2010-04-031-1/+2
* fix a non-portable printf formatSimon Marlow2010-03-301-2/+2
* avoid single quote in #errorSimon Marlow2010-03-301-1/+1
* use FMT_Word64 instead of locally-defined versionSimon Marlow2010-03-301-8/+1
* avoid a fork deadlock (see comments)Simon Marlow2010-03-291-0/+7
* tidy up the end of the all_tasks list after forkingSimon Marlow2010-03-291-0/+1
* Add a 'setKeepCAFs' external function (#3900)Simon Marlow2010-03-291-2/+7