index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)
Florian Weimer
1
-2
/
+3
2024-04-25
i386: ulp update for SSE2 --disable-multi-arch configurations
Florian Weimer
1
-0
/
+1
2024-04-25
GLIBC-SA-2024-0004: add commit for 2.31 branch
Aurelien Jarno
1
-0
/
+1
2024-04-24
benchtests: Add difficult strstr needle for bruteforce algorithms
Wilco Dijkstra
1
-0
/
+27
2024-04-24
x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]
H.J. Lu
4
-1
/
+18
2024-04-24
LoongArch: Add glibc.cpu.hwcap support.
caiyinyu
13
-9
/
+475
2024-04-23
nptl: Fix tst-cancel30 on kernels without ppoll_time64 support
Florian Weimer
1
-4
/
+11
2024-04-22
Revert "Allow glibc to be compiled without EXEC_PAGESIZE"
Samuel Thibault
3
-8
/
+2
2024-04-22
locale: Handle loading a missing locale twice (Bug 14247)
Carlos O'Donell
6
-10
/
+119
2024-04-22
elf: Do not check for loader mmap on tst-decorate-maps (BZ 31553)
Adhemerval Zanella
1
-6
/
+6
2024-04-19
Use --enable-obsolete in build-many-glibcs.py for nios2-linux-gnu
Joseph Myers
1
-1
/
+2
2024-04-19
login: Use unsigned 32-bit types for seconds-since-epoch
Florian Weimer
6
-5
/
+55
2024-04-19
login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)
Florian Weimer
18
-22
/
+165
2024-04-19
login: Check default sizes of structs utmp, utmpx, lastlog
Florian Weimer
17
-1
/
+88
2024-04-18
benchtests: Add random() benchmark
Wilco Dijkstra
2
-0
/
+107
2024-04-18
advisories: Add Reported-By
Siddhesh Poyarekar
1
-0
/
+4
2024-04-17
Fix 'Reported-By' to use Camel Case for commit 6a98f4640ea453f
Adhemerval Zanella
1
-1
/
+1
2024-04-17
Document CVE-2024-2961
Adhemerval Zanella
1
-0
/
+27
2024-04-17
iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence (CVE-2024-2961)
Charles Fol
3
-1
/
+144
2024-04-16
elf/rtld: Count skipped environment variables for enable_secure
Joe Simmons-Talbott
3
-8
/
+66
2024-04-14
powerpc: Fix ld.so address determination for PCREL mode (bug 31640)
Florian Weimer
1
-0
/
+19
2024-04-13
Revert "x86_64: Suppress false positive valgrind error"
Florian Weimer
4
-29
/
+3
2024-04-11
wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)
Adhemerval Zanella
3
-70
/
+505
2024-04-11
wcsmbs: Add test-wcsstr
Adhemerval Zanella
4
-54
/
+117
2024-04-10
posix: Sync tempname with gnulib
Adhemerval Zanella
12
-132
/
+260
2024-04-10
socket: Add new test for connect
Sergey Kolosov
2
-0
/
+114
2024-04-10
libsupport: Add xgetpeername
Sergey Kolosov
3
-0
/
+32
2024-04-09
nptl: Add tst-pthread-key1-static for BZ #21777
H.J. Lu
2
-0
/
+39
2024-04-08
elf: Add ld.so test with non-existing program name
Florian Weimer
2
-0
/
+46
2024-04-08
elf: Check objname before calling fatal_error
H.J. Lu
1
-1
/
+5
2024-04-08
Use crtbeginT.o and crtend.o for non-PIE static executables
H.J. Lu
1
-4
/
+6
2024-04-08
aarch64: Enhanced CPU diagnostics for ld.so
Florian Weimer
2
-0
/
+118
2024-04-08
x86: Add generic CPUID data dumper to ld.so --list-diagnostics
Florian Weimer
2
-1
/
+468
2024-04-08
elf: Add CPU iteration support for future use in ld.so diagnostics
Florian Weimer
3
-0
/
+236
2024-04-07
timezone: sync to TZDB 2024a
Paul Eggert
9
-1537
/
+2669
2024-04-06
Fix bsearch, qsort doc to match POSIX better
Paul Eggert
1
-23
/
+35
2024-04-06
x86-64: Exclude FMA4 IFUNC functions for -mapxf
H.J. Lu
6
-9
/
+70
2024-04-05
Reinstate generic features-time64.h
Adhemerval Zanella
1
-0
/
+19
2024-04-04
Cleanup __tls_get_addr on alpha/microblaze localplt.data
Adhemerval Zanella
2
-4
/
+0
2024-04-04
arm: Remove ld.so __tls_get_addr plt usage
Adhemerval Zanella
2
-3
/
+2
2024-04-04
aarch64: Remove ld.so __tls_get_addr plt usage
Adhemerval Zanella
2
-3
/
+2
2024-04-04
math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)
Adhemerval Zanella
6
-93
/
+87
2024-04-04
math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)
Adhemerval Zanella
9
-140
/
+144
2024-04-04
math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)
Adhemerval Zanella
10
-141
/
+181
2024-04-04
aarch64/fpu: Add vector variants of erfc
Joe Ramsay
17
-1
/
+4897
2024-04-04
aarch64/fpu: Add vector variants of tanh
Joe Ramsay
16
-27
/
+405
2024-04-04
aarch64/fpu: Add vector variants of sinh
Joe Ramsay
16
-0
/
+572
2024-04-04
aarch64/fpu: Add vector variants of atanh
Joe Ramsay
14
-0
/
+288
2024-04-04
aarch64/fpu: Add vector variants of asinh
Joe Ramsay
14
-0
/
+489
2024-04-04
aarch64/fpu: Add vector variants of acosh
Joe Ramsay
19
-0
/
+653
[prev]
[next]