Age | Commit message (Expand) | Author |
2017-03-21 | Fix failing test malloc/tst-interpose-nothread with GCC 7. | Stefan Liebler |
2017-03-17 | Further harden glibc malloc metadata against 1-byte overflows. | DJ Delorie |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg |
2017-02-25 | Split DIAG_* macros to new header libc-diag.h. | Zack Weinberg |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg |
2017-02-08 | Fix getting tunable values on big-endian (BZ #21109) | Siddhesh Poyarekar |
2017-01-05 | Increase some test timeouts. | Joseph Myers |
2017-01-04 | Fix malloc/ tests for GCC 7 -Walloc-size-larger-than=. | Joseph Myers |
2017-01-01 | malloc: Run tunables tests only if tunables are enabled | Florian Weimer |
2017-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-31 | Initialize tunable list with the GLIBC_TUNABLES environment variable | Siddhesh Poyarekar |
2016-12-31 | Add framework for tunables | Siddhesh Poyarekar |
2016-12-09 | support: Introduce new subdirectory for test infrastructure | Florian Weimer |
2016-10-28 | malloc: Update comments about chunk layout | Florian Weimer |
2016-10-28 | sysmalloc: Initialize previous size field of mmaped chunks | Florian Weimer |
2016-10-28 | malloc: Use accessors for chunk metadata access | Florian Weimer |
2016-10-27 | Static inline functions for mallopt helpers | Siddhesh Poyarekar |
2016-10-26 | malloc: Remove malloc_get_state, malloc_set_state [BZ #19473] | Florian Weimer |
2016-10-26 | Remove redundant definitions of M_ARENA_* macros | Siddhesh Poyarekar |
2016-10-26 | Document the M_ARENA_* mallopt parameters | Siddhesh Poyarekar |
2016-09-21 | malloc: Manual part of conversion to __libc_lock | Florian Weimer |
2016-09-10 | Add tests-static to tests in malloc/Makefile | Siddhesh Poyarekar |
2016-09-06 | malloc: Automated part of conversion to __libc_lock | Florian Weimer |
2016-08-26 | malloc: Simplify static malloc interposition [BZ #20432] | Florian Weimer |
2016-08-03 | elf: dl-minimal malloc needs to respect fundamental alignment | Florian Weimer |
2016-08-02 | malloc: Run tests without calling mallopt [BZ #19469] | Florian Weimer |
2016-08-02 | malloc: Preserve arena free list/thread count invariant [BZ #20370] | Florian Weimer |
2016-07-05 | Bump up tst-malloc-thread-fail timeout from 20 to 30s | Chris Metcalf |
2016-06-23 | test-skeleton.c: Add write_message function | Florian Weimer |
2016-06-21 | malloc: Avoid premature fallback to mmap [BZ #20284] | Florian Weimer |
2016-06-20 | Revert __malloc_initialize_hook symbol poisoning | Florian Weimer |
2016-06-11 | malloc_usable_size: Use correct size for dumped fake mapped chunks | Florian Weimer |
2016-06-10 | malloc: Remove __malloc_initialize_hook from the API [BZ #19564] | Florian Weimer |
2016-06-08 | malloc: Correct size computation in realloc for dumped fake mmapped chunks | Florian Weimer |
2016-05-24 | malloc: Correct malloc alignment on 32-bit architectures [BZ #6527] | Florian Weimer |
2016-05-13 | tst-mallocfork2: Fix race condition, use fewer resources | Florian Weimer |
2016-05-13 | malloc: Rewrite dumped heap for compatibility in __malloc_set_state | Florian Weimer |
2016-05-12 | Increase fork signal safety for single-threaded processes [BZ #19703] | Florian Weimer |
2016-05-04 | malloc: Adjust header file guard in malloc-internal.h | Florian Weimer |
2016-04-14 | malloc: Add missing internal_function attributes on function definitions | Florian Weimer |
2016-04-14 | malloc: Remove malloc hooks from fork handler | Florian Weimer |
2016-04-14 | malloc: Run fork handler as late as possible [BZ #19431] | Florian Weimer |
2016-04-07 | scratch_buffer_set_array_size: Include <limits.h> | Florian Weimer |
2016-03-22 | Fix malloc threaded tests link on non-Linux | Samuel Thibault |
2016-03-11 | Fix type of parameter passed by malloc_consolidate | Tulio Magno Quites Machado Filho |
2016-02-19 | malloc: Remove NO_THREADS | Florian Weimer |
2016-02-19 | malloc: Remove max_total_mem member form struct malloc_par | Florian Weimer |
2016-02-19 | malloc: Remove arena_mem variable | Florian Weimer |
2016-02-19 | tst-malloc-thread-exit: Use fewer system resources | Florian Weimer |