| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix more typos | Brian Wignall | 2019-12-02 | 1 | -1/+1 |
* | Enable USE_PTHREAD_FOR_ITIMER also on FreeBSD | Viktor Dukhovni | 2019-11-19 | 1 | -0/+3 |
* | Add +RTS --disable-delayed-os-memory-return. Fixes #17411. | Niklas Hambüchen | 2019-11-01 | 1 | -13/+37 |
* | Expunge #ifdef and #ifndef from the codebase | John Ericson | 2019-07-14 | 2 | -5/+5 |
* | RTS: Fix restrictive cast | Alec Theriault | 2019-05-22 | 1 | -2/+2 |
* | osReserveHeapMemory: handle signed rlim_t | Fraser Tweedale | 2019-04-23 | 1 | -2/+4 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 2 | -2/+2 |
* | A few typofixes | Gabor Greif | 2019-01-23 | 1 | -1/+1 |
* | rts: Use always-available locking operations in pthread Itimer implementation | Ben Gamari | 2019-01-14 | 1 | -6/+6 |
* | itimer: Don't free condvar until we know ticker is stopped | Ben Gamari | 2019-01-14 | 1 | -2/+2 |
* | Finish stable split | David Feuer | 2018-08-29 | 1 | -1/+0 |
* | rts: Fix unused function | Ben Gamari | 2018-08-01 | 1 | -1/+2 |
* | Enable two-step allocator on FreeBSD | Ben Gamari | 2018-07-31 | 1 | -53/+88 |
* | fix osReserveHeapMemory block alignment | Sergei Trofimovich | 2018-07-18 | 1 | -0/+4 |
* | Revert "rts: Enable two-step allocator on FreeBSD" | Ben Gamari | 2018-07-06 | 1 | -8/+3 |
* | rts: Enable two-step allocator on FreeBSD | Ben Gamari | 2018-07-06 | 1 | -3/+8 |
* | rts: Abort if timerfd read fails | Ben Gamari | 2018-06-22 | 1 | -1/+1 |
* | rts: A bit of cleanup of posix itimer implementation | Ben Gamari | 2018-06-20 | 1 | -12/+9 |
* | rts: Ignore RLIMIT_AS if it is zero | Ben Gamari | 2018-06-14 | 1 | -1/+3 |
* | rts: Query system rlimit for maximum address-space size | Ben Gamari | 2018-06-02 | 1 | -0/+11 |
* | rts/posix: Use less aggressive backoff schedule for heap reservation sizing | Ben Gamari | 2018-05-30 | 1 | -3/+8 |
* | rts: Don't madvise if mmap failed | Ben Gamari | 2018-05-30 | 1 | -6/+8 |
* | Fix a few GCC warnings | Michal Terepeta | 2018-05-13 | 1 | -1/+1 |
* | rts: Throw better error if --numa is used without libnuma support | Ben Gamari | 2018-05-03 | 1 | -0/+9 |
* | Remove markSignalHandlers | Ömer Sinan Ağacan | 2018-04-16 | 1 | -10/+0 |
* | Fix typo | Gabor Greif | 2018-03-19 | 1 | -1/+1 |
* | rts: fix some barf format specifiers. | Douglas Wilson | 2018-02-06 | 1 | -1/+1 |
* | rts: Fix format of failed memory commit message | Ben Gamari | 2018-02-06 | 1 | -1/+1 |
* | rts: Ensure that forkOS releases Task on termination | Ben Gamari | 2018-01-31 | 1 | -0/+1 |
* | rts/posix: Ensure that memory commit succeeds | Ben Gamari | 2017-10-16 | 1 | -1/+4 |
* | rts: Label all threads created by the RTS | Ben Gamari | 2017-10-16 | 1 | -7/+10 |
* | rts: Inform kernel that we won't need reserved address space | Ben Gamari | 2017-09-26 | 1 | -0/+13 |
* | Use SIGQUIT for DWARF backtraces instead of SIGUSR2 | Ben Gamari | 2017-09-25 | 1 | -6/+6 |
* | rts: Update comment about FreeBSD's unsigned FD_SETSIZE | Niklas Hambüchen | 2017-09-19 | 1 | -1/+6 |
* | rts: Print message before SIGUSR2 backtrace | Ben Gamari | 2017-09-13 | 1 | -0/+1 |
* | fix a memory leak in osNumaMask | Kubo Kovac | 2017-05-22 | 1 | -1/+3 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-05-05 | 1 | -1/+1 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 10 | -48/+48 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-28 | 4 | -9/+9 |
* | cpp: Use #pragma once instead of #ifndef guards | Ben Gamari | 2017-04-23 | 4 | -16/+4 |
* | Fix build on DragonflyBSD | Ben Gamari | 2017-04-21 | 1 | -3/+3 |
* | Revert "Enable new warning for fragile/incorrect CPP #if usage" | Ben Gamari | 2017-04-05 | 4 | -9/+9 |
* | Enable new warning for fragile/incorrect CPP #if usage | Erik de Castro Lopo | 2017-04-05 | 4 | -9/+9 |
* | rts: Use pthread itimer implementation on Darwin | Ben Gamari | 2016-12-07 | 1 | -0/+9 |
* | Fix x86 Windows build and testsuite | Tamar Christina | 2016-12-06 | 1 | -1/+1 |
* | rts: Ensure we always give MADV_DONTNEED a chance in osDecommitMemory | Ben Gamari | 2016-12-01 | 1 | -3/+16 |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 8 | -27/+27 |
* | Define thread primitives if they're supported. | Shea Levy | 2016-11-29 | 1 | -18/+19 |
* | Spelling in comment only | Gabor Greif | 2016-11-18 | 1 | -1/+1 |
* | Fix numa001 failure with "too many NUMA nodes" | Simon Marlow | 2016-11-14 | 1 | -2/+2 |