Age | Commit message (Expand) | Author | Files | Lines |
2017-11-16 | Prefer https for Sourceware links | Siddhesh Poyarekar | 1 | -1/+1 |
2017-11-15 | malloc: Account for all heaps in an arena in malloc_info [BZ #22439] | Florian Weimer | 1 | -4/+13 |
2017-11-15 | malloc: Add missing arena lock in malloc_info [BZ #22408] | Florian Weimer | 3 | -4/+115 |
2017-10-24 | Add single-threaded path to _int_malloc | Wilco Dijkstra | 1 | -25/+38 |
2017-10-24 | Add single-threaded path to malloc/realloc/calloc/memalloc | Wilco Dijkstra | 1 | -9/+41 |
2017-10-20 | Fix build issue with SINGLE_THREAD_P | Wilco Dijkstra | 1 | -0/+3 |
2017-10-20 | Add single-threaded path to _int_free | Wilco Dijkstra | 1 | -14/+29 |
2017-10-19 | Fix deadlock in _int_free consistency check | Wilco Dijkstra | 1 | -9/+12 |
2017-10-18 | Fix build failure on tilepro due to unsupported atomics | Wilco Dijkstra | 1 | -1/+2 |
2017-10-17 | Improve malloc initialization sequence | Wilco Dijkstra | 2 | -118/+92 |
2017-10-17 | Use relaxed atomics for malloc have_fastchunks | Wilco Dijkstra | 1 | -32/+20 |
2017-10-17 | Inline tcache functions | Wilco Dijkstra | 1 | -2/+2 |
2017-10-16 | malloc: Use compat_symbol_reference in libmcheck [BZ #22050] | Florian Weimer | 1 | -0/+3 |
2017-10-16 | malloc: Do not compile mcheck-init.o as libc module | Florian Weimer | 1 | -0/+1 |
2017-10-15 | Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052] | H.J. Lu | 1 | -0/+7 |
2017-10-06 | malloc: Fix tcache leak after thread destruction [BZ #22111] | Carlos O'Donell | 3 | -3/+120 |
2017-09-26 | Mark __dso_handle as hidden [BZ #18822] | H.J. Lu | 1 | -2/+2 |
2017-09-25 | scratch_buffer: use union for internal buffer | Adhemerval Zanella | 2 | -3/+3 |
2017-09-08 | Sync scratch_buffer with gnulib | Adhemerval Zanella | 3 | -3/+15 |
2017-09-06 | __libc_dynarray_emplace_enlarge: Add missing else | Florian Weimer | 1 | -1/+1 |
2017-09-05 | Fix tests that are testing obsoleted functionality | Steve Ellcey | 1 | -33/+29 |
2017-08-31 | malloc: Remove the internal_function attribute | Florian Weimer | 5 | -26/+8 |
2017-08-31 | malloc: Resolve compilation failure in NDEBUG mode | Florian Weimer | 1 | -18/+7 |
2017-08-31 | malloc: Change top_check return type to void | Florian Weimer | 2 | -15/+13 |
2017-08-30 | dynarray: Set errno on overflow-induced allocation failure | Florian Weimer | 3 | -3/+41 |
2017-08-30 | malloc: Remove corrupt arena flag | Florian Weimer | 2 | -31/+2 |
2017-08-30 | malloc: Remove check_action variable [BZ #21754] | Florian Weimer | 3 | -180/+38 |
2017-08-30 | malloc: Abort on heap corruption, without a backtrace [BZ #21754] | Florian Weimer | 1 | -19/+4 |
2017-08-10 | malloc: Avoid optimizer warning with GCC 7 and -O3 | Florian Weimer | 1 | -4/+16 |
2017-08-08 | Do not use __ptr_t. | Joseph Myers | 2 | -54/+54 |
2017-08-07 | Fix missing redirects in testsuite targets | Andreas Schwab | 1 | -1/+1 |
2017-07-11 | Avoid backtrace from __stack_chk_fail [BZ #12189] | H.J. Lu | 1 | -2/+4 |
2017-07-06 | Add per-thread cache to malloc | DJ Delorie | 3 | -9/+357 |
2017-06-30 | i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120] | H.J. Lu | 1 | -10/+0 |
2017-06-26 | Prevent an implicit int promotion in malloc/tst-alloc_buffer.c | Tulio Magno Quites Machado Filho | 1 | -1/+1 |
2017-06-21 | Implement allocation buffers for internal use | Florian Weimer | 8 | -1/+856 |
2017-06-19 | dynarray: Use libc_hidden_proto only for !_ISOMAC | Florian Weimer | 1 | -4/+7 |
2017-06-13 | dynarray: Implement begin/end functions in the spirit of C++ | Florian Weimer | 3 | -0/+53 |
2017-06-09 | malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs | Florian Weimer | 1 | -1/+1 |
2017-06-07 | tunables: Clean up hooks to get and set tunables | Siddhesh Poyarekar | 1 | -18/+18 |
2017-06-02 | Add internal facility for dynamic array handling | Florian Weimer | 13 | -2/+2101 |
2017-05-30 | Add reallocarray function | Dennis Wölfing | 6 | -2/+188 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 1 | -2/+4 |
2017-05-09 | Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. | Zack Weinberg | 1 | -1/+1 |
2017-05-03 | Tweak realloc/MREMAP comment to be more accurate. | DJ Delorie | 1 | -3/+3 |
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 |