summaryrefslogtreecommitdiff
path: root/rts/posix/Signals.c
Commit message (Expand)AuthorAgeFilesLines
* RTS/IOManager: fix trac issue #9722.Andreas Voellmy2015-03-091-2/+15
* Fix #10017Andreas Voellmy2015-02-021-12/+0
* compiler: fix trac issue #9817Marios Titas2014-12-101-1/+1
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-2/+2
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-2/+2
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* Revert "Revert "rts/base: Fix #9423"" and resolve issue that caused the revert.Andreas Voellmy2014-09-161-30/+50
* Revert "rts/base: Fix #9423"Austin Seipp2014-08-221-50/+30
* rts/base: Fix #9423Andreas Voellmy2014-08-191-30/+50
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* rts: delint/detab/dewhitespace Signals.cAustin Seipp2014-07-281-62/+67
* Check return value of sigactionNicolas Trangez2014-04-271-1/+3
* In the SIGTSTP handler, throw SIGSTOP instead of re-throwing SIGTSTPSimon Marlow2012-01-031-14/+14
* Add a mutex around stg_sig_installSimon Marlow2011-12-121-19/+42
* remove duplicate getStablePtr (already done in hs_init())Simon Marlow2011-12-121-4/+0
* change a contextSwitchCapability() to interruptCapability()Simon Marlow2011-12-121-1/+1
* Make forkProcess work with +RTS -NSimon Marlow2011-12-061-5/+4
* SafeHaskell: Fix compilation errors.David Terei2011-06-171-1/+1
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-1/+1
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-2/+2
* catch SIGTSTP and save/restore terminal settings (#4460)Simon Marlow2011-01-071-0/+77
* Use an empty signal handler for SIGPIPE instead of SIG_IGNSimon Marlow2010-09-251-1/+12
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-241-27/+34
* Fix signal segfaults on Solaris (#3790)Simon Marlow2010-01-261-1/+8
* The rest of the #1185 patch (forkProcess and -threaded)Simon Marlow2009-11-131-1/+7
* Second attempt to fix #1185 (forkProcess and -threaded)Simon Marlow2009-11-111-4/+15
* Rollback #1185 fixSimon Marlow2009-11-061-7/+1
* Fix #1185 (RTS part, also needs corresponding change to libraries/base)Simon Marlow2009-11-031-1/+7
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-7/+4
* don't overwrite io_manager_pipe if it is already setSimon Marlow2009-04-231-1/+3
* check return value of write (quiets gcc)Simon Marlow2009-03-221-2/+6
* Instead of a separate context-switch flag, set HpLim to zeroSimon Marlow2009-03-131-1/+1
* #2860: remove redundant unblocking of signalsSimon Marlow2009-02-191-7/+0
* Rewrite of signal-handling (ghc patch; see also base and unix patches)Simon Marlow2009-02-191-85/+86
* bugfix: don't ingore the return value from rts_evalIO()Simon Marlow2008-11-041-1/+1
* Move the context_switch flag into the CapabilitySimon Marlow2008-09-191-2/+2
* FIX part of #2301, and #1619Simon Marlow2008-07-091-0/+27
* ANSI-ise a function declarationSimon Marlow2008-07-081-1/+1
* remove old #ifdef SMP bitsSimon Marlow2008-07-081-19/+0
* Reorganisation to fix problems related to the gct register variableSimon Marlow2008-04-161-3/+3
* We don't need a SIGCONT handler any moreSimon Marlow2007-07-041-29/+0
* Fix C/Haskell type mismatchesIan Lynagh2007-04-031-1/+1
* Warning police: Added missing #includesven.panne@aedion.de2006-12-301-0/+1
* Free more things that we allocate2006-12-16Ian Lynagh2006-12-151-0/+7
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-2/+0
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-0/+2
* add sysErrorBelch() for reporting system call errorsSimon Marlow2006-08-301-3/+3
* missed one symbol that needs a package nameSimon Marlow2006-07-261-1/+1
* Better control of the IO manager thread; improvements to deadlock checkingSimon Marlow2006-05-241-0/+38
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+510