Remove distribute variable from Makefiles
[jlayton/glibc.git] / malloc /
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'
2012-01-01 Ulrich DrepperImplement aligned_alloc
2012-01-01 Ulrich DrepperUpdate copyright year
2011-12-22 Ulrich DrepperOptimize tr_freehook
2011-12-03 Ulrich DrepperFix comment in mcheck.h
2011-11-14 Ulrich DrepperMerge branch 'x32-strcase'
2011-11-14 Andreas SchwabDon't call reused_arena when _int_new_arena failed
2011-11-10 Andreas SchwabCheck malloc arana limit atomically
2011-10-29 Ulrich DrepperAvoid assertion in processes with VM in bad shape
2011-09-11 Ulrich DrepperAvoid cast in non-gcc obstack_free
2011-09-11 Ulrich DrepperRemove MALLOC_FAILURE_ACTION use in malloc
2011-09-11 Ulrich DrepperSimplify malloc initialization
2011-09-10 Ulrich DrepperSimplify malloc code
2011-09-10 Ulrich DrepperRemove support for !USE___THREAD
2011-09-10 Ulrich DrepperCleanup of configuration options
2011-07-08 Ulrich Drepper(memalign_check): No need to use checked_request2size.
2011-06-28 Ulrich DrepperFix quoting in some installed shell scripts
2011-06-28 Ulrich DrepperRemove the --experimental-malloc option
2011-05-30 Ulrich DrepperMark malloc hook variables as deprecated
2011-05-30 Ulrich DrepperPerhaps the real definition of __MALLOC_HOOK_VOLATILE...
2011-05-30 Ulrich DrepperMissed one malloc hook variable
2011-05-30 Ulrich DrepperDeclare malloc hook variables as volatile.
2011-05-28 Ulrich DrepperUnify messages
2011-05-16 Ulrich DrepperAvoid potential deadlock in mtrace
2011-05-16 Ulrich DrepperRemove USE_MTRACE_FILE support from mtrace
2011-04-23 Jim MeyeringRemove doubled words.
2011-01-17 Ulrich DrepperUpdate copyright year.
2010-12-25 Ulrich DrepperUse fastbin macro everywhere.
2010-10-25 Ulrich DrepperFix perturbing in malloc on free.
2010-10-04 Ulrich DrepperHandle large requests.
2010-08-17 Anton BlanchardReplace divide and multiply with mask in sYSTRIm
2010-05-06 Ulrich DrepperFix race in free sanity check.
2010-04-15 Ulrich DrepperRemove unintended change.
2010-04-15 H.J. LuOptimie x86-64 SSE4 memcmp for unaligned data.
2010-04-09 Ulrich DrepperFix possibly uninitilized variable handling.
2010-04-03 Ulrich DrepperOne more sanity check in free.
2010-04-03 Ulrich DrepperFix set_max_fast in malloc.
2010-03-26 Ulrich DrepperRemove stale reference to website
2010-03-26 Ulrich DrepperRemove unwanted malloc changes, again.
2010-03-26 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-03-15 Ulrich DrepperUpdate copyright year.
2010-03-02 Roland McGrathMerge commit 'origin/davem/sparc'
2010-02-25 Ulrich DrepperFix typos I added in malloc.c
2010-02-24 Petr BaudisFix assertion in palloc and pvalloc as well.
2010-02-10 Ulrich DrepperUndo unintended maloc change.
2010-02-10 Andreas SchwabAvoid PLT call to fegetenv on s390
2010-01-14 Ulrich DrepperFix malloc_info without prioor allocations.
2009-11-06 Holger Hans Peter... Fix spelling in memusagestat.c
2009-11-01 Ulrich DrepperRestore locking in free_check.
2009-10-30 John SullivanFix typos in format strings of malloc_info.
2009-10-29 Ulrich DrepperFix repairing of memusage trace files.
2009-10-29 Andreas SchwabFix wrap-around in memusage.
2009-08-31 Ulrich DrepperAdd local assert function to avoid problems with memory...
2009-07-31 Jakub JelinekFix obstack* on i?86
2009-07-16 Ulrich DrepperFix race in corruption check.
2009-07-16 Jakub JelinekUse rel semantics of cas instead of acq semantics with...
2009-07-02 Ulrich DrepperFix possible race when freeing object in fast bin list.
2009-06-19 Ulrich DrepperAdd some more tests to malloc to detect corruptions.
2009-06-17 Andreas SchwabDon't treat bug reporting message as a format string.
2009-04-18 Ulrich Drepper* malloc/malloc.c (malloc_info): Output address space...
2009-04-18 Ulrich Drepper* malloc/malloc.c (malloc_info): Also output system...
2009-04-17 Ulrich Drepper(top_check): Force hook value into register.
2009-04-16 Ulrich Drepper[BZ #9957]
2009-04-09 Ulrich Drepper* malloc/malloc.c (malloc_info): New function. cvs/fedora-glibc-20090409T1422
2009-04-08 Ulrich Drepper* malloc/malloc.c (_int_realloc): Add parameter with...
2009-03-13 Ulrich Drepper* config.h.in (USE_MULTIARCH): Define.
2009-02-16 Jakub Jelinek* stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534
2009-02-07 Ulrich Drepper(_int_realloc): Likewise. Third argument is now padded...
2009-02-07 Ulrich Drepper* malloc/malloc.c (_int_free): Second argument is now...
2009-02-07 Ulrich Drepper* malloc/malloc.c: Add branch prediction for use of...
2009-02-06 Ulrich Drepper* debug/xtrace.sh: Unify translatable messages.
2009-02-06 Ulrich Drepper* malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to...
2009-02-06 Ulrich Drepper* malloc/memusage.c (update_data): Fix handling of...
2009-01-30 Ulrich Drepper* malloc/malloc.c (sYSMALLOc): Don't use assert when...
2009-01-02 Ulrich Drepper* posix/getconf.c: Update copyright year.
2008-11-03 Ulrich Drepper* malloc/malloc.c (public_rEALLOc): When new arena...
2008-09-12 Ulrich Drepper(public_vALLOc): Try other arenas in case _int_valloc...
2008-07-26 Ulrich Drepper* malloc/mtrace.c (mtrace): Use 'e' flag in fopen call...
2008-07-15 Ulrich Drepper(__malloc_check_init): Remove printf.
2008-04-07 Jakub Jelinek* malloc/mtrace.pl: Use $@ instead of $* to keep perl...
2008-03-04 Ulrich Drepper[BZ #5736]
2008-01-10 Ulrich Drepper* pthread-errnos.sym: Add EOVERFLOW.
2008-01-09 Ulrich Drepper[BZ #5541]
2008-01-09 Ulrich Drepper[BZ #5553]
2008-01-02 Ulrich Drepper* posix/getconf.c: Update copyright year.
2007-12-17 Ulrich Drepper* malloc/malloc.c (public_cALLOc): For arena other...
2007-12-16 Ulrich Drepper* malloc/tst-trim1.c: New file.
2007-12-16 Ulrich Drepper* malloc/malloc.c (public_mTRIm): Iterate over all...
2007-12-12 Ulrich Drepper* malloc/arena.c (grow_heap): Split out code to shrink...
2007-12-11 Ulrich Drepper* malloc/malloc.c (_int_malloc): sYSMALLOc might fail...
next