summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add pthread_atfork(3) feature test.Jason Evans2016-11-173-2/+14
| * | Refactor madvise(2) configuration.Jason Evans2016-11-173-30/+39
| * | Remove a residual comment.Jason Evans2016-11-171-1/+0
| * | Avoid gcc tautological-compare warnings.Jason Evans2016-11-172-12/+26
| * | Avoid gcc type-limits warnings.Jason Evans2016-11-171-14/+32
| * | Document how to use --cache configure option.Jason Evans2016-11-161-0/+15
| * | Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."Jason Evans2016-11-161-16/+1
| * | Fix an MSVC compiler warning.Jason Evans2016-11-161-1/+1
| * | Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-1527-362/+397
| * | Explicitly cast negative constants meant for use as unsigned.Jason Evans2016-11-151-3/+5
| * | Add cast to silence (harmless) conversion warning.Jason Evans2016-11-151-1/+1
| * | Avoid negation of unsigned numbers.Jason Evans2016-11-151-2/+2
| * | Consistently use size_t rather than uint64_t for extent serial numbers.Jason Evans2016-11-152-3/+3
| * | Add packing test, which verifies stable layout policy.Jason Evans2016-11-152-0/+207
| * | Add extent serial numbers.Jason Evans2016-11-1510-163/+298
| * | Add JE_RUNNABLE() and use it for os_unfair_lock_*() test.Jason Evans2016-11-121-1/+16
| * | Reduce memory usage for sdallocx() test_alignment_and_size.Jason Evans2016-11-121-2/+2
| * | Simplify extent_quantize().Jason Evans2016-11-121-6/+3
| * | Remove overly restrictive stats_cactive_{add,sub}() assertions.Jason Evans2016-11-121-6/+2
| * | Fix/simplify chunk_recycle() allocation size computations.Jason Evans2016-11-121-1/+4
| * | Fix extent_quantize() to handle greater-than-huge-size extents.Jason Evans2016-11-121-5/+19
| * | Add configure support for *-*-linux-android.Jason Evans2016-11-101-0/+12
| * | Support Debian GNU/kFreeBSD.Samuel Moritz2016-11-101-1/+1
| * | Update config.{guess,sub} from upstream.Jason Evans2016-11-102-90/+160
|/ /
* | Merge branch 'rc-4.3.1'4.3.1Jason Evans2016-11-0810-46/+390
|\ \
| * | Update ChangeLog for 4.3.1.Jason Evans2016-11-081-0/+8
| * | Revert "Define 64-bits atomics unconditionally"Jason Evans2016-11-071-8/+10
| * | Refactor prng to not use 64-bit atomics on 32-bit platforms.Jason Evans2016-11-077-32/+364
| * | Fix run leak.Jason Evans2016-11-072-6/+8
|/ /
* | Merge branch 'rel-4.3.0'4.3.0Jason Evans2016-11-054-5/+23
|\ \
| * | Update ChangeLog for 4.3.0.Jason Evans2016-11-041-0/+2
| * | Fix arena data structure size calculation.Jason Evans2016-11-041-2/+2
| * | Fixes to Visual Studio Project filesMatthew Parkinson2016-11-042-3/+19
* | | Merge branch 'rel-4.3.0'Jason Evans2016-11-0563-1374/+2663
|\ \ \ | |/ /
| * | Use -std=gnu11 if available.Jason Evans2016-11-041-2/+8
| * | Update ChangeLog for 4.3.0.Jason Evans2016-11-041-3/+9
| * | Fix large allocation to search optimal size class heap.Jason Evans2016-11-041-1/+1
| * | Fix chunk_alloc_cache() to support decommitted allocation.Jason Evans2016-11-043-12/+14
| * | Update symbol mangling.Jason Evans2016-11-031-0/+3
| * | Update ChangeLog for 4.3.0.Jason Evans2016-11-031-0/+37
| * | Update project URL.Jason Evans2016-11-033-3/+3
| * | Check for existance of CPU_COUNT macro before using it.Dave Watson2016-11-031-1/+7
| * | Fix sycall(2) configure test for Linux.Jason Evans2016-11-031-2/+1
| * | Do not use syscall(2) on OS X 10.12 (deprecated).Jason Evans2016-11-034-4/+24
| * | Add os_unfair_lock support.Jason Evans2016-11-037-0/+42
| * | Fix/refactor zone allocator integration code.Jason Evans2016-11-032-86/+108
| * | Call _exit(2) rather than exit(3) in forked child.Jason Evans2016-11-031-1/+1
| * | Force no lazy-lock on Windows.Jason Evans2016-11-021-5/+11
| * | Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML.Jason Evans2016-11-012-20/+21
| * | Add "J" (JSON) support to malloc_stats_print().Jason Evans2016-11-012-398/+876