summaryrefslogtreecommitdiff
path: root/rts/posix
Commit message (Expand)AuthorAgeFilesLines
* Raise exceptions when blocked in bad FDs (fixes Trac #4934)Sergei Trofimovich2014-06-081-46/+133
* Check return value of sigactionNicolas Trangez2014-04-271-1/+3
* Test return value of clock_gettime() for errors.Simon Marlow2014-04-041-3/+13
* Fix typo in error messageHerbert Valerio Riedel2014-01-111-1/+1
* Extend getPhysicalMemorySize to iOS (#8533)Austin Seipp2013-11-221-1/+1
* Fix getPhysicalMemorySize on OS X (#8481)Austin Seipp2013-10-261-3/+19
* rts: Add getPhysicalMemorySizeBen Gamari2013-10-251-0/+20
* Nuke tabs in rts/posix/OSMem.cAustin Seipp2013-09-141-31/+31
* Fix getPageSize to actually cache the page size.Austin Seipp2013-09-141-7/+8
* Treat EPERM error from mmap as an OOM (#7500)Reid Barton2013-08-291-0/+21
* Revert "Check for integer overflow in osGetMBlocks"Austin Seipp2013-08-291-12/+1
* Revert "Paranoid integer overflow check in my_mmap"Austin Seipp2013-08-291-3/+0
* Revert "Paranoid integer overflow check in osGetMBlocks"Austin Seipp2013-08-291-2/+1
* Paranoid integer overflow check in osGetMBlocksReid Barton2013-08-291-1/+2
* Paranoid integer overflow check in my_mmapReid Barton2013-08-291-0/+3
* Check for integer overflow in osGetMBlocksReid Barton2013-08-291-1/+12
* Use a pthread-based implementation of Itimer.c on iOSIan Lynagh2013-04-211-5/+50
* Make the #includes a little more correct in OSThreads.cIan Lynagh2013-03-011-1/+3
* some more typosGabor Greif2013-02-021-1/+1
* Solaris: do not use timer_createSimon Marlow2013-01-231-0/+18
* Mac OS X 10.6 needed for pthread_threadid_np(), fixes #7356Ian Lynagh2012-12-011-1/+2
* rts: Ignore signal before deleting timer. Fixes #7303.Erik de Castro Lopo2012-10-141-0/+3
* Revert "Disable the timer signal while blocked in select() (#5991)"Simon Marlow2012-09-241-13/+4
* More OS X build fixesIan Lynagh2012-09-142-3/+3
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-6/+6
* Fix build with FreeBSD versions earlier than 9.0Gabor Pali2012-08-231-1/+5
* Add cast to placate gcc 4.6 on linux-powerpc (#7113).Erik de Castro Lopo2012-08-091-1/+1
* Fix #7087 (integer overflow in getDelayTarget())Simon Marlow2012-07-311-3/+12
* Fix build on OS XIan Lynagh2012-07-151-0/+4
* Add some casts to fix warningsIan Lynagh2012-07-141-1/+1
* New functions to get kernel thread Id + serialisable task IdDuncan Coutts2012-07-071-0/+26
* Fix problems with getMonotonicNSec on OS XIan Lynagh2012-05-261-3/+5
* Enable FileLock for win32 (#4363)Paolo Capriotti2012-05-082-160/+0
* Move getMonotonicUSec from base to the RTS.Paolo Capriotti2012-05-081-12/+24
* Fixes for x86/LinuxIan Lynagh2012-04-301-1/+1
* Use monotonic time function for darwin (#5865)Paolo Capriotti2012-04-162-0/+14
* Use monotonic clock in Select.c (#5865)Paolo Capriotti2012-04-164-31/+48
* Improve the handling of threadDelay in the non-threaded RTSSimon Marlow2012-04-112-13/+34
* Disable the timer signal while blocked in select() (#5991)Simon Marlow2012-04-111-4/+13
* small cleanupSimon Marlow2012-04-111-5/+5
* Drop the per-task timing stats, give a summary only (#5897)Simon Marlow2012-03-021-1/+0
* (some) tabs -> spacesGabor Greif2012-02-271-1/+1
* Fix bug introduced in fac8ecbbafde17dd92439c41747223c43e9d2b80Simon Marlow2012-01-191-6/+6
* Fix bug causing polling instead of blocking in the non-threaded RTS (#5773)Simon Marlow2012-01-161-18/+17
* Fix for tick intervals greater than one second.Simon Marlow2012-01-161-2/+2
* In the SIGTSTP handler, throw SIGSTOP instead of re-throwing SIGTSTPSimon Marlow2012-01-031-14/+14
* add a missing error checkSimon Marlow2011-12-131-0/+3
* 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