summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
...
* Eventlog: Put correct size for startup eventscpmw@leeds.ac.uk2010-11-051-1/+4
* Build system tweak: Inline DQ now it's the same on all platformsIan Lynagh2010-11-141-20/+17
* Fix up the ifdefs in Task.cIan Lynagh2010-11-131-0/+4
* Use standard task ID print style (hexadecimal).Edward Z. Yang2010-11-111-12/+12
* On Windows, when returning memory to the OS, we try to release itIan Lynagh2010-11-014-3/+94
* Whitespace only, in rts/win32/OSMem.cIan Lynagh2010-10-291-20/+20
* Uncomment and fix an OS X linker debug printIan Lynagh2010-10-291-1/+1
* fix bugs in tryTakeMVar/tryPutMVarSimon Marlow2010-10-291-3/+3
* Comment out bogus debug line that broke build on OSXbenl@ouroborus.net2010-10-291-1/+1
* Replace some exit(n) calls with stg_exit(n); fixes trac #4445Ian Lynagh2010-10-284-8/+8
* commentSimon Marlow2010-10-131-0/+13
* Fix for #4318 (Linker failure on OS X 10.6)gwright@antiope.com2010-10-261-27/+89
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-235-16/+16
* Fix a retainer profiling segfaultIan Lynagh2010-10-191-1/+1
* New member "archiveMemberName" for struct _ObjectCodepho@cielonegro.org2010-09-272-21/+81
* minor refactoringSimon Marlow2010-09-261-21/+19
* Fix for interruptible FFI handlingSimon Marlow2010-09-252-11/+3
* interruptible FFI: more robust handling of the exception case in the interpreterSimon Marlow2010-09-251-5/+6
* Don't interrupt when task blocks exceptions, don't immediately start exception.Edward Z. Yang2010-09-254-5/+23
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-199-17/+85
* give a better error message in the non-threaded RTS for out-of-range FDsSimon Marlow2010-09-291-2/+10
* Fix a very rare crash in GHCiSimon Marlow2010-10-051-13/+11
* remove unnecessary stg_noForceIO (#3508)Simon Marlow2010-09-244-30/+6
* Use an empty signal handler for SIGPIPE instead of SIG_IGNSimon Marlow2010-09-251-1/+12
* Fix the Windows __chkstk build error (missing Linker symbol)Simon Marlow2010-09-241-10/+4
* Fix indexing error in archive loaderIan Lynagh2010-09-211-1/+1
* Add some -Dl belchesIan Lynagh2010-09-211-0/+8
* Add casts to fix warningsIan Lynagh2010-09-211-2/+2
* Add support for BSD-variant large filenames in .a archivesIan Lynagh2010-09-211-11/+40
* Add a dependency that my OS X build has recently started tripping up overIan Lynagh2010-09-201-1/+1
* Implement archive loading for ghciIan Lynagh2010-09-202-36/+203
* errno corresponding to ERROR_NO_DATA should be EPIPE (non-threaded RTS)Simon Marlow2010-09-151-1/+10
* Windows: use a thread-local variable for myTask()Simon Marlow2010-09-152-3/+6
* implement setThreadAffinity on Windows (#1741)Simon Marlow2010-09-141-2/+19
* COFF: cope with new debug sections in gcc 4.x (fixes ghciprog004)Simon Marlow2010-09-141-18/+69
* rts_isProfiled should be a visible API (fixes T2615(dyn))Simon Marlow2010-09-151-2/+0
* Fix the "lost due to fragmentation" calculationSimon Marlow2010-09-141-1/+1
* fix +RTS -S output: use peak_mblocks_allocated, now that mblocks can be freedSimon Marlow2010-09-141-2/+2
* Fix getThreadCPUTime()Simon Marlow2010-09-131-10/+19
* Don't include GC time in heap profiles (#4225)Simon Marlow2010-09-131-11/+11
* Use clock_gettime (if available) to measure the process CPU timeSimon Marlow2010-09-131-4/+26
* make stg_arg_bitmaps public, and available via the GHCi linker (#3672)Simon Marlow2010-09-132-3/+1
* newAlignedPinnedByteArray#: avoid allocating an extra word sometimesSimon Marlow2010-09-091-0/+5
* Remove "-dynload wrapper"; fixes trac #4275Ian Lynagh2010-09-082-411/+0
* Don't set visibility on WindowsIan Lynagh2010-09-052-2/+5
* Fix for nursery resizing: the first block's back pointer should be NULLSimon Marlow2010-08-271-0/+2
* FIX BUILD: add rts_isProfiled to the symbol tableSimon Marlow2010-08-261-0/+1
* Remove the debugging memory allocator - valgrind does a better jobSimon Marlow2010-08-242-157/+0
* free the entries in the thread label table on exitSimon Marlow2010-08-242-3/+2
* Add a couple of missing tests for EAGER_BLACKHOLESimon Marlow2010-08-232-0/+2