summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add an abstraction layer for threading in testsMike Hommey2012-04-184-55/+45
| * Refactor object and library build, and only build PIC libraries when PIC_CFLA...Mike Hommey2012-04-182-35/+40
| * Make versioned shared library suffix configurableMike Hommey2012-04-183-8/+18
| * Clean up a few config-related conditionals/asserts.Jason Evans2012-04-182-6/+8
| * Update prof defaults to match common usage.Jason Evans2012-04-177-20/+41
| * Update pprof (from gperftools 2.0).Jason Evans2012-04-173-194/+650
| * Add atomic(9) implementations of atomic operations.Jason Evans2012-04-174-6/+72
| * Replace fprintf with malloc_printf in tests.Mike Hommey2012-04-1712-108/+108
| * Limit the number of flags directly given to the linker, and refactor rpathMike Hommey2012-04-172-18/+10
| * Add variables for library prefix, and static library, object and executable s...Mike Hommey2012-04-172-26/+40
| * Use echo instead of cat in loops in size_classes.shMike Hommey2012-04-171-21/+11
| * Use make variables instead of preprocessingMike Hommey2012-04-171-93/+109
| * Use $(LIBS) instead of -lpthread when linking testsMike Hommey2012-04-171-2/+2
| * Remove -dynamic CFLAG on OSXMike Hommey2012-04-171-3/+0
| * Start preparing ChangeLog for 3.0.0 release.Jason Evans2012-04-171-0/+72
| * Add the --disable-munmap option.Jason Evans2012-04-174-66/+39
| * Remove configure test cruft.Jason Evans2012-04-161-1/+0
| * Add/remove missing/cruft entries to/from private_namespace.h.Jason Evans2012-04-141-13/+52
| * Disable munmap() if it causes VM map holes.Jason Evans2012-04-1311-244/+277
| * Always disable redzone by default.Jason Evans2012-04-132-6/+2
| * Re-silence -MM compiler invocations.Jason Evans2012-04-131-3/+3
| * Use -MT options to build dependency filesMike Hommey2012-04-121-3/+3
| * Remove bogus dependencyMike Hommey2012-04-121-3/+0
| * Call base_boot before chunk_boot0Mike Hommey2012-04-121-2/+2
| * Use a stub replacement and disable dss when sbrk is not supportedMike Hommey2012-04-123-0/+22
| * Normalize aligned allocation algorithms.Jason Evans2012-04-128-155/+138
| * Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-1120-170/+840
| * Rename labels.Jason Evans2012-04-1011-129/+129
| * Add alignment support to chunk_alloc().Mike Hommey2012-04-109-138/+87
| * Remove MAP_NORESERVE supportMike Hommey2012-04-102-28/+14
| * Ignore whitespaces when comparing test results with expected outputMike Hommey2012-04-101-1/+1
| * Always initialize tcache data structures.Jason Evans2012-04-061-46/+38
| * Remove arena_malloc_prechosen().Jason Evans2012-04-062-15/+1
| * Add utrace(2)-based tracing (--enable-utrace).Jason Evans2012-04-059-1/+118
| * Fix threaded initialization and enable it on Linux.Jason Evans2012-04-052-3/+6
| * Add missing "opt.lg_tcache_max" mallctl implementation.Jason Evans2012-04-041-0/+3
| * Add missing include for ffsl() test.Jason Evans2012-04-041-0/+1
| * Revert "Use ffsl() in ALLOCM_ALIGN()."Jason Evans2012-04-041-1/+6
| * Add tls_model configuration.Jason Evans2012-04-043-4/+22
| * Add a0malloc(), a0calloc(), and a0free().Jason Evans2012-04-046-29/+89
| * Postpone mutex initialization on FreeBSD.Jason Evans2012-04-043-13/+58
| * Remove obsolete "config.dynamic_page_shift" mallctl documentation.Jason Evans2012-04-031-10/+0
| * Use $((...)) instead of expr.Jason Evans2012-04-031-15/+15
| * Finish renaming "arenas.pagesize" to "arenas.page".Jason Evans2012-04-021-11/+10
| * Clean up *PAGE* macros.Jason Evans2012-04-0213-213/+148
| * Revert "Avoid NULL check in free() and malloc_usable_size()."Jason Evans2012-04-025-37/+22
| * Avoid NULL check in free() and malloc_usable_size().Jason Evans2012-04-025-22/+37
| * Move last bit of zone initialization in zone.c, and lazy-initializeMike Hommey2012-04-024-45/+1
| * Use ffsl() in ALLOCM_ALIGN().Jason Evans2012-04-021-6/+1
| * Remove vsnprintf() and strtoumax() validation.Jason Evans2012-04-023-30/+1