summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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