Revert "BZ 16133 has been fixed (async signal safe TLS)."
[jlayton/glibc.git] / malloc /
2014-01-05 Allan McRaeFix gettext call formatting
2014-01-02 Ondřej BílkaReformat malloc to gnu style.
2014-01-01 Allan McRaeUpdate remaining copyright dates
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-23 Maxim KuvyrkovFix race in free() of fastbin chunk: BZ #15073
2013-12-10 Ondřej BílkaExpand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
2013-12-10 Ondřej BílkaDrop PER_THREAD conditionals from malloc.
2013-12-09 Ondřej BílkaSimplify perturb_byte logic.
2013-12-09 Ondřej BílkaReplace malloc force_reg by atomic_forced_read.
2013-12-06 Fernando J. V. da... Fix BZ #15089: malloc_trim always trim for large padding.
2013-11-28 Ondřej BílkaMake memset in calloc a tail call.
2013-11-21 Roland McGrathAdd missing #include for malloc/hooks.c code.
2013-11-21 Meador IngeUse __glibc_block in public headers.
2013-11-20 Ondřej BílkaConsolidate valloc/pvalloc code.
2013-11-01 Ondřej BílkaFix malloc_info statistic. Fixes bug 16112
2013-10-30 Will Newtonmalloc: Fix for infinite loop in memalign/posix_memalign.
2013-10-30 Ondřej BílkaUse atomic operations to track memory. Fixes bug 11087
2013-10-30 Mike Frysingerrename configure.in to configure.ac
2013-10-18 Ondřej BílkaRemove assert in malloc statistic. Fixes bug 12486.
2013-10-10 Will Newtonmalloc/hooks.c: Correct check for overflow in memalign_...
2013-10-04 Will Newtonmalloc/tst-valloc.c: Tidy up code.
2013-10-04 Will Newtonmalloc/tst-pvalloc.c: Tidy up code.
2013-10-04 Will Newtonmalloc/tst-posix_memalign.c: Tidy up code.
2013-10-04 Will Newtonmalloc: Add memalign test.
2013-10-02 Will Newtonmalloc: Add pvalloc test.
2013-10-02 Will Newtonmalloc/tst-valloc.c: Improve test coverage and use...
2013-10-02 Will Newtonmalloc: Add posix_memalign test.
2013-09-20 Alexandre OlivaAdd malloc probes for sbrk and heap resizing.
2013-09-20 Alexandre OlivaAdd catch-all alloc retry probe.
2013-09-20 Alexandre OlivaAdd probes for malloc retries.
2013-09-20 Alexandre OlivaAdd probes for malloc arena changes.
2013-09-20 Alexandre OlivaAdd probes for all changes to malloc options.
2013-09-20 Alexandre OlivaAdd first set of memory probes.
2013-09-11 Will Newtonmalloc: Check for integer overflow in memalign.
2013-09-11 Will Newtonmalloc: Check for integer overflow in valloc.
2013-09-11 Will Newtonmalloc: Check for integer overflow in pvalloc.
2013-09-09 Will Newtonmalloc: Add realloc test.
2013-08-29 Ondřej BílkaFix typos.
2013-06-08 Joseph MyersUse (void) in no-arguments function definitions.
2013-06-07 Joseph MyersAvoid use of "register" as optimization hint.
2013-05-31 Joseph MyersLink extra-libs consistently with libc and ld.so.
2013-05-16 Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-05-15 Peter CollingbourneMove _obstack_compat out of common
2013-03-18 Roland McGrathBZ#14812: Add missing translation marker on some argp...
2013-03-08 Joseph MyersRemove __malloc_ptr_t.
2013-03-08 Joseph MyersUse ISO C prototype for __default_morecore.
2013-03-08 Joseph MyersRemove __malloc_ptrdiff_t.
2013-03-08 Joseph MyersRemove __malloc_size_t.
2013-02-26 Siddhesh PoyarekarFix FPE in memusagestat when malloc utilization is...
2013-01-17 Pino ToscanoAdd HAVE_MREMAP for mremap usage
2013-01-11 H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-07 Joseph MyersClean up __MALLOC_* macros.
2013-01-03 Andreas Schwabmtrace: properly handle realloc (p, 0)
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2013-01-01 David S. MillerUpdate copyright years.
2012-11-19 Pino Toscanomuntrace: reset file and hooks before finalizing the...
2012-11-15 Joseph MyersUpdate --version copyright dates for memusagestat and...
2012-11-09 Joseph MyersSupport --with-pkgversion and --with-bugurl.
2012-10-24 Joseph MyersDefine and use $(run-built-tests).
2012-10-19 Joseph MyersUse $(run-program-prefix) in more shell script tests.
2012-10-04 Roland McGrathName space hygeine for madvise.
2012-10-02 Dmitry V. LevinClarify memory allocation error diagnostics to avoid...
2012-09-25 Siddhesh PoyarekarShrink heap on linux when overcommit_memory == 2
2012-09-25 Dmitry V. LevinSet "fail on error" mode directly in testsuite shell...
2012-09-24 H.J. LuProperly handle fencepost with MALLOC_ALIGN_MASK
2012-09-07 Siddhesh PoyarekarCleanup code duplication in malloc on fallback to use...
2012-09-05 Alexandre Oliva* malloc/arena.c: Fold copyright years.
2012-09-05 Alexandre Oliva* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix...
2012-09-05 Alexandre OlivaDon't change no_dyn_threshold on mallopt failure
2012-09-05 Alexandre OlivaFix typos in malloc/.
2012-09-05 Siddhesh PoyarekarReturn requested size for malloc_usable_size when MALLO...
2012-08-17 Roland McGrathMake malloc build for no-threads configurations.
2012-08-10 Jeff LawFix whitespace problems detected by commit hooks.
2012-08-10 Jeff Law [BZ #13939]
2012-07-25 Florian WeimerRename __secure_getenv to secure_getenv
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-05-25 H.J. LuMake free chunk size a multiple of MALLOC_ALIGNMENT
2012-05-24 Andreas SchwabRemove use of INTDEF/INTUSE in libio
2012-05-24 H.J. LuProperly handle MALLOC_ALIGNMENT > 2 * SIZE_SZ
2012-05-21 Andreas JaegerFix last change
2012-05-21 Roland McGrathSet MALLOC_ALIGNMENT to at least __alignof__ (long...
2012-05-16 Paul PluzhnikovFor [BZ #208], accumulate malloc stats over all arenas.
2012-05-03 Andreas JaegerFix tst-obprintf - and mcheck in general
2012-03-28 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-03-28 Ulrich DrepperAvoid warnings in test malloc program
2012-03-27 Andreas JaegerMerge branch 'elf-move'
2012-03-20 H.J. LuMove stdio-common/_itoa.h to sysdeps/generic
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-31 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-31 Ulrich DrepperCleanups of malloc
2012-01-31 Ulrich DrepperHandle ARENA_TEST correctly
2012-01-27 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-26 Joseph MyersRemove __STDC__ conditionals from installed headers.
2012-01-18 Ulrich DrepperMore minor malloc cleanups
2012-01-16 Ulrich DrepperMinor cleanups of malloc code
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-03 Ulrich DrepperMerge branch 'c11'
next