2010-12-21 |
Simon Marlow | Fix Windows build |
tree | commitdiff |
2010-12-15 |
Simon Marlow | Implement stack chunks and separate TSO/STACK objects |
tree | commitdiff |
2010-12-08 |
Ian Lynagh | Fix Windows memory freeing: add a check for fb == NULL... |
tree | commitdiff |
2010-11-01 |
Ian Lynagh | On Windows, when returning memory to the OS, we try... |
tree | commitdiff |
2010-10-29 |
Ian Lynagh | Whitespace only, in rts/win32/OSMem.c |
tree | commitdiff |
2010-10-28 |
Ian Lynagh | Replace some exit(n) calls with stg_exit(n); fixes... |
tree | commitdiff |
2010-10-23 |
Ian Lynagh | Follow GHC.Bool/GHC.Types merge |
tree | commitdiff |
2010-09-19 |
Edward Z. Yang | Interruptible FFI calls with pthread_kill and CancelSyn... |
tree | commitdiff |
2010-09-15 |
Simon Marlow | errno corresponding to ERROR_NO_DATA should be EPIPE... |
tree | commitdiff |
2010-09-14 |
Simon Marlow | implement setThreadAffinity on Windows (#1741) |
tree | commitdiff |
2010-08-13 |
Ian Lynagh | Return memory to the OS; trac #698 |
tree | commitdiff |
2010-07-24 |
Johan Tibell | Integrate new I/O manager, with signal support |
tree | commitdiff |
2010-07-08 |
Simon Marlow | Win32 getProcessElapsedTime: use a higher-resolution... |
tree | commitdiff |
2010-04-20 |
Simon Marlow | Fix crash in non-threaded RTS on Windows |
tree | commitdiff |
2010-04-20 |
Simon Marlow | Expand the scope of the event_buf_mutex to cover io_man... |
tree | commitdiff |
2010-04-01 |
Simon Marlow | Make ioManagerDie() idempotent |
tree | commitdiff |
2010-03-30 |
Simon Marlow | avoid single quote in #error |
tree | commitdiff |
2010-01-27 |
Simon Marlow | Don't Terminate the ticker thread (#3748) |
tree | commitdiff |
2010-01-27 |
Simon Marlow | Win32 yieldThread(): use SwitchToThread() instead of... |
tree | commitdiff |
2010-01-27 |
Simon Marlow | fix warnings |
tree | commitdiff |
2009-11-23 |
Ben.Lippmeier@anu... | Windows DLLs: use DLL aware runSparks_closure instead... |
tree | commitdiff |
2009-11-17 |
Ben.Lippmeier@anu... | Windows DLLs: remove dup symbol from def file |
tree | commitdiff |
2009-11-11 |
Ben.Lippmeier@anu... | Windows DLLs: use one import lib for each DLL the RTS... |
tree | commitdiff |
2009-11-06 |
Ben.Lippmeier@anu... | Break recursive imports between the RTS and base librar... |
tree | commitdiff |
2009-11-12 |
Simon Marlow | Windows-specific fix for #1185 patch |
tree | commitdiff |
2009-08-03 |
Simon Marlow | Windows build fixes |
tree | commitdiff |
2009-08-03 |
Simon Marlow | Windows build fixes |
tree | commitdiff |
2009-08-02 |
Simon Marlow | RTS tidyup sweep, first phase |
tree | commitdiff |
2009-03-20 |
Austin Seipp | wibble in setExecutable |
tree | commitdiff |
2009-03-18 |
Simon Marlow | Set thread affinity with +RTS -qa (only on Linux so... |
tree | commitdiff |
2009-03-17 |
Simon Marlow | Add getNumberOfProcessors(), FIX MacOS X build problem... |
tree | commitdiff |
2009-03-11 |
Simon Marlow | avoid a crash: don't return unless the run queue has... |
tree | commitdiff |
2009-03-11 |
Simon Marlow | Fix #2992: don't create a named event |
tree | commitdiff |
2008-11-13 |
Simon Marlow | #2768: fix compatibility problem with newer version... |
tree | commitdiff |
2008-11-13 |
Simon Marlow | notice ^C exceptions when waiting for I/O |
tree | commitdiff |
2008-11-06 |
Simon Marlow | Cope with ThreadRelocated when traversing the blocked_queue |
tree | commitdiff |
2008-10-13 |
Clemens Fruhwirth | Build fixes for DLLized rts |
tree | commitdiff |
2008-07-09 |
Simon Marlow | FIX part of #2301, and #1619 |
tree | commitdiff |
2008-06-18 |
Simon Marlow | FIX BUILD on Windows |
tree | commitdiff |
2008-04-16 |
Simon Marlow | Reorganisation to fix problems related to the gct regis... |
tree | commitdiff |
2008-05-29 |
Simon Marlow | Make it less fatal to not call ioManagerStart() |
tree | commitdiff |
2007-12-04 |
Simon Marlow | protect console handler against concurrent access ... |
tree | commitdiff |
2007-11-25 |
Ian Lynagh | On Windows, Delete the CriticalSection's we Initialize |
tree | commitdiff |
2007-10-17 |
Simon Marlow | Refactoring: extract platform-specific code from sm... |
tree | commitdiff |
2007-10-17 |
Simon Marlow | fix an error message (barf -> sysErrorBelch) |
tree | commitdiff |
2007-09-03 |
Simon Marlow | remove debugging code |
tree | commitdiff |
2007-09-03 |
Simon Marlow | FIX #1623: disable the timer signal when the system... |
tree | commitdiff |
2007-08-29 |
Simon Marlow | Windows: remove the {Enter,Leave}CricialSection wrappers |
tree | commitdiff |
2007-08-24 |
Ian Lynagh | Jump through some hoops to make the Windows SEH excepti... |
tree | commitdiff |
2007-08-16 |
Ian Lynagh | Fix the threaded RTS on Windows |
tree | commitdiff |
2007-07-25 |
Simon Marlow | FIX #1177, partially at least. |
tree | commitdiff |
2007-04-03 |
Ian Lynagh | Fix C/Haskell type mismatches |
tree | commitdiff |
2007-03-02 |
Simon Marlow | Use timer_create() for the interval timer, if available |
tree | commitdiff |
2007-02-22 |
Ian Lynagh | Free thread local storage on shutdown |
tree | commitdiff |
2007-02-20 |
Simon Marlow | Fix sleep delay for the non-threaded Windows RTS |
tree | commitdiff |
2007-02-01 |
Simon Marlow | Partial fix for #926 |
tree | commitdiff |
2006-12-15 |
Ian Lynagh | Free more things that we allocate 2006-12-16 |
tree | commitdiff |
2006-12-01 |
Simon Marlow | Add support for the IO manager thread on Windows |
tree | commitdiff |
2006-12-01 |
Simon Marlow | Remove the Windows Async IO Manager completely in THREA... |
tree | commitdiff |
2006-11-15 |
Simon Marlow | remove unused includes, now that Storage.h & Stable... |
tree | commitdiff |
2006-10-16 |
sof@galois.com | mark stop event handle as invalid once closed, making... |
tree | commitdiff |
2006-11-01 |
sof@galois.com | add a few #includes to make it compile |
tree | commitdiff |
2006-08-30 |
Simon Marlow | add sysErrorBelch() for reporting system call errors |
tree | commitdiff |
2006-08-30 |
Simon Marlow | call ShutdownIOManager() before closing handles |
tree | commitdiff |
2006-08-29 |
Simon Marlow | oops, got the sense of the error case wrong |
tree | commitdiff |
2006-08-29 |
Simon Marlow | fix some rerrors in the worker counting |
tree | commitdiff |
2006-08-25 |
Simon Marlow | Free Win32 Handles on shutdown |
tree | commitdiff |
2006-08-23 |
Esa Ilari Vuokko | Add closeMutex and use it on clean up |
tree | commitdiff |
2006-08-13 |
Esa Ilari Vuokko | Remove few format-warnings by adding casts |
tree | commitdiff |
2006-06-06 |
simonmar@microsoft.com | markSignalHandlers(): implementation was unnecessary... |
tree | commitdiff |
2006-05-30 |
simonmar@microsoft.com | fix Win32 build |
tree | commitdiff |
2006-05-30 |
Simon Marlow | replace stgMallocBytesRWX() with our own allocator |
tree | commitdiff |
2006-04-07 |
Simon Marlow | Reorganisation of the source tree |
tree | commitdiff |
|