Nss configuration update
[platform/upstream/glibc.git] / malloc /
2023-01-06 Joseph MyersUpdate copyright dates not handled by scripts/update...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-12-22 Joseph MyersAvoid use of atoi in malloc
2022-12-08 Siddhesh Poyarekarrealloc: Return unchanged if request is within usable...
2022-11-01 Carlos Eduardo Seomalloc: Use uintptr_t for pointer alignment
2022-10-28 Szabolcs NagyRemove unused scratch_buffer_dupfree
2022-10-28 Szabolcs Nagymalloc: Use uintptr_t in alloc_buffer
2022-10-13 Florian Weimermalloc: Switch global_max_fast to uint8_t
2022-09-26 Wilco DijkstraUse atomic_exchange_release/acquire
2022-09-22 Qingqing Limalloc: Print error when oldsize is not equal to the...
2022-09-09 Wilco DijkstraUse C11 atomics instead of atomic_decrement(_val)
2022-09-09 Wilco DijkstraUse C11 atomics instead atomic_add(_zero)
2022-09-06 Wilco Dijkstramalloc: Use C11 atomics rather than atomic_exchange_and_add
2022-08-15 Florian Weimermalloc: Do not use MAP_NORESERVE to allocate heap segments
2022-08-03 Florian Weimerassert: Do not use stderr in libc-internal assert
2022-08-03 Florian Weimerstdio: Clean up __libc_message after unconditional...
2022-08-01 Florian Weimermalloc: Use __getrandom_nocancel during tcache initiail...
2022-08-01 Florian WeimerRemove spurious references to _dl_open_hook
2022-07-22 Adhemerval Zanella... stdlib: Add arc4random, arc4random_buf, and arc4random_...
2022-07-21 Florian Weimermalloc: Simplify implementation of __malloc_assert
2022-07-05 Florian Weimermalloc: Simplify checked_request2size interface
2022-03-23 Adhemerval Zanellamalloc: Fix duplicate inline for do_set_mxfast
2022-03-10 Florian Weimermalloc: Exit early on test failure in tst-realloc
2022-02-25 H.J. Lubuild: Properly generate .d dependency files [BZ #28922]
2022-02-10 Adhemerval Zanellamalloc: Remove LD_TRACE_PRELINKING usage from mtrace
2022-02-01 Carlos O'Donellmalloc: Fix tst-mallocalign1 macro spacing.
2022-01-31 Carlos O'Donellmalloc: Fix -Wuse-after-free warning in tst-mallocalign...
2022-01-26 Martin SeborAvoid -Wuse-after-free in tests [BZ #26779].
2022-01-01 Paul EggertUpdate copyright dates not handled by scripts/update...
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-28 Adhemerval Zanellamalloc: Remove memusage.h
2021-12-28 Adhemerval Zanellamalloc: Use hp-timing on libmemusage
2021-12-28 Adhemerval Zanellamalloc: Remove atomic_* usage
2021-12-27 Samuel Thibaultmalloc: Add missing shared thread library flags
2021-12-16 Patrick McGeheartyRemove upper limit on tunable MALLOC_MMAP_THRESHOLD
2021-12-15 Adhemerval Zanellamalloc: Enable huge page support on main arena
2021-12-15 Adhemerval Zanellamalloc: Move MORECORE fallback mmap to sysmalloc_mmap_f...
2021-12-15 Adhemerval Zanellamalloc: Add Huge Page support to arenas
2021-12-15 Adhemerval Zanellamalloc: Add Huge Page support for mmap
2021-12-15 Adhemerval Zanellamalloc: Move mmap logic to its own function
2021-12-15 Adhemerval Zanellamalloc: Add THP/madvise support for sbrk
2021-12-15 Adhemerval Zanellamalloc: Add madvise support for Transparent Huge Pages
2021-11-17 Stafford Hornemalloc: Fix malloc debug for 2.35 onwards
2021-11-17 Florian Weimerelf: Introduce GLRO (dl_libc_freeres), called from...
2021-10-29 Joseph MyersDisable -Waggressive-loop-optimizations warnings in...
2021-10-29 Siddhesh PoyarekarHandle NULL input to malloc_usable_size [BZ #28506]
2021-10-20 Jonathan WakelyAdd alloc_align attribute to memalign et al
2021-09-27 Adhemerval Zanellamisc: Add __get_nprocs_sched
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-23 Siddhesh Poyarekarmtrace: Fix output with PIE and ASLR [BZ #22716]
2021-08-12 Siddhesh Poyarekarmtrace: Use a static buffer for printing [BZ #25947]
2021-08-05 Siddhesh Poyarekartst-mxfast: Don't run with mcheck
2021-07-26 Siddhesh PoyarekarExclude static tests for mcheck and malloc-check
2021-07-23 Siddhesh PoyarekarFix build and tests with --disable-tunables
2021-07-22 Siddhesh Poyarekarmcheck Fix malloc_usable_size [BZ #22057]
2021-07-22 Siddhesh PoyarekarRemove malloc hooks [BZ #23328]
2021-07-22 Siddhesh PoyarekarMove malloc_{g,s}et_state to libc_malloc_debug
2021-07-22 Siddhesh Poyarekarglibc.malloc.check: Wean away from malloc hooks
2021-07-22 Siddhesh Poyarekarmtrace: Wean away from malloc hooks
2021-07-22 Siddhesh PoyarekarSimplify __malloc_initialized
2021-07-22 Siddhesh Poyarekarmcheck: Wean away from malloc hooks [BZ #23489]
2021-07-22 Siddhesh PoyarekarMove malloc hooks into a compat DSO
2021-07-22 Siddhesh PoyarekarRemove __morecore and __default_morecore
2021-07-22 Siddhesh PoyarekarRemove __after_morecore_hook
2021-07-22 Siddhesh PoyarekarMake mcheck tests conditional on GLIBC_2.23 or earlier
2021-07-21 Samuel Thibaultmalloc: Fix tst-mallocfork3-malloc-check link
2021-07-19 Siddhesh Poyarekartst-safe-linking: make false positives even more improbable
2021-07-13 H.J. Lumcheck: Align struct hdr to MALLOC_ALIGNMENT bytes...
2021-07-09 Florian WeimerForce building with -fno-common
2021-07-09 H.J. LuAdd a generic malloc test for MALLOC_ALIGNMENT
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
next