aboutsummaryrefslogtreecommitdiff
path: root/malloc/Makefile
AgeCommit message (Expand)Author
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer
2016-09-10Add tests-static to tests in malloc/MakefileSiddhesh Poyarekar
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer
2016-08-02malloc: Run tests without calling mallopt [BZ #19469]Florian Weimer
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer
2016-06-10malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer
2016-03-22Fix malloc threaded tests link on non-LinuxSamuel Thibault
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-29malloc: Test various special cases related to allocation failuresFlorian Weimer
2015-12-16malloc: Fix attached thread reference count handling [BZ #19243]Florian Weimer
2015-05-19Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar
2015-04-07Add struct scratch_buffer and its internal helper functionsFlorian Weimer
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers
2014-05-12malloc: Add mallopt test.Will Newton
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-10Drop PER_THREAD conditionals from malloc.Ondřej Bílka
2013-10-30rename configure.in to configure.acMike Frysinger
2013-10-04malloc: Add memalign test.Will Newton
2013-10-02malloc: Add pvalloc test.Will Newton
2013-10-02malloc: Add posix_memalign test.Will Newton
2013-09-09malloc: Add realloc test.Will Newton
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-19Use $(run-program-prefix) in more shell script tests.Joseph Myers
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin
2012-09-05Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-09-10Simplify malloc codeUlrich Drepper
2011-06-28Remove the --experimental-malloc optionUlrich Drepper
2009-07-31Fix obstack* on i?86Jakub Jelinek
2009-03-13* config.h.in (USE_MULTIARCH): Define.Ulrich Drepper
2007-12-16* malloc/tst-trim1.c: New file.Ulrich Drepper
2007-05-21* malloc/hooks.c (MALLOC_STATE_VERSION): Bump.Ulrich Drepper
2007-05-07* malloc/arena.c (heap_info): Add mprotect_size field, adjust pad. Jakub Jelinek
2006-05-19* malloc/memusage.sh (memusageso): Add quotes.Ulrich Drepper
2005-09-27[BZ #838]Ulrich Drepper