summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove redzone support.Jason Evans2016-05-1314-301/+41
* Remove quarantine support.Jason Evans2016-05-1324-519/+51
* Remove Valgrind support.Jason Evans2016-05-1323-409/+33
* Use TSDN_NULL rather than NULL as appropriate.Jason Evans2016-05-133-9/+9
* Fix a typo.Jason Evans2016-05-121-1/+1
* Merge branch 'dev'4.2.0Jason Evans2016-05-1278-2428/+4916
|\
| * Update ChangeLog for 4.2.0.Jason Evans2016-05-121-1/+1
| * Guard tsdn_tsd() call with tsdn_null() check.Jason Evans2016-05-111-2/+2
| * Mangle tested functions as n_witness_* rather than witness_*_impl.Jason Evans2016-05-111-9/+8
| * Optimize witness fast path.Jason Evans2016-05-114-132/+157
| * Fix chunk accounting related to triggering gdump profiles.Jason Evans2016-05-112-0/+16
| * Disable junk filling for tests that could otherwise easily OOM.Jason Evans2016-05-112-0/+8
| * Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-1134-1554/+1707
| * Fix tsd bootstrapping for a0malloc().Jason Evans2016-05-077-43/+101
| * Add LG_QUANTUM definition for the RISC-V architecture.Jason Evans2016-05-071-0/+3
| * Update ChangeLog.Jason Evans2016-05-061-0/+22
| * Update private_symbols.txt.Jason Evans2016-05-061-2/+11
| * Optimize the fast paths of calloc() and [m,d,sd]allocx().Jason Evans2016-05-066-243/+137
| * Modify pages_map() to support mapping uncommitted virtual memory.Jason Evans2016-05-067-27/+117
| * Scale leak report summary according to sampling probability.Jason Evans2016-05-041-18/+38
| * Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans2016-05-047-6/+70
| * Link against librt for clock_gettime(2) if glibc < 2.17.Jason Evans2016-05-042-12/+5
| * Fix a typo.Jason Evans2016-05-041-1/+1
| * Fix huge_palloc() regression.Jason Evans2016-05-049-20/+42
| * Update ChangeLog for 4.1.1.Jason Evans2016-05-041-0/+21
| * Don't test fork() on Windows.Jason Evans2016-05-041-0/+6
| * Update mallocx() OOM test to deal with smaller hugemax.Jason Evans2016-05-031-10/+19
| * Fix witness/fork() interactions.Jason Evans2016-04-265-9/+42
| * Fix fork()-related lock rank ordering reversals.Jason Evans2016-04-2611-40/+184
| * Use separate arena for chunk tests.Jason Evans2016-04-261-28/+45
| * Fix arena reset effects on large/huge stats.Jason Evans2016-04-251-5/+24
| * Fix arena_reset() test to avoid tcache.Jason Evans2016-04-251-10/+9
| * Fix arena_choose_hard() regression.Jason Evans2016-04-231-1/+1
| * Fix degenerate mb_write() compilation error.Jason Evans2016-04-231-3/+3
| * Implement the arena.<i>.reset mallctl.Jason Evans2016-04-228-39/+411
| * Do not allocate metadata via non-auto arenas, nor tcaches.Jason Evans2016-04-2214-135/+192
| * Reduce a variable scope.Jason Evans2016-04-221-2/+1
| * Doc typo fixes.hitstergtd2016-04-181-3/+3
| * Fix malloc_mutex_assert_[not_]owner() for --enable-lazy-lock case.Jason Evans2016-04-181-2/+2
| * Update private_symbols.txt.Jason Evans2016-04-183-22/+45
| * Update private_symbols.txtRajat Goel2016-04-181-0/+4
| * Fix style nits.Jason Evans2016-04-175-6/+6
| * Fix malloc_mutex_[un]lock() to conditionally check witness.Jason Evans2016-04-172-12/+2
| * Convert base_mtx locking protocol comments to assertions.Jason Evans2016-04-171-10/+12
| * s/MALLOC_MUTEX_RANK_OMIT/WITNESS_RANK_OMIT/Jason Evans2016-04-141-1/+1
| * Fix a compilation error.Jason Evans2016-04-141-2/+2
| * Add witness, a simple online locking validator.Jason Evans2016-04-1433-1274/+2090
| * Fix a style nit.Jason Evans2016-04-131-1/+2
| * Fix more 64-to-32 conversion warnings.Jason Evans2016-04-122-11/+11
| * Fix 64-to-32 conversion warnings in 32-bit moderustyx2016-04-121-11/+15