Age | Commit message (Expand) | Author |
2023-05-02 | malloc: Really fix tst-memalign-3 link against threads | Samuel Thibault |
2023-05-02 | malloc: Fix tst-memalign-3 link against threads | Samuel Thibault |
2023-04-20 | malloc: Add missing shared thread library flags | Adhemerval Zanella |
2023-04-18 | malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101) | DJ Delorie |
2023-03-29 | memalign: Support scanning for aligned chunks. | DJ Delorie |
2023-03-29 | Remove --enable-tunables configure option | Adhemerval Zanella Netto |
2023-03-29 | Remove --disable-experimental-malloc option | Adhemerval Zanella |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers |
2022-10-28 | Remove unused scratch_buffer_dupfree | Szabolcs Nagy |
2022-02-25 | build: Properly generate .d dependency files [BZ #28922] | H.J. Lu |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2021-12-27 | malloc: Add missing shared thread library flags | Samuel Thibault |
2021-12-15 | malloc: Add Huge Page support to arenas | Adhemerval Zanella |
2021-12-15 | malloc: Add Huge Page support for mmap | Adhemerval Zanella |
2021-12-15 | malloc: Add madvise support for Transparent Huge Pages | Adhemerval Zanella |
2021-08-05 | tst-mxfast: Don't run with mcheck | Siddhesh Poyarekar |
2021-07-26 | Exclude static tests for mcheck and malloc-check | Siddhesh Poyarekar |
2021-07-22 | mcheck Fix malloc_usable_size [BZ #22057] | Siddhesh Poyarekar |
2021-07-22 | Move malloc_{g,s}et_state to libc_malloc_debug | Siddhesh Poyarekar |
2021-07-22 | glibc.malloc.check: Wean away from malloc hooks | Siddhesh Poyarekar |
2021-07-22 | mcheck: Wean away from malloc hooks [BZ #23489] | Siddhesh Poyarekar |
2021-07-22 | Move malloc hooks into a compat DSO | Siddhesh Poyarekar |
2021-07-22 | Remove __morecore and __default_morecore | Siddhesh Poyarekar |
2021-07-22 | Make mcheck tests conditional on GLIBC_2.23 or earlier | Siddhesh Poyarekar |
2021-07-22 | malloc: Fix tst-mallocfork3-malloc-check link | Samuel Thibault |
2021-07-12 | mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068] | H.J. Lu |
2021-07-09 | Add a generic malloc test for MALLOC_ALIGNMENT | H.J. Lu |
2021-07-07 | tests-exclude-mcheck: Fix typo | Siddhesh Poyarekar |
2021-07-06 | Exclude tst-realloc from tests-mcheck | Siddhesh Poyarekar |
2021-07-03 | Drop source dependencies on hooks.c and arena.c | Siddhesh Poyarekar |
2021-07-02 | Add mcheck tests to malloc | Siddhesh Poyarekar |
2021-06-28 | posix: Add _Fork [BZ #4737] | Adhemerval Zanella |
2021-06-23 | More mcheck -> malloc-check refactoring | Siddhesh Poyarekar |
2021-06-22 | tst-mcheck: Rename to tst-malloc-check | Siddhesh Poyarekar |
2021-06-03 | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer |
2021-05-17 | Missing ENOMEM in realloc_check wrapper (bug 27870) | Andreas Schwab |
2021-05-12 | Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b... | Romain GEISSLER |
2021-03-09 | malloc: Turn tst-mallocstate into a non-internal test | Florian Weimer |
2021-01-05 | malloc: Add scratch_buffer_dupfree | Adhemerval Zanella |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert |
2020-12-29 | free: preserve errno [BZ#17924] | Paul Eggert |
2020-12-24 | tests-mcheck: New variable to run tests with MALLOC_CHECK_=3 | Siddhesh Poyarekar |
2020-10-08 | Revert "Fix missing redirects in testsuite targets" | Andreas Schwab |
2020-09-17 | Update mallinfo2 ABI, and test | DJ Delorie |
2020-04-03 | Add tests for Safe-Linking | Eyal Itkin |
2020-01-17 | Remove incorrect alloc_size attribute from pvalloc [BZ #25401] | Florian Weimer |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-08-15 | malloc: Various cleanups for malloc/tst-mxfast | Florian Weimer |
2019-08-09 | Add glibc.malloc.mxfast tunable | DJ Delorie |