packaing: switch off build_html
[platform/upstream/glibc.git] / malloc /
2024-01-12 Xi RuoyaoMake __getrandom_nocancel set errno and add a _nostatus...
2024-01-01 Paul EggertUpdate copyright dates not handled by scripts/update...
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-11-29 Adhemerval Zanellamalloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2
2023-11-22 Adhemerval Zanellamalloc: Use __get_nprocs on arena_get2 (BZ 30945)
2023-11-07 Adhemerval Zanellamalloc: Decorate malloc maps
2023-10-23 Adhemerval Zanellamalloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with...
2023-08-15 Florian Weimermalloc: Remove bin scanning from memalign (bug 30723)
2023-08-11 Florian Weimermalloc: Enable merging of remainders in memalign (bug...
2023-07-26 Adhemerval Zanella... malloc: Fix set-freeres.c with gcc 6
2023-07-06 Siddhesh Poyarekarrealloc: Limit chunk reuse to only growing requests...
2023-06-12 Adhemerval Zanella... malloc: Decrease resource usage for malloc tests
2023-06-06 Frédéric BératMove {read,write}_all functions to a dedicated header
2023-06-02 Paul PluzhnikovFix a few more typos I missed in previous round --...
2023-06-02 Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-06-01 Frédéric Bératmalloc/{memusage.c, memusagestat.c}: fix warn unused...
2023-05-08 DJ Deloriealigned_alloc: conform to C17
2023-05-02 Samuel Thibaultmalloc: Really fix tst-memalign-3 link against threads
2023-05-02 Samuel Thibaultmalloc: Fix tst-memalign-3 link against threads
2023-04-20 Adhemerval Zanellamalloc: Add missing shared thread library flags
2023-04-18 DJ Deloriemalloc: set NON_MAIN_ARENA flag for reclaimed memalign...
2023-04-05 Adhemerval Zanellamalloc: Only set pragma weak for rpc freemem if required
2023-03-29 DJ Deloriememalign: Support scanning for aligned chunks.
2023-03-29 Adhemerval Zanellamalloc: Use C11 atomics on memusage
2023-03-29 Adhemerval Zanella... Remove --enable-tunables configure option
2023-03-29 Adhemerval ZanellaRemove --disable-experimental-malloc option
2023-03-28 Flavio CruzAllow building with --disable-nscd again
2023-03-27 Adhemerval Zanella... Move libc_freeres_ptrs and libc_subfreeres to hidden...
2023-03-08 Robert Morellmalloc: Fix transposed arguments in sysmalloc_mmap_fall...
2023-02-22 Ayush Mittalmalloc: remove redundant check of unsorted bin corruption
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
next