summaryrefslogtreecommitdiff
path: root/rts/posix
Commit message (Expand)AuthorAgeFilesLines
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-2/+2
* Include kfreebsdgnu in the list of Target Platforms.Marco Silva2011-01-181-1/+1
* catch SIGTSTP and save/restore terminal settings (#4460)Simon Marlow2011-01-071-0/+77
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-9/+1
* Export the value of the signal used by scheduler (#4504)Dmitry Astapov2010-12-081-0/+6
* Remove references to Haskell 98Ian Lynagh2010-11-232-2/+2
* On Windows, when returning memory to the OS, we try to release itIan Lynagh2010-11-011-0/+4
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-0/+10
* give a better error message in the non-threaded RTS for out-of-range FDsSimon Marlow2010-09-291-2/+10
* Use an empty signal handler for SIGPIPE instead of SIG_IGNSimon Marlow2010-09-251-1/+12
* Fix getThreadCPUTime()Simon Marlow2010-09-131-10/+19
* Use clock_gettime (if available) to measure the process CPU timeSimon Marlow2010-09-131-4/+26
* Return memory to the OS; trac #698Ian Lynagh2010-08-131-24/+10
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-241-27/+34
* Test for (fd < 0) before trying to FD_SET itIan Lynagh2010-08-041-2/+2
* Add thread affinity support for FreeBSDGabor Pali2010-07-201-2/+31
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* undo debugging codeSimon Marlow2010-04-061-3/+2
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-2/+3
* Cast to (void*) to stifle warning about signednessbenl@cse.unsw.edu.au2010-02-031-2/+2
* Don't Terminate the ticker thread (#3748)Simon Marlow2010-01-271-1/+1
* Fix signal segfaults on Solaris (#3790)Simon Marlow2010-01-261-1/+8
* Partial support for Haiku (#3727)Simon Marlow2009-12-211-1/+1
* #include <sys/select.h> if we have it (#3760)Simon Marlow2009-12-161-0/+4
* The rest of the #1185 patch (forkProcess and -threaded)Simon Marlow2009-11-132-1/+9
* Second attempt to fix #1185 (forkProcess and -threaded)Simon Marlow2009-11-111-4/+15
* Rollback #1185 fixSimon Marlow2009-11-062-9/+1
* Fix #1185 (RTS part, also needs corresponding change to libraries/base)Simon Marlow2009-11-032-1/+9
* FIX #711 implement osFreeAllMBlocks for unixAustin Seipp2009-09-101-3/+28
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-054-6/+9
* add #include <sys/types.h> (hopefully fixes OS X build)Simon Marlow2009-08-061-1/+2
* RTS tidyup sweep, first phaseSimon Marlow2009-08-0211-71/+123
* 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
* Please the -Wall police by moving a variable declaration; really FIX getNumbe...Austin Seipp2009-03-201-1/+1
* wibble in setExecutableAustin Seipp2009-03-201-1/+1
* FIX getNumberOfProcessors() on MacOS XAustin Seipp2009-03-181-0/+9
* Fix bug in setThreadAffinity() (Linux)Simon Marlow2009-03-201-1/+1
* Implement setThreadAffinity for Mac OS X (from 10.5)Manuel M T Chakravarty2009-03-201-2/+27
* wibble for getNumberOfProcessorsSimon Marlow2009-03-181-0/+4
* Set thread affinity with +RTS -qa (only on Linux so far)Simon Marlow2009-03-181-1/+26
* Add getNumberOfProcessors(), FIX MacOS X build problem (hopefully)Simon Marlow2009-03-171-0/+18
* cope with ThreadRelocated on the sleeping_queueSimon Marlow2009-02-171-2/+8
* 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-192-87/+92
* Handle the case where setitimer(ITIMER_VIRTUAL) is not always availableIan Lynagh2009-02-081-1/+2
* Always use PTHREAD_MUTEX_ERRORCHECK to create mutexes when -DDEBUGIan Lynagh2009-01-181-4/+0
* Use error-checking mutexes on all platforms when DEBUG is onIan Lynagh2009-01-171-1/+5