GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
malloc
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
malloc: Add another test for tcache double free check.
DJ Delorie
2018-12-07
1
-1
/
+1
*
malloc: tcache double free check
DJ Delorie
2018-11-20
1
-0
/
+1
*
[BZ #22830] malloc_stats: restore cancellation for stderr correctly.
Zack Weinberg
2018-02-10
1
-0
/
+2
*
Fix integer overflows in internal memalign and malloc functions [BZ #22343]
Arjun Shankar
2018-01-18
1
-0
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
H.J. Lu
2017-12-11
1
-2
/
+2
*
malloc: Add missing arena lock in malloc_info [BZ #22408]
Florian Weimer
2017-11-15
1
-0
/
+2
*
malloc: Do not compile mcheck-init.o as libc module
Florian Weimer
2017-10-16
1
-0
/
+1
*
malloc: Fix tcache leak after thread destruction [BZ #22111]
Carlos O'Donell
2017-10-06
1
-0
/
+3
*
Fix missing redirects in testsuite targets
Andreas Schwab
2017-08-07
1
-1
/
+1
*
Add per-thread cache to malloc
DJ Delorie
2017-07-06
1
-0
/
+5
*
Implement allocation buffers for internal use
Florian Weimer
2017-06-21
1
-0
/
+6
*
malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs
Florian Weimer
2017-06-09
1
-1
/
+1
*
Add internal facility for dynamic array handling
Florian Weimer
2017-06-02
1
-2
/
+25
*
Add reallocarray function
Dennis Wölfing
2017-05-30
1
-2
/
+2
*
Suppress internal declarations for most of the testsuite.
Zack Weinberg
2017-05-11
1
-2
/
+4
*
Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.
Zack Weinberg
2017-05-09
1
-1
/
+1
*
malloc: Run tunables tests only if tunables are enabled
Florian Weimer
2017-01-01
1
-2
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Initialize tunable list with the GLIBC_TUNABLES environment variable
Siddhesh Poyarekar
2016-12-31
1
-1
/
+5
*
Add framework for tunables
Siddhesh Poyarekar
2016-12-31
1
-0
/
+2
*
malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]
Florian Weimer
2016-10-26
1
-0
/
+3
*
Add tests-static to tests in malloc/Makefile
Siddhesh Poyarekar
2016-09-10
1
-2
/
+1
*
malloc: Simplify static malloc interposition [BZ #20432]
Florian Weimer
2016-08-26
1
-1
/
+26
*
malloc: Run tests without calling mallopt [BZ #19469]
Florian Weimer
2016-08-02
1
-0
/
+4
*
Revert __malloc_initialize_hook symbol poisoning
Florian Weimer
2016-06-20
1
-14
/
+0
*
malloc: Remove __malloc_initialize_hook from the API [BZ #19564]
Florian Weimer
2016-06-10
1
-0
/
+14
*
Increase fork signal safety for single-threaded processes [BZ #19703]
Florian Weimer
2016-05-12
1
-1
/
+2
*
malloc: Run fork handler as late as possible [BZ #19431]
Florian Weimer
2016-04-14
1
-1
/
+2
*
Fix malloc threaded tests link on non-Linux
Samuel Thibault
2016-03-22
1
-6
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
malloc: Test various special cases related to allocation failures
Florian Weimer
2015-12-29
1
-1
/
+4
*
malloc: Fix attached thread reference count handling [BZ #19243]
Florian Weimer
2015-12-16
1
-1
/
+3
*
Avoid deadlock in malloc on backtrace (BZ #16159)
Siddhesh Poyarekar
2015-05-19
1
-1
/
+5
*
Add struct scratch_buffer and its internal helper functions
Florian Weimer
2015-04-07
1
-2
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Remove NOT_IN_libc
Siddhesh Poyarekar
2014-11-24
1
-2
/
+0
*
Add new macro IN_MODULE to identify module in which source is built
Siddhesh Poyarekar
2014-11-19
1
-0
/
+5
*
Don't require test wrappers to preserve environment variables, use more consi...
Joseph Myers
2014-06-06
1
-1
/
+2
*
Use existing makefile variables for dependencies on glibc libraries.
Joseph Myers
2014-05-16
1
-1
/
+1
*
malloc: Add mallopt test.
Will Newton
2014-05-12
1
-1
/
+1
*
Enumerate tests with special rules in tests-special variable.
Joseph Myers
2014-03-06
1
-1
/
+8
*
Fix fallout from Joseph's untested Makeconfig change.
Roland McGrath
2014-02-28
1
-1
/
+1
*
Consistently include Makeconfig after defining subdir.
Joseph Myers
2014-02-26
1
-3
/
+1
*
Generate .test-result files for tests with special rules.
Joseph Myers
2014-02-21
1
-1
/
+2
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Drop PER_THREAD conditionals from malloc.
Ondřej Bílka
2013-12-10
1
-1
/
+0
*
rename configure.in to configure.ac
Mike Frysinger
2013-10-30
1
-1
/
+1
*
malloc: Add memalign test.
Will Newton
2013-10-04
1
-1
/
+1
[next]