summaryrefslogtreecommitdiff
path: root/rts/posix
Commit message (Expand)AuthorAgeFilesLines
* RTS: Fix restrictive castAlec Theriault2019-05-221-2/+2
* osReserveHeapMemory: handle signed rlim_tFraser Tweedale2019-04-231-2/+4
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-2/+2
* A few typofixesGabor Greif2019-01-231-1/+1
* rts: Use always-available locking operations in pthread Itimer implementationBen Gamari2019-01-141-6/+6
* itimer: Don't free condvar until we know ticker is stoppedBen Gamari2019-01-141-2/+2
* Finish stable splitDavid Feuer2018-08-291-1/+0
* rts: Fix unused functionBen Gamari2018-08-011-1/+2
* Enable two-step allocator on FreeBSDBen Gamari2018-07-311-53/+88
* fix osReserveHeapMemory block alignmentSergei Trofimovich2018-07-181-0/+4
* Revert "rts: Enable two-step allocator on FreeBSD"Ben Gamari2018-07-061-8/+3
* rts: Enable two-step allocator on FreeBSDBen Gamari2018-07-061-3/+8
* rts: Abort if timerfd read failsBen Gamari2018-06-221-1/+1
* rts: A bit of cleanup of posix itimer implementationBen Gamari2018-06-201-12/+9
* rts: Ignore RLIMIT_AS if it is zeroBen Gamari2018-06-141-1/+3
* rts: Query system rlimit for maximum address-space sizeBen Gamari2018-06-021-0/+11
* rts/posix: Use less aggressive backoff schedule for heap reservation sizingBen Gamari2018-05-301-3/+8
* rts: Don't madvise if mmap failedBen Gamari2018-05-301-6/+8
* Fix a few GCC warningsMichal Terepeta2018-05-131-1/+1
* rts: Throw better error if --numa is used without libnuma supportBen Gamari2018-05-031-0/+9
* Remove markSignalHandlersÖmer Sinan Ağacan2018-04-161-10/+0
* Fix typoGabor Greif2018-03-191-1/+1
* rts: fix some barf format specifiers.Douglas Wilson2018-02-061-1/+1
* rts: Fix format of failed memory commit messageBen Gamari2018-02-061-1/+1
* rts: Ensure that forkOS releases Task on terminationBen Gamari2018-01-311-0/+1
* rts/posix: Ensure that memory commit succeedsBen Gamari2017-10-161-1/+4
* rts: Label all threads created by the RTSBen Gamari2017-10-161-7/+10
* rts: Inform kernel that we won't need reserved address spaceBen Gamari2017-09-261-0/+13
* Use SIGQUIT for DWARF backtraces instead of SIGUSR2Ben Gamari2017-09-251-6/+6
* rts: Update comment about FreeBSD's unsigned FD_SETSIZENiklas Hambüchen2017-09-191-1/+6
* rts: Print message before SIGUSR2 backtraceBen Gamari2017-09-131-0/+1
* fix a memory leak in osNumaMaskKubo Kovac2017-05-221-1/+3
* Typos in comments [ci skip]Gabor Greif2017-05-051-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-2810-48/+48
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-284-9/+9
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-234-16/+4
* Fix build on DragonflyBSDBen Gamari2017-04-211-3/+3
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-054-9/+9
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-054-9/+9
* rts: Use pthread itimer implementation on DarwinBen Gamari2016-12-071-0/+9
* Fix x86 Windows build and testsuiteTamar Christina2016-12-061-1/+1
* rts: Ensure we always give MADV_DONTNEED a chance in osDecommitMemoryBen Gamari2016-12-011-3/+16
* Use C99's boolBen Gamari2016-11-298-27/+27
* Define thread primitives if they're supported.Shea Levy2016-11-291-18/+19
* Spelling in comment onlyGabor Greif2016-11-181-1/+1
* Fix numa001 failure with "too many NUMA nodes"Simon Marlow2016-11-141-2/+2
* Cleanup PosixSource.hMoritz Angermann2016-10-091-0/+5
* Support more than 64 logical processors on WindowsTamar Christina2016-10-011-0/+5
* Make start address of `osReserveHeapMemory` tunable via command line -xbFrancesco Mazzoli2016-09-091-7/+23
* Revert "Cleanup PosixSource.h"Ben Gamari2016-07-221-5/+0