| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redzone support. | Jason Evans | 2016-05-13 | 14 | -301/+41 |
|
|
* | Remove quarantine support. | Jason Evans | 2016-05-13 | 24 | -519/+51 |
|
|
* | Remove Valgrind support. | Jason Evans | 2016-05-13 | 23 | -409/+33 |
|
|
* | Use TSDN_NULL rather than NULL as appropriate. | Jason Evans | 2016-05-13 | 3 | -9/+9 |
|
|
* | Fix a typo. | Jason Evans | 2016-05-12 | 1 | -1/+1 |
|
|
* | Merge branch 'dev'4.2.0 | Jason Evans | 2016-05-12 | 78 | -2428/+4916 |
|\ |
|
| * | Update ChangeLog for 4.2.0. | Jason Evans | 2016-05-12 | 1 | -1/+1 |
|
|
| * | Guard tsdn_tsd() call with tsdn_null() check. | Jason Evans | 2016-05-11 | 1 | -2/+2 |
|
|
| * | Mangle tested functions as n_witness_* rather than witness_*_impl. | Jason Evans | 2016-05-11 | 1 | -9/+8 |
|
|
| * | Optimize witness fast path. | Jason Evans | 2016-05-11 | 4 | -132/+157 |
|
|
| * | Fix chunk accounting related to triggering gdump profiles. | Jason Evans | 2016-05-11 | 2 | -0/+16 |
|
|
| * | Disable junk filling for tests that could otherwise easily OOM. | Jason Evans | 2016-05-11 | 2 | -0/+8 |
|
|
| * | Resolve bootstrapping issues when embedded in FreeBSD libc. | Jason Evans | 2016-05-11 | 34 | -1554/+1707 |
|
|
| * | Fix tsd bootstrapping for a0malloc(). | Jason Evans | 2016-05-07 | 7 | -43/+101 |
|
|
| * | Add LG_QUANTUM definition for the RISC-V architecture. | Jason Evans | 2016-05-07 | 1 | -0/+3 |
|
|
| * | Update ChangeLog. | Jason Evans | 2016-05-06 | 1 | -0/+22 |
|
|
| * | Update private_symbols.txt. | Jason Evans | 2016-05-06 | 1 | -2/+11 |
|
|
| * | Optimize the fast paths of calloc() and [m,d,sd]allocx(). | Jason Evans | 2016-05-06 | 6 | -243/+137 |
|
|
| * | Modify pages_map() to support mapping uncommitted virtual memory. | Jason Evans | 2016-05-06 | 7 | -27/+117 |
|
|
| * | Scale leak report summary according to sampling probability. | Jason Evans | 2016-05-04 | 1 | -18/+38 |
|
|
| * | Add the stats.retained and stats.arenas.<i>.retained statistics. | Jason Evans | 2016-05-04 | 7 | -6/+70 |
|
|
| * | Link against librt for clock_gettime(2) if glibc < 2.17. | Jason Evans | 2016-05-04 | 2 | -12/+5 |
|
|
| * | Fix a typo. | Jason Evans | 2016-05-04 | 1 | -1/+1 |
|
|
| * | Fix huge_palloc() regression. | Jason Evans | 2016-05-04 | 9 | -20/+42 |
|
|
| * | Update ChangeLog for 4.1.1. | Jason Evans | 2016-05-04 | 1 | -0/+21 |
|
|
| * | Don't test fork() on Windows. | Jason Evans | 2016-05-04 | 1 | -0/+6 |
|
|
| * | Update mallocx() OOM test to deal with smaller hugemax. | Jason Evans | 2016-05-03 | 1 | -10/+19 |
|
|
| * | Fix witness/fork() interactions. | Jason Evans | 2016-04-26 | 5 | -9/+42 |
|
|
| * | Fix fork()-related lock rank ordering reversals. | Jason Evans | 2016-04-26 | 11 | -40/+184 |
|
|
| * | Use separate arena for chunk tests. | Jason Evans | 2016-04-26 | 1 | -28/+45 |
|
|
| * | Fix arena reset effects on large/huge stats. | Jason Evans | 2016-04-25 | 1 | -5/+24 |
|
|
| * | Fix arena_reset() test to avoid tcache. | Jason Evans | 2016-04-25 | 1 | -10/+9 |
|
|
| * | Fix arena_choose_hard() regression. | Jason Evans | 2016-04-23 | 1 | -1/+1 |
|
|
| * | Fix degenerate mb_write() compilation error. | Jason Evans | 2016-04-23 | 1 | -3/+3 |
|
|
| * | Implement the arena.<i>.reset mallctl. | Jason Evans | 2016-04-22 | 8 | -39/+411 |
|
|
| * | Do not allocate metadata via non-auto arenas, nor tcaches. | Jason Evans | 2016-04-22 | 14 | -135/+192 |
|
|
| * | Reduce a variable scope. | Jason Evans | 2016-04-22 | 1 | -2/+1 |
|
|
| * | Doc typo fixes. | hitstergtd | 2016-04-18 | 1 | -3/+3 |
|
|
| * | Fix malloc_mutex_assert_[not_]owner() for --enable-lazy-lock case. | Jason Evans | 2016-04-18 | 1 | -2/+2 |
|
|
| * | Update private_symbols.txt. | Jason Evans | 2016-04-18 | 3 | -22/+45 |
|
|
| * | Update private_symbols.txt | Rajat Goel | 2016-04-18 | 1 | -0/+4 |
|
|
| * | Fix style nits. | Jason Evans | 2016-04-17 | 5 | -6/+6 |
|
|
| * | Fix malloc_mutex_[un]lock() to conditionally check witness. | Jason Evans | 2016-04-17 | 2 | -12/+2 |
|
|
| * | Convert base_mtx locking protocol comments to assertions. | Jason Evans | 2016-04-17 | 1 | -10/+12 |
|
|
| * | s/MALLOC_MUTEX_RANK_OMIT/WITNESS_RANK_OMIT/ | Jason Evans | 2016-04-14 | 1 | -1/+1 |
|
|
| * | Fix a compilation error. | Jason Evans | 2016-04-14 | 1 | -2/+2 |
|
|
| * | Add witness, a simple online locking validator. | Jason Evans | 2016-04-14 | 33 | -1274/+2090 |
|
|
| * | Fix a style nit. | Jason Evans | 2016-04-13 | 1 | -1/+2 |
|
|
| * | Fix more 64-to-32 conversion warnings. | Jason Evans | 2016-04-12 | 2 | -11/+11 |
|
|
| * | Fix 64-to-32 conversion warnings in 32-bit mode | rustyx | 2016-04-12 | 1 | -11/+15 |
|
|