summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix ctl regression.Jason Evans2012-04-242-30/+32
* Don't link tests with superfluous libraries.Jason Evans2012-04-241-1/+1
* Silence compiler warnings.Jason Evans2012-04-231-3/+3
* Force use of TLS if heap profiling is enabled.Jason Evans2012-04-231-0/+4
* Clean up documentation and formatting.Jason Evans2012-04-234-15/+11
* Fix jemalloc.sh code generation.Jason Evans2012-04-232-1/+5
* Avoid using a union for ctl_node_sMike Hommey2012-04-232-81/+114
* Document MinGW support.Jason Evans2012-04-222-6/+7
* Fix heap profiling bugs.Jason Evans2012-04-224-87/+129
* Remove unused #includesMike Hommey2012-04-221-2/+0
* Remove #includes in testsMike Hommey2012-04-229-55/+0
* Fix intmax_t configure error messageMike Hommey2012-04-221-1/+1
* Remove leftovers from the vsnprintf check in malloc_vsnprintfMike Hommey2012-04-221-4/+0
* Add support for MingwMike Hommey2012-04-2212-71/+357
* Remove mmap_unaligned.Jason Evans2012-04-226-102/+30
* Fix chunk allocation/deallocation bugs.Jason Evans2012-04-214-7/+26
* Fix a memory corruption bug in chunk_alloc_dss().Jason Evans2012-04-216-15/+20
* Put CONF_HANDLE_*() keys in quotes.Jason Evans2012-04-211-28/+29
* Fix isthreaded-related build breakage.Jason Evans2012-04-201-0/+1
* Add missing private namespace mangling.Jason Evans2012-04-202-0/+47
* Don't mangle pthread_create().Jason Evans2012-04-201-1/+0
* Make arena_salloc() an inline function.Jason Evans2012-04-205-50/+56
* Remove extra argument for malloc_tsd_cleanup_registerMike Hommey2012-04-192-14/+8
* Remove initialization of the non-TLS tsd wrapper from static memoryMike Hommey2012-04-191-12/+3
* Initialize all members of non-TLS tsd wrapper when creating itMike Hommey2012-04-191-0/+1
* Make special FreeBSD function overrides visible.Jason Evans2012-04-193-0/+6
* Fix malloc_vsnprintf handling of %o, %u and %xMike Hommey2012-04-191-4/+16
* Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) callsMike Hommey2012-04-196-10/+20
* 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