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