]> git.ipfire.org Git - thirdparty/glibc.git/history - malloc
Fix BZ #18043 comment # 19: don't call undefined setenv(..., NULL, 1).
[thirdparty/glibc.git] / malloc /
2015-02-18  Siddhesh PoyarekarConsolidate arena_lookup and arena_lock into a single...
2015-02-18  Carlos O'DonellUse alignment macros, pagesize and powerof2.
2015-01-02  Joseph MyersUpdate copyright dates not handled by scripts/update...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-17  Roland McGrathRemove explicit inline on malloc perturb functions.
2014-12-12  James LemkeFix for test "malloc_usable_size: expected 7 but got 11"
2014-12-11  Steve Ellcey2014-12-11 Steve Ellcey <sellcey@imgtec.com>
2014-12-01  James LemkeFix for test "malloc_usable_size: expected 7 but got 11"
2014-11-24  Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-19  Siddhesh PoyarekarAdd new macro IN_MODULE to identify module in which...
2014-11-12  Joseph MyersFix malloc_info namespace (bug 17570).
2014-11-05  Arjun ShankarModify several tests to use test-skeleton.c
2014-09-11  Florian Weimermalloc: additional unlink hardening for non-small bins...
2014-08-12  Sean Andersonmalloc: fix comment typo
2014-07-02  Will Newtonmalloc/obstack: Merge from gnulib
2014-06-19  Will Newtonmalloc/malloc.c: Avoid calling sbrk unnecessarily with...
2014-06-06  Joseph MyersDon't require test wrappers to preserve environment...
2014-06-02  Siddhesh PoyarekarFix format specifier for n_mmaps
2014-05-30  Siddhesh PoyarekarFix formatting in malloc_info
2014-05-30  Siddhesh PoyarekarAdd mmap usage in malloc_info output
2014-05-30  Ondřej BílkaRemove mi_arena nested function.
2014-05-30  Ondřej Bílkarevert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab
2014-05-26  Carlos O'DonellRemove nested function mi_arena from malloc_info.
2014-05-17  Richard HendersonMerge remote-tracking branch 'origin/roland/nptl-alpha'
2014-05-16  Joseph MyersUse existing makefile variables for dependencies on...
2014-05-12  Will Newtonmalloc: Add mallopt test.
2014-04-11  Will Newtonmalloc: Fix MALLOC_DEBUG -Wundef warning
2014-03-06  Joseph MyersEnumerate tests with special rules in tests-special...
2014-03-03  Carlos O'DonellRevert 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.
2014-02-28  Roland McGrathFix fallout from Joseph's untested Makeconfig change.
2014-02-26  Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-26  Ondřej BílkaSimplify calloc implementation.
2014-02-21  Joseph MyersGenerate .test-result files for tests with special...
2014-02-11  Will Newtonmalloc/mtrace.c: Cosmetic cleanup.
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-10  Ondřej BílkaRemove THREAD_STATS.
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
next