]> git.ipfire.org Git - thirdparty/glibc.git/history - malloc
hurd: Fix build
[thirdparty/glibc.git] / malloc /
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
2019-04-18  Adhemerval Zanellamalloc: make malloc fail with requests larger than...
2019-04-09  Carlos O'Donellmalloc: Set and reset all hooks for tracing (Bug 16573)
2019-03-14  Adam Marismalloc: Check for large bin list corruption when insert...
2019-02-25  Joseph MyersBreak more lines before not after operators.
2019-02-06  Joseph MyersAvoid "inline" after return type in function definitions.
2019-02-04  Joseph MyersFix assertion in malloc.c:tcache_get.
2019-01-18  Florian Weimermalloc: Revert fastbins to old-style atomics
2019-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-31  Florian Weimermalloc: Always call memcpy in _int_realloc [BZ #24027]
2018-12-28  Adhemerval ZanellaReplace check_mul_overflow_size_t with __builtin_mul_ov...
2018-12-21  Istvan Kurucsaimalloc: Check the alignment of mmapped chunks before...
2018-12-21  Istvan Kurucsaimalloc: Add more integrity checks to mremap_chunk.
2018-12-08  DJ Deloriemalloc: Add another test for tcache double free check.
2018-11-26  Florian Weimermalloc: tcache: Validate tc_idx before checking for...
2018-11-20  DJ Deloriemalloc: tcache double free check
2018-11-13  Florian Weimermalloc: Use current (C11-style) atomics for fastbin...
2018-11-12  Florian Weimermalloc: Convert the unlink macro to the unlink_chunk...
2018-08-20  Florian Weimermalloc: Add ChangeLog for accidentally committed change
2018-08-17  Istvan Kurucsaimalloc: Additional checks for unsorted bin integrity I.
2018-08-17  Moritz Eckertmalloc: Mitigate null-byte overflow attacks
2018-08-16  Pochang Chenmalloc: Verify size of top chunk.
2018-06-30  Carlos O'Donelllibc: Extend __libc_freeres framework (Bug 23329).
2018-06-29  Florian Weimermalloc: Update heap dumping/undumping comments [BZ...
2018-06-26  Florian WeimerRun thread shutdown functions in an explicit order
2018-03-14  Francois Goichonmalloc: harden removal from unsorted list
2018-03-09  Florian Weimermalloc: Revert sense of prev_inuse in comments
2018-02-21  Zack WeinbergMechanically remove _IO_ name aliases for types and...
2018-02-10  Zack Weinberg[BZ #22830] malloc_stats: restore cancellation for...
2018-01-29  Samuel Thibaultmalloc: Use assert.h's assert macro
2018-01-18  Arjun ShankarFix integer overflows in internal memalign and malloc...
2018-01-12  Istvan Kurucsaimalloc: Ensure that the consolidated fast chunk has...
2018-01-04  Joseph MyersIncrease some test timeouts.
2018-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-29  Aurelien Jarnotst-realloc: do not check for errno on success [BZ...
2017-12-11  H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-11-30  Arjun ShankarFix integer overflow in malloc when tcache is enabled...
2017-11-23  Florian Weimermalloc: Call tcache destructor in arena_thread_freeres
2017-11-16  Siddhesh PoyarekarPrefer https for Sourceware links
2017-11-15  Florian Weimermalloc: Account for all heaps in an arena in malloc_inf...
2017-11-15  Florian Weimermalloc: Add missing arena lock in malloc_info [BZ ...
2017-10-24  Wilco DijkstraAdd single-threaded path to _int_malloc
2017-10-24  Wilco DijkstraAdd single-threaded path to malloc/realloc/calloc/memalloc
2017-10-20  Wilco DijkstraFix build issue with SINGLE_THREAD_P
2017-10-20  Wilco DijkstraAdd single-threaded path to _int_free
2017-10-19  Wilco DijkstraFix deadlock in _int_free consistency check
2017-10-18  Wilco DijkstraFix build failure on tilepro due to unsupported atomics
2017-10-17  Wilco DijkstraImprove malloc initialization sequence
2017-10-17  Wilco DijkstraUse relaxed atomics for malloc have_fastchunks
2017-10-17  Wilco DijkstraInline tcache functions
2017-10-16  Florian Weimermalloc: Use compat_symbol_reference in libmcheck [BZ...
2017-10-16  Florian Weimermalloc: Do not compile mcheck-init.o as libc module
2017-10-15  H.J. LuSilence -O3 -Wall warning in malloc/hooks.c with GCC...
2017-10-06  Carlos O'Donellmalloc: Fix tcache leak after thread destruction [BZ...
2017-09-26  H.J. LuMark __dso_handle as hidden [BZ #18822]
2017-09-26  Adhemerval Zanellascratch_buffer: use union for internal buffer
2017-09-08  Adhemerval ZanellaSync scratch_buffer with gnulib
2017-09-06  Florian Weimer__libc_dynarray_emplace_enlarge: Add missing else
2017-09-05  Steve EllceyFix tests that are testing obsoleted functionality
2017-08-31  Florian Weimermalloc: Remove the internal_function attribute
2017-08-31  Florian Weimermalloc: Resolve compilation failure in NDEBUG mode
2017-08-31  Florian Weimermalloc: Change top_check return type to void
2017-08-30  Florian Weimerdynarray: Set errno on overflow-induced allocation...
2017-08-30  Florian Weimermalloc: Remove corrupt arena flag
2017-08-30  Florian Weimermalloc: Remove check_action variable [BZ #21754]
2017-08-30  Florian Weimermalloc: Abort on heap corruption, without a backtrace...
2017-08-10  Florian Weimermalloc: Avoid optimizer warning with GCC 7 and -O3
2017-08-08  Joseph MyersDo not use __ptr_t.
2017-08-07  Andreas SchwabFix missing redirects in testsuite targets
2017-07-11  H.J. LuAvoid backtrace from __stack_chk_fail [BZ #12189]
2017-07-06  DJ DelorieAdd per-thread cache to malloc
2017-06-30  H.J. Lui386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]
2017-06-26  Tulio Magno Quites... Prevent an implicit int promotion in malloc/tst-alloc_b...
2017-06-21  Florian WeimerImplement allocation buffers for internal use
2017-06-19  Florian Weimerdynarray: Use libc_hidden_proto only for !_ISOMAC
2017-06-13  Florian Weimerdynarray: Implement begin/end functions in the spirit...
2017-06-09  Florian Weimermalloc: Remove tst-dynarray, tst-dynarray-fail from...
2017-06-07  Siddhesh Poyarekartunables: Clean up hooks to get and set tunables
2017-06-02  Florian WeimerAdd internal facility for dynamic array handling
2017-05-30  Dennis WölfingAdd reallocarray function
2017-05-11  Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-05-09  Zack WeinbergRename cppflags-iterator.mk to libof-iterator.mk, remov...
2017-05-03  DJ DelorieTweak realloc/MREMAP comment to be more accurate.
2017-04-18  Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-04-18  Florian Weimermalloc: Turn cfree into a compatibility symbol
2017-04-01  Wladimir J. van... Call the right helper function when setting mallopt...
2017-03-21  Thorsten KukukMerge branch 'master' of ssh://sourceware.org/git/glibc
next