summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Use syscall(2) rather than {open,read,close}(2) during boot.Jason Evans2016-10-301-0/+19
| * | Fix EXTRA_CFLAGS to not affect configuration.Jason Evans2016-10-302-5/+4
| * | Do not mark malloc_conf as weak on Windows.Jason Evans2016-10-291-1/+1
| * | Do not mark malloc_conf as weak for unit tests.Jason Evans2016-10-291-1/+5
| * | Support static linking of jemalloc with glibcDave Watson2016-10-282-0/+34
| * | Reduce memory requirements for regression tests.Jason Evans2016-10-283-35/+55
| * | Periodically purge in memory-intensive integration tests.Jason Evans2016-10-281-0/+7
| * | Periodically purge in memory-intensive integration tests.Jason Evans2016-10-283-6/+27
| * | Only link with libm (-lm) if necessary.Jason Evans2016-10-282-6/+16
| * | Only use --whole-archive with gcc.Jason Evans2016-10-283-3/+7
| * | Do not force lazy lock on Windows.Jason Evans2016-10-281-1/+0
| * | Fix over-sized allocation of rtree leaf nodes.Jason Evans2016-10-281-1/+1
| * | Use --whole-archive when linking integration tests on MinGW.Jason Evans2016-10-261-1/+10
| * | Do not (recursively) allocate within tsd_fetch().Jason Evans2016-10-2114-130/+176
| * | Make dss operations lockless.Jason Evans2016-10-1311-146/+127
| * | Add/use adaptive spinning.Jason Evans2016-10-136-2/+66
| * | Disallow 0x5a junk filling when running in Valgrind.Jason Evans2016-10-131-6/+28
| * | Fix and simplify decay-based purging.Jason Evans2016-10-112-69/+69
| * | Fix decay tests to all adapt to nstime_monotonic().Jason Evans2016-10-111-6/+9
| * | Do not advance decay epoch when time goes backwards.Jason Evans2016-10-116-6/+63
| * | Refactor arena->decay_* into arena->decay.* (arena_decay_t).Jason Evans2016-10-112-84/+91
| * | Refine nstime_update().Jason Evans2016-10-105-38/+109
| * | Simplify run quantization.Jason Evans2016-10-063-154/+31
| * | Refactor runs_avail.Jason Evans2016-10-056-49/+70
| * | Implement pz2ind(), pind2sz(), and psz2u().Jason Evans2016-10-046-28/+203
| * | Use TSDN_NULL rather than NULL as appropriate.Jason Evans2016-10-043-9/+9
| * | Fix a typo.Jason Evans2016-10-041-1/+1
| * | Define 64-bits atomics unconditionallyMike Hommey2016-10-041-10/+8
| * | Close file descriptor after reading "/proc/sys/vm/overcommit_memory".Jason Evans2016-09-261-0/+1
| * | Add an AppVeyor configMike Hommey2016-09-261-0/+28
| * | Add Travis-CI configurationMike Hommey2016-09-261-0/+29
| * | use install command determined by configureThomas Köckerbauer2016-09-261-20/+21
| * | Readme.txt error for building in the WindowsBai2016-09-261-1/+1
| * | Fix LG_QUANTUM definition for sparc64Eric Le Bihan2016-09-261-1/+1
| * | Disable irrelevant Cray compiler warnings if cc-silence is enabledElliot Ronaghan2016-09-261-0/+6
| * | Add Cray compiler's equivalent of -Werror before __attribute__ checksElliot Ronaghan2016-09-261-0/+4
| * | Disable automatic dependency generation for the Cray compilerElliot Ronaghan2016-09-261-0/+4
| * | Add initial support for building with the cray compilerElliot Ronaghan2016-09-261-0/+32
| * | Fix librt detection when using a Cray compiler wrapperElliot Ronaghan2016-09-262-1/+15
| * | Add -dynamic for integration and stress tests with Cray compiler wrappersElliot Ronaghan2016-09-262-2/+21
| * | Don't use compact red-black trees with the pgi compilerElliot Ronaghan2016-09-261-0/+2
| * | Work around a weird pgi bug in test/unit/math.cElliot Ronaghan2016-09-261-0/+4
| * | Formatting fixes.Jason Evans2016-09-261-9/+12
| * | Change how the default zone is foundMike Hommey2016-09-261-2/+31
| * | Fix a bug in __builtin_unreachable configure checkElliot Ronaghan2016-09-261-1/+1
| * | Check for __builtin_unreachable at configure timeElliot Ronaghan2016-09-263-16/+29
| * | Fix a valgrind regression in chunk_recycle()Elliot Ronaghan2016-09-261-1/+2
| * | Fix arena_bind().Qi Wang2016-09-231-6/+7
| * | Change html manual encoding to UTF-8.Jason Evans2016-09-123-88/+92
|/ /
* | Merge branch.4.2.1Jason Evans2016-06-089-38/+96
|\ \ | |/ |/|