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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
malloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
malloc: preserve errno on mcheck hooks [BZ #17924]
Adhemerval Zanella
2020-12-30
1
-5
/
+11
*
free: preserve errno [BZ#17924]
Paul Eggert
2020-12-29
3
-4
/
+141
*
MTE: Do not pad size in realloc_check
Siddhesh Poyarekar
2020-12-24
1
-4
/
+5
*
tests-mcheck: New variable to run tests with MALLOC_CHECK_=3
Siddhesh Poyarekar
2020-12-24
1
-0
/
+20
*
malloc: Basic support for memory tagging in the malloc() family
Richard Earnshaw
2020-12-21
3
-97
/
+377
*
malloc: Use __libc_initial to detect an inner libc
Florian Weimer
2020-12-16
2
-8
/
+7
*
malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]
W. Hashimoto
2020-12-11
1
-1
/
+4
*
nsswitch: use new internal API (core)
DJ Delorie
2020-12-04
1
-1
/
+3
*
nss: Introduce <nss_module.h>
Florian Weimer
2020-12-04
1
-0
/
+3
*
Remove tls.h inclusion from internal errno.h
Adhemerval Zanella
2020-11-13
1
-0
/
+1
*
malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1
liqingqing
2020-10-30
1
-2
/
+2
*
tst-tcfree2: adjust coding style.
liqingqing
2020-10-30
1
-4
/
+4
*
Revert "Fix missing redirects in testsuite targets"
Andreas Schwab
2020-10-08
1
-1
/
+1
*
Replace Minumum/minumum with Minimum/minimum
H.J. Lu
2020-10-06
1
-1
/
+1
*
Update mallinfo2 ABI, and test
DJ Delorie
2020-09-17
4
-1
/
+89
*
malloc: Fix mallinfo deprecation declaration
Adhemerval Zanella
2020-08-31
3
-2
/
+15
*
Add mallinfo2 function that support sizes >= 4GB.
Martin Liska
2020-08-31
2
-5
/
+51
*
Remove --enable-obsolete-rpc configure flag
Petr Vorel
2020-07-13
1
-1
/
+4
*
malloc: Deprecate more hook-related functionality
Florian Weimer
2020-07-13
1
-3
/
+4
*
string: Use tls-internal on strerror_l
Adhemerval Zanella
2020-07-07
1
-1
/
+0
*
string: Remove old TLS usage on strsignal
Adhemerval Zanella
2020-07-07
1
-0
/
+2
*
malloc: ensure set_max_fast never stores zero [BZ #25733]
DJ Delorie
2020-04-06
1
-1
/
+1
*
Add tests for Safe-Linking
Eyal Itkin
2020-04-03
2
-0
/
+180
*
Fix alignment bug in Safe-Linking
Eyal Itkin
2020-03-31
1
-11
/
+11
*
Typo fixes and CR cleanup in Safe-Linking
Eyal Itkin
2020-03-31
1
-15
/
+15
*
Add Safe-Linking to fastbins and tcache
Eyal Itkin
2020-03-29
1
-13
/
+58
*
malloc/tst-mallocfork2: Kill lingering process for unexpected failures
Adhemerval Zanella
2020-02-27
1
-11
/
+28
*
Remove incorrect alloc_size attribute from pvalloc [BZ #25401]
Florian Weimer
2020-01-17
3
-3
/
+50
*
elf: Move vDSO setup to rtld (BZ#24967)
Adhemerval Zanella
2020-01-03
1
-0
/
+5
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2020-01-01
3
-3
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
77
-77
/
+77
*
Correct range checking in mallopt/mxfast/tcache [BZ #25194]
DJ Delorie
2019-12-05
1
-12
/
+20
*
Base max_fast on alignment, not width, of bins (Bug 24903)
DJ Delorie
2019-10-30
1
-1
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
77
-77
/
+77
*
malloc: Various cleanups for malloc/tst-mxfast
Florian Weimer
2019-08-15
2
-9
/
+8
*
Add glibc.malloc.mxfast tunable
DJ Delorie
2019-08-09
4
-7
/
+69
*
malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]
Niklas Hambüchen
2019-08-08
1
-0
/
+6
*
malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]
Florian Weimer
2019-08-01
1
-1
/
+1
*
Don't declare __malloc_check_init in <malloc.h> (bug 23352)
Andreas Schwab
2019-07-10
2
-3
/
+3
*
malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]
Florian Weimer
2019-07-02
1
-0
/
+2
*
Fix malloc tests build with GCC 10.
Joseph Myers
2019-06-10
2
-1
/
+12
*
Small tcache improvements
Wilco Dijkstra
2019-05-17
1
-8
/
+6
*
Fix tcache count maximum (BZ #24531)
Wilco Dijkstra
2019-05-10
1
-2
/
+7
*
malloc/tst-mallocfork2: Use process-shared barriers
Florian Weimer
2019-05-08
2
-52
/
+86
*
memusagestat: use local glibc when linking [BZ #18465]
Mike Frysinger
2019-04-24
1
-2
/
+2
*
Remove do_set_mallopt_check prototype
H.J. Lu
2019-04-23
1
-1
/
+0
*
malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)
Adhemerval Zanella
2019-04-18
9
-83
/
+179
*
malloc: Set and reset all hooks for tracing (Bug 16573)
Carlos O'Donell
2019-04-09
1
-26
/
+46
*
malloc: Check for large bin list corruption when inserting unsorted chunk
Adam Maris
2019-03-14
1
-0
/
+4
*
Break more lines before not after operators.
Joseph Myers
2019-02-25
1
-2
/
+2
[next]