]> git.ipfire.org Git - thirdparty/glibc.git/history - malloc
string: Use builtins for ffs and ffsll
[thirdparty/glibc.git] / malloc /
2021-07-08  Siddhesh Poyarekar_int_realloc is static
2021-07-08  Siddhesh PoyarekarMove mcheck symbol from stdlib to malloc
2021-07-07  Siddhesh PoyarekarHarden tcache double-free check
2021-07-07  Siddhesh Poyarekartests-exclude-mcheck: Fix typo
2021-07-06  Siddhesh PoyarekarExclude tst-realloc from tests-mcheck
2021-07-04  Siddhesh Poyarekarhooks.c: Remove incorrect comment
2021-07-02  Tulio Magno Quites... mtrace: Add attribute nocommon to mallwatch
2021-07-02  Siddhesh PoyarekarMove glibc.malloc.check implementation into its own...
2021-07-02  Siddhesh Poyarekarmtrace: Deprecate mallwatch and tr_break
2021-07-02  Siddhesh PoyarekarDrop source dependencies on hooks.c and arena.c
2021-07-02  JeffyChenmalloc: Initiate tcache shutdown even without allocatio...
2021-07-02  Siddhesh PoyarekarAdd mcheck tests to malloc
2021-06-28  Adhemerval Zanellaposix: Add _Fork [BZ #4737]
2021-06-23  Siddhesh PoyarekarMore mcheck -> malloc-check refactoring
2021-06-22  Siddhesh Poyarekarmalloc: Drop __malloc_initialized from Versions
2021-06-22  Siddhesh Poyarekartst-mcheck: Rename to tst-malloc-check
2021-06-03  Florian Weimerdlfcn: Cleanups after -ldl is no longer required
2021-06-02  Xeonacidfix typo
2021-05-25  Yang Xutst-mallinfo2.c: Use correct multiple for total variable
2021-05-17  Andreas SchwabMissing ENOMEM in realloc_check wrapper (bug 27870)
2021-05-16  Martin SeborEnable support for GCC 11 -Wmismatched-dealloc.
2021-05-12  Romain GEISSLERRemove all usage of @BASH@ or ${BASH} in installed...
2021-05-11  Florian Weimernptl: Move stack cache management, __libpthread_freeres...
2021-05-07  H.J. Lumalloc: Make tunable callback functions static
2021-04-21  Florian Weimerdlfcn: dlerror needs to call free from the base namespa...
2021-04-12  Paul EggertFurther fixes for REALLOC_ZERO_BYTES_FREES comment
2021-04-11  Paul EggertFix REALLOC_ZERO_BYTES_FREES comment to match C17
2021-04-07  Arjun Shankarmalloc: Run tst-malloc-stats-cancellation via test...
2021-03-26  Szabolcs Nagymalloc: Ensure mtag code path in checked_request2size...
2021-03-26  Szabolcs Nagymalloc: Remove unnecessary tagging around _mid_memalign
2021-03-26  Szabolcs Nagymalloc: Rename chunk2rawmem
2021-03-26  Szabolcs Nagymalloc: Use chunk2rawmem throughout
2021-03-26  Szabolcs Nagymalloc: Use different tag after mremap
2021-03-26  Szabolcs Nagymalloc: Use memsize instead of CHUNK_AVAILABLE_SIZE
2021-03-26  Szabolcs Nagymalloc: Use mtag_enabled instead of USE_MTAG
2021-03-26  Szabolcs Nagymalloc: Use branches instead of mtag_granule_mask
2021-03-26  Szabolcs Nagymalloc: Change calloc when tagging is disabled
2021-03-26  Szabolcs Nagymalloc: Only support zeroing and not arbitrary memset...
2021-03-26  Szabolcs Nagymalloc: Use global flag instead of function pointer...
2021-03-26  Szabolcs Nagymalloc: Refactor TAG_ macros to avoid indirection
2021-03-26  Szabolcs Nagymalloc: Avoid taggig mmaped memory on free
2021-03-26  Szabolcs Nagymalloc: Simplify __mtag_tag_new_usable
2021-03-26  Szabolcs Nagymalloc: Move MTAG_MMAP_FLAGS definition
2021-03-26  Szabolcs Nagymalloc: Fix a potential realloc issue with memory tagging
2021-03-26  Szabolcs Nagymalloc: Fix a realloc crash with heap tagging [BZ 27468]
2021-03-25  Florian WeimerSupport for multiple versions in versioned_symbol,...
2021-03-09  Florian Weimermalloc: Turn tst-mallocstate into a non-internal test
2021-03-01  Florian WeimerImplement <unwind-link.h> for dynamically loading the...
2021-02-23  Paul Zimmermannadded rt to malloc/Depend [BZ #27132]
2021-02-09  Adhemerval Zanellamalloc: Sync dynarray with gnulib
2021-02-01  Yang Xutst-mallinfo2.c: Remove useless trailing semicolon...
2021-01-05  Adhemerval Zanellamalloc: Add scratch_buffer_dupfree
2021-01-02  Paul EggertUpdate copyright dates not handled by scripts/update...
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-30  Adhemerval Zanellamalloc: preserve errno on mcheck hooks [BZ #17924]
2020-12-29  Paul Eggertfree: preserve errno [BZ#17924]
2020-12-24  Siddhesh PoyarekarMTE: Do not pad size in realloc_check
2020-12-24  Siddhesh Poyarekartests-mcheck: New variable to run tests with MALLOC_CHE...
2020-12-21  Richard Earnshawmalloc: Basic support for memory tagging in the malloc...
2020-12-16  Florian Weimermalloc: Use __libc_initial to detect an inner libc
2020-12-11  W. Hashimotomalloc: Detect infinite-loop in _int_free when freeing...
2020-12-04  DJ Deloriensswitch: use new internal API (core)
2020-12-04  Florian Weimernss: Introduce <nss_module.h>
2020-11-13  Adhemerval ZanellaRemove tls.h inclusion from internal errno.h
2020-10-30  liqingqingmalloc debug: fix compile error when enable macro MALLO...
2020-10-30  liqingqingtst-tcfree2: adjust coding style.
2020-10-08  Andreas SchwabRevert "Fix missing redirects in testsuite targets"
2020-10-06  H.J. LuReplace Minumum/minumum with Minimum/minimum
2020-09-17  DJ DelorieUpdate mallinfo2 ABI, and test
2020-08-31  Adhemerval Zanellamalloc: Fix mallinfo deprecation declaration
2020-08-31  Martin LiskaAdd mallinfo2 function that support sizes >= 4GB.
2020-07-13  Petr VorelRemove --enable-obsolete-rpc configure flag
2020-07-13  Florian Weimermalloc: Deprecate more hook-related functionality
2020-07-07  Adhemerval Zanellastring: Use tls-internal on strerror_l
2020-07-07  Adhemerval Zanellastring: Remove old TLS usage on strsignal
2020-04-06  DJ Deloriemalloc: ensure set_max_fast never stores zero [BZ ...
2020-04-03  Eyal ItkinAdd tests for Safe-Linking
2020-04-01  Eyal ItkinFix alignment bug in Safe-Linking
2020-04-01  Eyal ItkinTypo fixes and CR cleanup in Safe-Linking
2020-03-29  Eyal ItkinAdd Safe-Linking to fastbins and tcache
2020-02-27  Adhemerval Zanellamalloc/tst-mallocfork2: Kill lingering process for...
2020-01-17  Florian WeimerRemove incorrect alloc_size attribute from pvalloc...
2020-01-03  Adhemerval Zanellaelf: Move vDSO setup to rtld (BZ#24967)
2020-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-05  DJ DelorieCorrect range checking in mallopt/mxfast/tcache [BZ...
2019-10-31  DJ DelorieBase max_fast on alignment, not width, of bins (Bug...
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-15  Florian Weimermalloc: Various cleanups for malloc/tst-mxfast
2019-08-09  DJ DelorieAdd glibc.malloc.mxfast tunable
2019-08-08  Niklas Hambüchenmalloc: Fix missing accounting of top chunk in malloc_i...
2019-08-01  Florian Weimermalloc: Remove unwanted leading whitespace in malloc_in...
2019-07-10  Andreas SchwabDon't declare __malloc_check_init in <malloc.h> (bug...
2019-07-02  Florian Weimermalloc: Add nptl, htl dependency for the subdirectory...
2019-06-10  Joseph MyersFix malloc tests build with GCC 10.
2019-05-17  Wilco DijkstraSmall tcache improvements
2019-05-10  Wilco DijkstraFix tcache count maximum (BZ #24531)
2019-05-08  Florian Weimermalloc/tst-mallocfork2: Use process-shared barriers
2019-04-24  Mike Frysingermemusagestat: use local glibc when linking [BZ #18465]
2019-04-23  H.J. LuRemove do_set_mallopt_check prototype
next