summaryrefslogtreecommitdiff
path: root/rts/posix
Commit message (Expand)AuthorAgeFilesLines
* rts: drop unused getThreadCPUTimeSergei Trofimovich2016-02-071-30/+0
* rts/posix: Fail with HEAPOVERFLOW when out of memory during mmapBen Gamari2016-01-171-1/+1
* Allow to compile OSMem.c when MEM_NORESERVE is not availableHerbert Valerio Riedel2015-12-051-0/+7
* Use Autoconf's AC_USE_SYSTEM_EXTENSIONSHerbert Valerio Riedel2015-12-041-6/+0
* rts: Kill PAPI supportBen Gamari2015-11-181-24/+5
* Libdw: Fix symbol namingBen Gamari2015-11-011-5/+5
* rts/posix: Reduce heap allocation amount on mmap failureBen Gamari2015-11-011-8/+53
* Signals: Ensure libdw session is freedBen Gamari2015-10-311-0/+1
* rts: Make MBLOCK_SPACE_SIZE dynamicBen Gamari2015-10-301-9/+10
* Signals: Always install SIGUSR2 handlerBen Gamari2015-10-181-2/+0
* Signals: Print backtrace on SIGUSR2Ben Gamari2015-10-171-0/+30
* fix 64bit two-stage allocator on Solaris/AMD64 platform (#10790)Karel Gardas2015-08-251-1/+1
* Rejigger OSMem.my_mmap to allow building on MacRichard Eisenberg2015-08-061-28/+31
* Two step allocator for 64-bit systemsGiovanni Campagna2015-07-221-24/+176
* fix EBADF unqueueing in select backend (Trac #10590)Sergei Trofimovich2015-07-071-2/+8
* 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
* arm64: 64bit iOS and SMP support (#7942)Luke Iannini2014-11-191-1/+1
* *Really*, really fix RTS crash due to bad coercion.Merijn Verstraaten2014-11-071-1/+24
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-2/+2
* rts: fix unused parameter warningAustin Seipp2014-10-171-1/+1
* Add a configure test for pthread_setname_npSimon Marlow2014-10-141-0/+2
* Name worker threads using pthread_setname_npSimon Marlow2014-10-101-2/+5
* 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-2913-104/+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-2813-0/+104
* rts: delint/detab/dewhitespace Select.cAustin Seipp2014-07-281-83/+90
* rts: delint/detab/dewhitespace Signals.cAustin Seipp2014-07-281-62/+67
* rts: delint/detab/dewhitespace Signals.hAustin Seipp2014-07-281-1/+0
* rts: delint/detab/dewhitespace TTY.cAustin Seipp2014-07-281-15/+17
* rts: delint/detab/dewhitespace OSThreads.cAustin Seipp2014-07-281-21/+24
* rts: delint/detab/dewhitespace OSMem.cAustin Seipp2014-07-281-14/+19
* rts: delint/detab/dewhitespace Itimer.cAustin Seipp2014-07-281-5/+5
* rts: delint/detab/dewhitespace GetTime.cAustin Seipp2014-07-281-19/+26
* rts: delint/detab/dewhitespace GetEnv.cAustin Seipp2014-07-281-1/+1
* 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