Age | Commit message (Expand) | Author | Files | Lines |
2021-04-12 | Further fixes for REALLOC_ZERO_BYTES_FREES comment | Paul Eggert | 1 | -7/+8 |
2021-04-11 | Fix REALLOC_ZERO_BYTES_FREES comment to match C17 | Paul Eggert | 1 | -4/+7 |
2021-04-07 | malloc: Run tst-malloc-stats-cancellation via test-driver.c | Arjun Shankar | 1 | -2/+4 |
2021-03-26 | malloc: Ensure mtag code path in checked_request2size is cold | Szabolcs Nagy | 1 | -2/+7 |
2021-03-26 | malloc: Remove unnecessary tagging around _mid_memalign | Szabolcs Nagy | 1 | -8/+2 |
2021-03-26 | malloc: Rename chunk2rawmem | Szabolcs Nagy | 2 | -43/+43 |
2021-03-26 | malloc: Use chunk2rawmem throughout | Szabolcs Nagy | 2 | -26/+34 |
2021-03-26 | malloc: Use different tag after mremap | Szabolcs Nagy | 1 | -1/+1 |
2021-03-26 | malloc: Use memsize instead of CHUNK_AVAILABLE_SIZE | Szabolcs Nagy | 2 | -26/+24 |
2021-03-26 | malloc: Use mtag_enabled instead of USE_MTAG | Szabolcs Nagy | 2 | -12/+8 |
2021-03-26 | malloc: Use branches instead of mtag_granule_mask | Szabolcs Nagy | 2 | -21/+14 |
2021-03-26 | malloc: Change calloc when tagging is disabled | Szabolcs Nagy | 1 | -6/+4 |
2021-03-26 | malloc: Only support zeroing and not arbitrary memset with mtag | Szabolcs Nagy | 1 | -9/+8 |
2021-03-26 | malloc: Use global flag instead of function pointer dispatch for mtag | Szabolcs Nagy | 2 | -52/+39 |
2021-03-26 | malloc: Refactor TAG_ macros to avoid indirection | Szabolcs Nagy | 3 | -56/+51 |
2021-03-26 | malloc: Avoid taggig mmaped memory on free | Szabolcs Nagy | 1 | -3/+4 |
2021-03-26 | malloc: Simplify __mtag_tag_new_usable | Szabolcs Nagy | 1 | -5/+0 |
2021-03-26 | malloc: Move MTAG_MMAP_FLAGS definition | Szabolcs Nagy | 1 | -0/+2 |
2021-03-26 | malloc: Fix a potential realloc issue with memory tagging | Szabolcs Nagy | 1 | -7/+7 |
2021-03-26 | malloc: Fix a realloc crash with heap tagging [BZ 27468] | Szabolcs Nagy | 1 | -1/+3 |
2021-03-25 | Support for multiple versions in versioned_symbol, compat_symbol | Florian Weimer | 1 | -1/+1 |
2021-03-09 | malloc: Turn tst-mallocstate into a non-internal test | Florian Weimer | 2 | -13/+8 |
2021-03-01 | Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder | Florian Weimer | 1 | -0/+5 |
2021-02-23 | added rt to malloc/Depend [BZ #27132] | Paul Zimmermann | 1 | -0/+1 |
2021-02-09 | malloc: Sync dynarray with gnulib | Adhemerval Zanella | 9 | -84/+95 |
2021-02-01 | tst-mallinfo2.c: Remove useless trailing semicolon for macro | Yang Xu | 1 | -1/+1 |
2021-01-05 | malloc: Add scratch_buffer_dupfree | Adhemerval Zanella | 4 | -2/+67 |
2021-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 3 | -3/+3 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 81 | -81/+81 |
2020-12-30 | malloc: preserve errno on mcheck hooks [BZ #17924] | Adhemerval Zanella | 1 | -5/+11 |
2020-12-29 | free: preserve errno [BZ#17924] | Paul Eggert | 3 | -4/+141 |
2020-12-24 | MTE: Do not pad size in realloc_check | Siddhesh Poyarekar | 1 | -4/+5 |
2020-12-24 | tests-mcheck: New variable to run tests with MALLOC_CHECK_=3 | Siddhesh Poyarekar | 1 | -0/+20 |
2020-12-21 | malloc: Basic support for memory tagging in the malloc() family | Richard Earnshaw | 3 | -97/+377 |
2020-12-16 | malloc: Use __libc_initial to detect an inner libc | Florian Weimer | 2 | -8/+7 |
2020-12-11 | malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052] | W. Hashimoto | 1 | -1/+4 |
2020-12-04 | nsswitch: use new internal API (core) | DJ Delorie | 1 | -1/+3 |
2020-12-04 | nss: Introduce <nss_module.h> | Florian Weimer | 1 | -0/+3 |
2020-11-13 | Remove tls.h inclusion from internal errno.h | Adhemerval Zanella | 1 | -0/+1 |
2020-10-30 | malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1 | liqingqing | 1 | -2/+2 |
2020-10-30 | tst-tcfree2: adjust coding style. | liqingqing | 1 | -4/+4 |
2020-10-08 | Revert "Fix missing redirects in testsuite targets" | Andreas Schwab | 1 | -1/+1 |
2020-10-06 | Replace Minumum/minumum with Minimum/minimum | H.J. Lu | 1 | -1/+1 |
2020-09-17 | Update mallinfo2 ABI, and test | DJ Delorie | 4 | -1/+89 |
2020-08-31 | malloc: Fix mallinfo deprecation declaration | Adhemerval Zanella | 3 | -2/+15 |
2020-08-31 | Add mallinfo2 function that support sizes >= 4GB. | Martin Liska | 2 | -5/+51 |
2020-07-13 | Remove --enable-obsolete-rpc configure flag | Petr Vorel | 1 | -1/+4 |
2020-07-13 | malloc: Deprecate more hook-related functionality | Florian Weimer | 1 | -3/+4 |
2020-07-07 | string: Use tls-internal on strerror_l | Adhemerval Zanella | 1 | -1/+0 |
2020-07-07 | string: Remove old TLS usage on strsignal | Adhemerval Zanella | 1 | -0/+2 |