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
Commit message (
Expand
)
Author
Age
Files
Lines
*
elf: Also compile dl-misc.os with $(rtld-early-cflags)
gentoo/glibc-2.38-13
gentoo/2.38
H.J. Lu
2024-04-26
1
-0
/
+1
*
CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetg...
Florian Weimer
2024-04-26
1
-98
/
+121
*
CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug...
Florian Weimer
2024-04-26
1
-4
/
+7
*
CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgren...
Florian Weimer
2024-04-26
1
-8
/
+6
*
CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)
Florian Weimer
2024-04-26
1
-2
/
+3
*
i386: ulp update for SSE2 --disable-multi-arch configurations
Florian Weimer
2024-04-26
1
-0
/
+1
*
nptl: Fix tst-cancel30 on kernels without ppoll_time64 support
Florian Weimer
2024-04-26
1
-4
/
+11
*
login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)
Florian Weimer
2024-04-26
18
-22
/
+165
*
login: Check default sizes of structs utmp, utmpx, lastlog
Florian Weimer
2024-04-26
17
-1
/
+88
*
sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)
Adhemerval Zanella
2024-04-26
1
-9
/
+4
*
iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence ...
gentoo/glibc-2.38-12
Charles Fol
2024-04-18
3
-1
/
+144
*
powerpc: Fix ld.so address determination for PCREL mode (bug 31640)
Florian Weimer
2024-04-18
1
-0
/
+19
*
AArch64: Check kernel version for SVE ifuncs
Wilco Dijkstra
2024-04-18
5
-2
/
+53
*
aarch64: fix check for SVE support in assembler
Szabolcs Nagy
2024-04-18
2
-4
/
+6
*
aarch64: correct CFI in rawmemchr (bug 31113)
Andreas Schwab
2024-04-18
1
-1
/
+1
*
AArch64: Remove Falkor memcpy
Wilco Dijkstra
2024-04-18
8
-332
/
+1
*
AArch64: Add memset_zva64
Wilco Dijkstra
2024-04-18
6
-68
/
+38
*
AArch64: Cleanup emag memset
Wilco Dijkstra
2024-04-18
4
-197
/
+90
*
AArch64: Cleanup ifuncs
Wilco Dijkstra
2024-04-18
18
-125
/
+41
*
AArch64: Add support for MOPS memcpy/memmove/memset
Wilco Dijkstra
2024-04-18
11
-1
/
+141
*
Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h
Joseph Myers
2024-04-18
1
-0
/
+1
*
LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbf
caiyinyu
2024-04-18
1
-1
/
+1
*
linux: Use rseq area unconditionally in sched_getcpu (bug 31479)
Florian Weimer
2024-04-18
1
-8
/
+0
*
S390: Do not clobber r7 in clone [BZ #31402]
Stefan Liebler
2024-04-18
3
-13
/
+65
*
malloc: Use __get_nprocs on arena_get2 (BZ 30945)
gentoo/glibc-2.38-11
Adhemerval Zanella
2024-02-19
5
-18
/
+2
*
arm: Remove wrong ldr from _dl_start_user (BZ 31339)
Adhemerval Zanella
2024-02-19
1
-1
/
+0
*
sparc: Remove unwind information from signal return stubs [BZ #31244]
Daniel Cederman
2024-02-19
2
-4
/
+16
*
sparc: Fix sparc64 memmove length comparison (BZ 31266)
Adhemerval Zanella
2024-02-19
1
-1
/
+1
*
sparc64: Remove unwind information from signal return stubs [BZ#31244]
Adhemerval Zanella
2024-02-19
1
-2
/
+5
*
sparc: Fix broken memset for sparc32 [BZ #31068]
Andreas Larsson
2024-02-19
1
-2
/
+2
*
S390: Fix building with --disable-mutli-arch [BZ #31196]
Stefan Liebler
2024-02-19
2
-2
/
+6
*
x86_64: Optimize ffsll function code size.
Sunil K Pandey
2024-02-19
1
-5
/
+5
*
Mitigation for "clone on sparc might fail with -EFAULT for no valid reason"
Michael Karcher
2024-02-17
2
-0
/
+6
*
i386: Use generic memrchr in libc (bug 31316)
Florian Weimer
2024-02-17
2
-1
/
+1
*
syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)
gentoo/glibc-2.38-10
Arjun Shankar
2024-01-30
1
-1
/
+2
*
syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)
Arjun Shankar
2024-01-30
1
-11
/
+28
*
syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)
Arjun Shankar
2024-01-30
4
-15
/
+82
*
libio: Check remaining buffer size in _IO_wdo_write (bug 31183)
Florian Weimer
2024-01-30
2
-1
/
+2
*
getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)
Andreas Schwab
2024-01-30
1
-1
/
+8
*
Gentoo: Disable valgrind-based tests, too unreliable
gentoo/glibc-2.38-9
Andreas K. Hüttel
2023-12-23
1
-4
/
+0
*
NEWS: Mention bug fixes for 30745/30843
gentoo/glibc-2.38-8
H.J. Lu
2023-12-23
1
-0
/
+2
*
NEWS: Mention bug fixes for 29039/30694/30709/30721
H.J. Lu
2023-12-23
1
-0
/
+4
*
x86-64: Fix the tcb field load for x32 [BZ #31185]
H.J. Lu
2023-12-23
2
-2
/
+3
*
x86-64: Fix the dtv field load for x32 [BZ #31184]
H.J. Lu
2023-12-23
2
-1
/
+2
*
elf: Add TLS modid reuse test for bug 29039
Szabolcs Nagy
2023-12-23
5
-0
/
+113
*
elf: Fix TLS modid reuse generation assignment (BZ 29039)
Hector Martin
2023-12-23
1
-0
/
+1
*
LoongArch: Delete excessively allocated memory.
caiyinyu
2023-12-23
1
-34
/
+34
*
elf: Fix wrong break removal from 8ee878592c
Adhemerval Zanella
2023-12-23
1
-0
/
+1
*
sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...
Sergio Durigan Junior
2023-12-23
2
-6
/
+6
*
Revert "elf: Move l_init_called_next to old place of l_text_end in link map"
gentoo/glibc-2.38-7
Florian Weimer
2023-10-26
1
-4
/
+4
[next]