Move the context_switch flag into the Capability
[ghc-hetmet.git] / rts / posix / Signals.c
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2008-07-09 Simon MarlowFIX part of #2301, and #1619
2008-07-08 Simon MarlowANSI-ise a function declaration
2008-07-08 Simon Marlowremove old #ifdef SMP bits
2008-04-16 Simon MarlowReorganisation to fix problems related to the gct regis...
2007-07-04 Simon MarlowWe don't need a SIGCONT handler any more
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2006-12-30 sven.panne@aedion.deWarning police: Added missing #include
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-08-30 Simon Marlowadd sysErrorBelch() for reporting system call errors
2006-07-26 Simon Marlowmissed one symbol that needs a package name
2006-05-24 Simon MarlowBetter control of the IO manager thread; improvements...
2006-04-07 Simon MarlowReorganisation of the source tree