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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Avoid "inline" after return type in function definitions.
Joseph Myers
2019-02-06
1
-22
/
+11
*
Fix assertion in malloc.c:tcache_get.
Joseph Myers
2019-02-04
1
-1
/
+1
*
malloc: Revert fastbins to old-style atomics
Florian Weimer
2019-01-18
1
-96
/
+70
*
Update copyright dates not handled by scripts/update-copyrights.
Joseph Myers
2019-01-01
3
-3
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
76
-76
/
+76
*
malloc: Always call memcpy in _int_realloc [BZ #24027]
Florian Weimer
2018-12-31
1
-42
/
+1
*
Replace check_mul_overflow_size_t with __builtin_mul_overflow
Adhemerval Zanella
2018-12-28
5
-30
/
+5
*
malloc: Check the alignment of mmapped chunks before unmapping.
Istvan Kurucsai
2018-12-21
1
-1
/
+4
*
malloc: Add more integrity checks to mremap_chunk.
Istvan Kurucsai
2018-12-20
1
-3
/
+9
*
malloc: Add another test for tcache double free check.
DJ Delorie
2018-12-07
2
-1
/
+57
*
malloc: tcache: Validate tc_idx before checking for double-frees [BZ #23907]
Florian Weimer
2018-11-26
1
-25
/
+25
*
malloc: tcache double free check
DJ Delorie
2018-11-20
4
-0
/
+119
*
malloc: Use current (C11-style) atomics for fastbin access
Florian Weimer
2018-11-13
1
-70
/
+96
*
malloc: Convert the unlink macro to the unlink_chunk function
Florian Weimer
2018-11-12
2
-47
/
+49
*
malloc: Add ChangeLog for accidentally committed change
Florian Weimer
2018-08-20
1
-1
/
+1
*
malloc: Additional checks for unsorted bin integrity I.
Istvan Kurucsai
2018-08-17
1
-4
/
+15
*
malloc: Mitigate null-byte overflow attacks
Moritz Eckert
2018-08-16
1
-0
/
+4
*
malloc: Verify size of top chunk.
Pochang Chen
2018-08-16
1
-0
/
+3
*
libc: Extend __libc_freeres framework (Bug 23329).
Carlos O'Donell
2018-06-29
2
-2
/
+17
*
malloc: Update heap dumping/undumping comments [BZ #23351]
Florian Weimer
2018-06-29
2
-52
/
+6
*
Run thread shutdown functions in an explicit order
Florian Weimer
2018-06-26
3
-11
/
+21
*
malloc: harden removal from unsorted list
Francois Goichon
2018-03-14
1
-0
/
+2
*
malloc: Revert sense of prev_inuse in comments
Florian Weimer
2018-03-09
1
-3
/
+3
*
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
2018-02-21
1
-3
/
+3
*
[BZ #22830] malloc_stats: restore cancellation for stderr correctly.
Zack Weinberg
2018-02-10
3
-1
/
+219
*
malloc: Use assert.h's assert macro
Samuel Thibault
2018-01-29
1
-7
/
+4
[next]