Age | Commit message (Expand) | Author | Files | Lines |
2015-06-05 | Avoid outputting to TTY after an expected memory corruption in testcase | Tulio Magno Quites Machado Filho | 1 | -5/+10 |
2015-05-19 | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke | 1 | -24/+38 |
2015-05-19 | Avoid deadlock in malloc on backtrace (BZ #16159) | Siddhesh Poyarekar | 5 | -76/+187 |
2015-04-09 | scratch_buffer: Suppress truncation warning on 32-bit | Florian Weimer | 1 | -2/+2 |
2015-04-07 | scratch_buffer_grow_preserve: Add missing #include <string.h> | Florian Weimer | 1 | -0/+1 |
2015-04-07 | Add struct scratch_buffer and its internal helper functions | Florian Weimer | 6 | -2/+337 |
2015-04-02 | malloc: Consistently apply trim_threshold to all heaps [BZ #17195] | Mel Gorman | 1 | -3/+10 |
2015-02-18 | Consolidate arena_lookup and arena_lock into a single arena_get | Siddhesh Poyarekar | 1 | -2/+1 |
2015-02-17 | Use alignment macros, pagesize and powerof2. | Carlos O'Donell | 2 | -24/+26 |
2015-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 3 | -3/+3 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 31 | -31/+31 |
2014-12-17 | Remove explicit inline on malloc perturb functions. | Roland McGrath | 1 | -2/+2 |
2014-12-11 | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke | 1 | -44/+35 |
2014-12-11 | 2014-12-11 Steve Ellcey <sellcey@imgtec.com> | Steve Ellcey | 1 | -1/+1 |
2014-12-01 | Fix for test "malloc_usable_size: expected 7 but got 11" | James Lemke | 1 | -35/+44 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 1 | -2/+0 |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar | 1 | -0/+5 |
2014-11-12 | Fix malloc_info namespace (bug 17570). | Joseph Myers | 1 | -1/+2 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 6 | -12/+30 |
2014-09-11 | malloc: additional unlink hardening for non-small bins [BZ #17344] | Florian Weimer | 1 | -2/+4 |
2014-08-12 | malloc: fix comment typo | Sean Anderson | 1 | -1/+1 |
2014-07-02 | malloc/obstack: Merge from gnulib | Will Newton | 2 | -148/+143 |
2014-06-19 | malloc/malloc.c: Avoid calling sbrk unnecessarily with zero | Will Newton | 1 | -0/+3 |
2014-06-06 | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 2 | -4/+8 |
2014-06-02 | Fix format specifier for n_mmaps | Siddhesh Poyarekar | 1 | -1/+1 |
2014-05-30 | Fix formatting in malloc_info | Siddhesh Poyarekar | 1 | -10/+10 |
2014-05-30 | Add mmap usage in malloc_info output | Siddhesh Poyarekar | 1 | -0/+2 |
2014-05-30 | Remove mi_arena nested function. | Ondřej Bílka | 1 | -121/+117 |
2014-05-30 | revert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab | Ondřej Bílka | 1 | -135/+125 |
2014-05-26 | Remove nested function mi_arena from malloc_info. | Carlos O'Donell | 1 | -125/+135 |
2014-05-16 | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers | 1 | -1/+1 |
2014-05-12 | malloc: Add mallopt test. | Will Newton | 2 | -1/+76 |
2014-04-11 | malloc: Fix MALLOC_DEBUG -Wundef warning | Will Newton | 1 | -1/+5 |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 1 | -1/+8 |
2014-03-03 | Revert 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0. | Carlos O'Donell | 1 | -6/+109 |
2014-02-28 | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 1 | -1/+1 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -3/+1 |
2014-02-26 | Simplify calloc implementation. | Ondřej Bílka | 1 | -109/+6 |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers | 1 | -1/+2 |
2014-02-11 | malloc/mtrace.c: Cosmetic cleanup. | Will Newton | 1 | -31/+10 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 3 | -23/+23 |
2014-02-10 | Remove THREAD_STATS. | Ondřej Bílka | 2 | -60/+0 |
2014-01-05 | Fix gettext call formatting | Allan McRae | 1 | -1/+1 |
2014-01-02 | Reformat malloc to gnu style. | Ondřej Bílka | 17 | -3754/+4004 |
2014-01-01 | Update remaining copyright dates | Allan McRae | 3 | -3/+3 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 30 | -30/+30 |
2013-12-24 | Fix race in free() of fastbin chunk: BZ #15073 | Maxim Kuvyrkov | 1 | -8/+12 |
2013-12-10 | Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset. | Ondřej Bílka | 2 | -19/+6 |
2013-12-10 | Drop PER_THREAD conditionals from malloc. | Ondřej Bílka | 4 | -96/+0 |
2013-12-09 | Simplify perturb_byte logic. | Ondřej Bílka | 1 | -21/+24 |