summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* optimise isAlive()Simon Marlow2007-10-121-14/+14
* accounting wibble: we were missing an alloc_blocks++ in allocateLocal()Simon Marlow2007-10-121-0/+1
* threadStackOverflow should be using allocateLocalSimon Marlow2007-10-121-1/+1
* Add a proper write barrier for MVarsSimon Marlow2007-10-1117-64/+160
* we need to #include "Stg.h" first, we can't rely on GHC to inject itSimon Marlow2007-10-101-0/+1
* GHCi: use non-updatable thunks for breakpointsSimon Marlow2007-10-102-1/+82
* export n_capabilities, see #1733Simon Marlow2007-10-091-0/+1
* also call initMutex on every task->lock, see #1391Simon Marlow2007-10-091-0/+3
* FIX validate for PPC Mac OS X - Linker.cThorkil Naur2007-10-051-1/+1
* FIX validate for PPC Mac OS X - Evac.hThorkil Naur2007-10-051-1/+10
* FIX BUILD FD_SETSIZE signedjochemberndsen@dse.nl2007-09-271-2/+6
* FIX BUILD addDLL returns const char*jochemberndsen@dse.nl2007-09-271-2/+2
* also acquire/release task->lock across fork()Simon Marlow2007-09-271-0/+3
* Add STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so we get -I../includes for ...Ian Lynagh2007-09-261-1/+1
* fix to previous fix to THUNK_SELECTOR machinery2007-09-25Simon Marlow2007-09-251-19/+22
* FIX #1038: failure of selector-thunk machinery to do its jobSimon Marlow2007-09-171-213/+146
* attempt to fix #1391, hold locks across fork() and initialize them in the childSimon Marlow2007-09-141-0/+15
* add support for EM_AMD64 elf machine type, openbsd/amd64 ghci worksDon Stewart2007-09-161-1/+5
* patch Linker.c for amd64/openbsdDon Stewart2007-09-161-5/+14
* Writing out .tix file only if you are the original process, not a child.andy@galois.com2007-09-171-2/+11
* removing the functions hs_hpc_read and hs_hpc_write inside Hpc.c, they are de...andy@galois.com2007-09-171-38/+0
* avoid platform dependencies: my_uintptr_t ==> StgWordSimon Marlow2007-09-171-13/+5
* Keep valgrind happy when calling timer_createsven.panne@aedion.de2007-09-161-0/+5
* export stopTimer(), we need this in the unix packageSimon Marlow2007-09-121-0/+1
* Weak.c incorrectly claims it's being compiled along RTS Main.cClemens Fruhwirth2007-08-061-1/+0
* FIX #1466 (partly), which was causing concprog001(ghci) to failSimon Marlow2007-09-111-1/+3
* Add a BeConservative setting to the make systemIan Lynagh2007-09-102-1/+5
* The RTS is Haddock-less, tell make about itsven.panne@aedion.de2007-09-101-0/+5
* Fix OS X warningsRoman Leshchinskiy2007-09-061-1/+2
* Declare ctime_r on Mac OSRoman Leshchinskiy2007-09-061-0/+7
* {Enter,Leave}CriticalSection imports should be outside #ifdef __PIC__Simon Marlow2007-09-053-5/+5
* Use dlsym on OS X if availableRoman Leshchinskiy2007-09-051-0/+15
* FIX: Correct Leave/EnterCriticalSection importsManuel M T Chakravarty2007-09-053-6/+6
* put the @N suffix on stdcall foreign calls in .cmm codeSimon Marlow2007-09-043-0/+6
* Fix building RTS with gcc 2.*; declare all variables at the top of a blockIan Lynagh2007-09-035-22/+35
* fix build (sorry, forgot to push with previous patch)Simon Marlow2007-09-031-8/+14
* remove debugging codeSimon Marlow2007-09-031-2/+0
* FIX #1623: disable the timer signal when the system is idle (threaded RTS only)Simon Marlow2007-09-037-57/+146
* FIX #1648: rts_mkWord64 was missingSimon Marlow2007-09-031-2/+8
* bump MAX_THUNK_SELECTOR_DEPTH from 8 to 16Simon Marlow2007-09-031-1/+1
* Suppress some warnings on WindowsIan Lynagh2007-09-021-0/+7
* Fix and supress some warnings, and turn on -Werror when validatingIan Lynagh2007-09-022-1/+16
* Windows: give a better error message when running out of memorySimon Marlow2007-08-301-2/+7
* improvements to findPtr(), a useful hack for space-leak debugging in gdbSimon Marlow2007-08-291-18/+32
* Windows: remove the {Enter,Leave}CricialSection wrappersSimon Marlow2007-08-294-13/+5
* Fix retainer profilingBefore_type_family_mergeIan Lynagh2007-08-261-1/+1
* Fix the IF_DEBUG(interpreter in StgCRun.cIan Lynagh2007-08-251-2/+0
* Jump through some hoops to make the Windows SEH exception stuff happyIan Lynagh2007-08-244-8/+30
* freeProfiling1() needs to be after endProfiling()Simon Marlow2007-08-241-2/+1
* FIX #1519, crash in biographical profilingSimon Marlow2007-08-241-1/+1