]> git.ipfire.org Git - thirdparty/glibc.git/history - malloc
powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmove
[thirdparty/glibc.git] / malloc /
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
2017-03-21  Stefan LieblerFix failing test malloc/tst-interpose-nothread with...
2017-03-17  DJ DelorieFurther harden glibc malloc metadata against 1-byte...
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-25  Zack WeinbergSplit DIAG_* macros to new header libc-diag.h.
2017-02-16  Zack WeinbergAdd missing header files throughout the testsuite.
2017-02-08  Siddhesh PoyarekarFix getting tunable values on big-endian (BZ #21109)
2017-01-05  Joseph MyersIncrease some test timeouts.
2017-01-04  Joseph MyersFix malloc/ tests for GCC 7 -Walloc-size-larger-than=.
2017-01-01  Florian Weimermalloc: Run tunables tests only if tunables are enabled
2017-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Siddhesh PoyarekarInitialize tunable list with the GLIBC_TUNABLES environ...
2016-12-31  Siddhesh PoyarekarAdd framework for tunables
2016-12-09  Florian Weimersupport: Introduce new subdirectory for test infrastructure
2016-10-28  Florian Weimermalloc: Update comments about chunk layout
2016-10-28  Florian Weimersysmalloc: Initialize previous size field of mmaped...
2016-10-28  Florian Weimermalloc: Use accessors for chunk metadata access
2016-10-27  Siddhesh PoyarekarStatic inline functions for mallopt helpers
2016-10-26  Florian Weimermalloc: Remove malloc_get_state, malloc_set_state ...
2016-10-26  Siddhesh PoyarekarRemove redundant definitions of M_ARENA_* macros
2016-10-26  Siddhesh PoyarekarDocument the M_ARENA_* mallopt parameters
2016-09-21  Florian Weimermalloc: Manual part of conversion to __libc_lock
2016-09-10  Siddhesh PoyarekarAdd tests-static to tests in malloc/Makefile
2016-09-06  Florian Weimermalloc: Automated part of conversion to __libc_lock
2016-08-26  Florian Weimermalloc: Simplify static malloc interposition [BZ #20432]
2016-08-03  Florian Weimerelf: dl-minimal malloc needs to respect fundamental...
2016-08-02  Florian Weimermalloc: Run tests without calling mallopt [BZ #19469]
2016-08-02  Florian Weimermalloc: Preserve arena free list/thread count invariant...
2016-07-05  Chris MetcalfBump up tst-malloc-thread-fail timeout from 20 to 30s
2016-06-23  Florian Weimertest-skeleton.c: Add write_message function
2016-06-21  Florian Weimermalloc: Avoid premature fallback to mmap [BZ #20284]
2016-06-20  Florian WeimerRevert __malloc_initialize_hook symbol poisoning
2016-06-11  Florian Weimermalloc_usable_size: Use correct size for dumped fake...
2016-06-10  Florian Weimermalloc: Remove __malloc_initialize_hook from the API...
2016-06-08  Florian Weimermalloc: Correct size computation in realloc for dumped...
2016-05-24  Florian Weimermalloc: Correct malloc alignment on 32-bit architecture...
2016-05-13  Florian Weimertst-mallocfork2: Fix race condition, use fewer resources
2016-05-13  Florian Weimermalloc: Rewrite dumped heap for compatibility in __mall...
2016-05-12  Florian WeimerIncrease fork signal safety for single-threaded process...
2016-05-04  Florian Weimermalloc: Adjust header file guard in malloc-internal.h
2016-04-14  Florian Weimermalloc: Add missing internal_function attributes on...
2016-04-14  Florian Weimermalloc: Remove malloc hooks from fork handler
2016-04-14  Florian Weimermalloc: Run fork handler as late as possible [BZ #19431]
2016-04-07  Florian Weimerscratch_buffer_set_array_size: Include <limits.h>
2016-03-22  Samuel ThibaultFix malloc threaded tests link on non-Linux
2016-03-11  Tulio Magno Quites... Fix type of parameter passed by malloc_consolidate
2016-02-19  Florian Weimermalloc: Remove NO_THREADS
2016-02-19  Florian Weimermalloc: Remove max_total_mem member form struct malloc_par
2016-02-19  Florian Weimermalloc: Remove arena_mem variable
2016-02-19  Florian Weimertst-malloc-thread-exit: Use fewer system resources
2016-01-07  Marko MyllynenMake shebang interpreter directives consistent
2016-01-04  Joseph MyersUpdate copyright dates not handled by scripts/update...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-29  Florian Weimermalloc: Test various special cases related to allocatio...
next