summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix line endings in rts/win32/ThrIOManager.cIan Lynagh2013-02-171-159/+159
* Finish removing BootingFromHcIan Lynagh2013-02-171-4/+0
* Small refactoring; patch from nusIan Lynagh2013-02-161-9/+1
* Build fix for dyn way on Windows; patch from nusIan Lynagh2013-02-164-1/+4
* removeIndirections: look through BLACKHOLE indirectionsSimon Marlow2013-02-141-19/+27
* isAlive needs to look through BLACKHOLE indirectionsSimon Marlow2013-02-141-0/+8
* small tidyups and refactoringsSimon Marlow2013-02-141-132/+106
* Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-1411-230/+337
* Simplify the allocation stats accountingSimon Marlow2013-02-146-79/+66
* Fixes to the rts C flags for the debug waySimon Marlow2013-02-141-1/+1
* Adding missing symbol in rts/package.conf.in.Kazu Yamamoto2013-02-111-0/+1
* Changed ioManagerCapabilitiesChanged to take no arguments.Andreas Voellmy2013-02-111-3/+1
* setNumCapabilities calls GHC.Conc.IO.ioManagerCapabilitiesChanged before retu...Andreas Voellmy2013-02-113-0/+10
* Added RTS hooks for the timer manager.Andreas Voellmy2013-02-112-0/+16
* commentsSimon Marlow2013-02-071-1/+11
* Tidy up tso->stackobj before calling threadStackUnderflow (#7636)Simon Marlow2013-02-071-0/+1
* Fix threadDelay on Windows; fixes ThreadDelay001 failuresIan Lynagh2013-02-061-2/+24
* Use usecs rather than msecs for microsecondsIan Lynagh2013-02-054-10/+10
* some more typosGabor Greif2013-02-021-1/+1
* Always pass vector values on the stack.Geoffrey Mainland2013-02-011-0/+3
* fix warningsSimon Marlow2013-01-301-2/+3
* STM: Only wake up onceBen Gamari2013-01-302-5/+23
* Schedule.h: Fix path of include file in commentBen Gamari2013-01-301-1/+1
* Patch for #7628: improve error message when mixing 32 and 64 bit images (on M...Andy Adams-Moran2013-01-291-4/+8
* use GhcRtsHcOpts and GhcRtsCcOpts for the debug way tooSimon Marlow2013-01-291-5/+5
* Fix documentation bug: TSOs are *not* unconditionally kept on the mutable list.Edward Z. Yang2013-01-271-1/+1
* fix rts/Linker compilation issues on AMD64/Solaris platformSimon Marlow2013-01-231-0/+1
* Solaris: do not use timer_createSimon Marlow2013-01-231-0/+18
* Expose genericRaise; fixes signals004(dyn) no OS X 32Ian Lynagh2013-01-171-3/+0
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-01-175-16/+12
|\
| * Hopefully fix breakage on OS X w/ LLVMSimon Marlow2013-01-175-16/+12
* | Use pthread_kill on OS X tooIan Lynagh2013-01-171-1/+1
* | Expose the prototype for getMonotonicNSecIan Lynagh2013-01-171-1/+0
|/
* make it safe to include this after GCTDecl.hSimon Marlow2013-01-171-4/+4
* Rearrange includes to avoid a clash on ARM/LinuxSimon Marlow2013-01-171-12/+13
* Better abstraction over run queues.Edward Z. Yang2013-01-164-14/+41
* fix disassembler after removal of size field in bco->instrs (#7518)Simon Marlow2013-01-091-2/+2
* remove unnecessary size field in BCO (#7518)Simon Marlow2013-01-091-3/+1
* Add a -rpath entry for the RTS library, so that it can find libffiIan Lynagh2013-01-041-0/+4
* A better fix for #7493 (see comment for details)Simon Marlow2012-12-181-20/+44
* Revert "Fix a bug in the handling of nested orElse"Simon Marlow2012-12-181-21/+3
* Make enabled_capabilities visible (fixes dynamic linking)Simon Marlow2012-12-131-2/+1
* add enabled_capabilities (#7491)Simon Marlow2012-12-111-0/+1
* Fix a bug in the handling of nested orElseSimon Marlow2012-12-101-3/+21
* Mac OS X 10.6 needed for pthread_threadid_np(), fixes #7356Ian Lynagh2012-12-011-1/+2
* Link in-tree libffi to rts. Fixes trac #5743.Peter Trommler2012-11-301-0/+6
* libffi build system tweaksIan Lynagh2012-11-301-1/+4
* Add configure option to use system provided libffi; fixes #5743Ian Lynagh2012-11-292-5/+40
* typoGabor Greif2012-11-231-2/+2
* Add a write barrier for TVAR closuresSimon Marlow2012-11-1620-50/+188