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
gentoo/2.41
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
*
Update copyright dates not handled by scripts/update-copyrights
Joseph Myers
2023-01-06
3
-3
/
+3
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
87
-87
/
+87
*
Avoid use of atoi in malloc
Joseph Myers
2022-12-22
1
-7
/
+12
*
realloc: Return unchanged if request is within usable size
Siddhesh Poyarekar
2022-12-08
2
-0
/
+33
*
malloc: Use uintptr_t for pointer alignment
Carlos Eduardo Seo
2022-11-01
1
-3
/
+3
*
Remove unused scratch_buffer_dupfree
Szabolcs Nagy
2022-10-28
4
-63
/
+0
*
malloc: Use uintptr_t in alloc_buffer
Szabolcs Nagy
2022-10-28
1
-3
/
+3
*
malloc: Switch global_max_fast to uint8_t
Florian Weimer
2022-10-13
1
-1
/
+1
*
Use atomic_exchange_release/acquire
Wilco Dijkstra
2022-09-26
1
-1
/
+1
*
malloc: Print error when oldsize is not equal to the current size.
Qingqing Li
2022-09-22
1
-1
/
+2
*
Use C11 atomics instead of atomic_decrement(_val)
Wilco Dijkstra
2022-09-09
1
-1
/
+1
*
Use C11 atomics instead atomic_add(_zero)
Wilco Dijkstra
2022-09-09
1
-1
/
+1
*
malloc: Use C11 atomics rather than atomic_exchange_and_add
Wilco Dijkstra
2022-09-06
1
-3
/
+3
*
malloc: Do not use MAP_NORESERVE to allocate heap segments
Florian Weimer
2022-08-15
2
-8
/
+1
*
assert: Do not use stderr in libc-internal assert
Florian Weimer
2022-08-03
1
-16
/
+0
*
stdio: Clean up __libc_message after unconditional abort
Florian Weimer
2022-08-03
1
-3
/
+2
*
malloc: Use __getrandom_nocancel during tcache initiailization
Florian Weimer
2022-08-01
1
-1
/
+2
*
Remove spurious references to _dl_open_hook
Florian Weimer
2022-08-01
1
-5
/
+0
*
stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
Adhemerval Zanella Netto
2022-07-22
1
-1
/
+1
*
malloc: Simplify implementation of __malloc_assert
Florian Weimer
2022-07-21
1
-10
/
+5
*
malloc: Simplify checked_request2size interface
Florian Weimer
2022-07-05
2
-15
/
+18
*
malloc: Fix duplicate inline for do_set_mxfast
Adhemerval Zanella
2022-03-23
1
-2
/
+1
*
malloc: Exit early on test failure in tst-realloc
Florian Weimer
2022-03-10
1
-31
/
+15
*
build: Properly generate .d dependency files [BZ #28922]
H.J. Lu
2022-02-25
1
-1
/
+1
*
malloc: Remove LD_TRACE_PRELINKING usage from mtrace
Adhemerval Zanella
2022-02-10
1
-24
/
+31
*
malloc: Fix tst-mallocalign1 macro spacing.
Carlos O'Donell
2022-02-01
1
-1
/
+1
*
malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]
Carlos O'Donell
2022-01-31
1
-9
/
+11
*
Avoid -Wuse-after-free in tests [BZ #26779].
Martin Sebor
2022-01-26
5
-1
/
+58
*
Update copyright dates not handled by scripts/update-copyrights.
Paul Eggert
2022-01-01
3
-3
/
+3
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
88
-88
/
+88
*
malloc: Remove memusage.h
Adhemerval Zanella
2021-12-28
1
-6
/
+7
*
malloc: Use hp-timing on libmemusage
Adhemerval Zanella
2021-12-28
1
-3
/
+21
*
malloc: Remove atomic_* usage
Adhemerval Zanella
2021-12-28
1
-18
/
+18
*
malloc: Add missing shared thread library flags
Samuel Thibault
2021-12-27
1
-0
/
+16
*
Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
Patrick McGehearty
2021-12-16
1
-10
/
+5
*
malloc: Enable huge page support on main arena
Adhemerval Zanella
2021-12-15
3
-6
/
+14
*
malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback
Adhemerval Zanella
2021-12-15
1
-32
/
+53
*
malloc: Add Huge Page support to arenas
Adhemerval Zanella
2021-12-15
3
-44
/
+99
*
malloc: Add Huge Page support for mmap
Adhemerval Zanella
2021-12-15
3
-9
/
+34
*
malloc: Move mmap logic to its own function
Adhemerval Zanella
2021-12-15
1
-76
/
+88
*
malloc: Add THP/madvise support for sbrk
Adhemerval Zanella
2021-12-15
1
-5
/
+29
*
malloc: Add madvise support for Transparent Huge Pages
Adhemerval Zanella
2021-12-15
4
-0
/
+69
*
malloc: Fix malloc debug for 2.35 onwards
Stafford Horne
2021-11-17
1
-2
/
+0
*
elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres
Florian Weimer
2021-11-17
1
-0
/
+5
*
Disable -Waggressive-loop-optimizations warnings in tst-dynarray.c
Joseph Myers
2021-10-29
1
-0
/
+15
*
Handle NULL input to malloc_usable_size [BZ #28506]
Siddhesh Poyarekar
2021-10-29
3
-35
/
+25
*
Add alloc_align attribute to memalign et al
Jonathan Wakely
2021-10-21
1
-2
/
+3
*
misc: Add __get_nprocs_sched
Adhemerval Zanella
2021-09-27
1
-1
/
+1
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
17
-20
/
+0
*
mtrace: Fix output with PIE and ASLR [BZ #22716]
Siddhesh Poyarekar
2021-08-23
2
-11
/
+10
[next]