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-04
aarch64/fpu: Add vector variants of cosh
Joe Ramsay
18
-1
/
+648
2024-04-04
aarch64/fpu: Add vector variants of erf
Joe Ramsay
19
-1
/
+4531
2024-04-04
misc: Add support for Linux uio.h RWF_NOAPPEND flag
Stafford Horne
3
-1
/
+9
2024-04-03
manual: significand() uses FLT_RADIX, not 2
Alejandro Colomar
1
-1
/
+1
2024-04-03
manual: Clarify return value of cbrt(3)
Alejandro Colomar
1
-2
/
+6
2024-04-03
manual: floor(log2(fabs(x))) has rounding errors
Alejandro Colomar
1
-2
/
+5
2024-04-03
manual: logb(x) is floor(log2(fabs(x)))
Alejandro Colomar
1
-1
/
+1
2024-04-02
powerpc: Add missing arch flags on rounding ifunc variants
Adhemerval Zanella
1
-0
/
+6
2024-04-02
math: Reformat Makefile.
Adhemerval Zanella
1
-156
/
+682
2024-04-02
Always define __USE_TIME_BITS64 when 64 bit time_t is used
Adhemerval Zanella
75
-182
/
+178
2024-04-01
benchtests: Improve benchtests for strstr
Adhemerval Zanella
1
-73
/
+270
2024-03-27
x86_64: Remove avx512 strstr implementation
Adhemerval Zanella
4
-248
/
+4
2024-03-27
signal: Avoid system signal disposition to interfere with tests
Adhemerval Zanella
2
-0
/
+7
2024-03-25
RISC-V: Fix the static-PIE non-relocated object check
Palmer Dabbelt
1
-1
/
+1
2024-03-23
htl: Implement some support for TLS_DTV_AT_TP
Sergey Bugaev
3
-2
/
+25
2024-03-23
htl: Respect GL(dl_stack_flags) when allocating stacks
Sergey Bugaev
2
-2
/
+11
2024-03-23
hurd: Use the RETURN_ADDRESS macro
Sergey Bugaev
1
-1
/
+1
2024-03-23
hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for now
Sergey Bugaev
2
-2
/
+2
2024-03-23
Allow glibc to be compiled without EXEC_PAGESIZE
Sergey Bugaev
3
-2
/
+8
2024-03-23
hurd: Stop relying on VM_MAX_ADDRESS
Sergey Bugaev
1
-4
/
+4
2024-03-23
hurd: Move internal functions to internal header
Sergey Bugaev
2
-87
/
+78
2024-03-23
stdlib: Fix tst-makecontext2 log when swapcontext fails
Stafford Horne
1
-1
/
+1
2024-03-22
or1k: Add prctl wrapper to unwrap variadic args
Stafford Horne
1
-0
/
+42
2024-03-22
or1k: Only define fpu rouding and exceptions with hard-float
Stafford Horne
1
-0
/
+19
2024-03-22
or1k: Update libm test ulps
Stafford Horne
1
-0
/
+1
2024-03-21
AArch64: Check kernel version for SVE ifuncs
Wilco Dijkstra
5
-2
/
+53
2024-03-19
powerpc: Placeholder and infrastructure/build support to add Power11 related changes.
Amrita H S
15
-5
/
+27
2024-03-19
powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.
Manjunath Matti
12
-19
/
+74
2024-03-19
elf: Enable TLS descriptor tests on aarch64
Adhemerval Zanella
5
-33
/
+40
2024-03-19
arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)
Adhemerval Zanella
10
-15
/
+250
2024-03-19
Ignore undefined symbols for -mtls-dialect=gnu2
Adhemerval Zanella
2
-2
/
+2
2024-03-19
Add tst-gnu2-tls2mod1 to test-internal-extras
Andreas Schwab
1
-0
/
+2
2024-03-18
x86-64: Allocate state buffer space for RDI, RSI and RBX
H.J. Lu
3
-10
/
+146
2024-03-18
riscv: Update nofpu libm test ulps
Darius Rad
1
-0
/
+1
2024-03-15
Add STATX_MNT_ID_UNIQUE from Linux 6.8 to bits/statx-generic.h
Joseph Myers
1
-0
/
+1
2024-03-15
linux: Use rseq area unconditionally in sched_getcpu (bug 31479)
Florian Weimer
1
-8
/
+0
2024-03-14
aarch64: fix check for SVE support in assembler
Szabolcs Nagy
2
-4
/
+6
2024-03-13
Update kernel version to 6.8 in header constant tests
Joseph Myers
3
-4
/
+4
2024-03-13
Update syscall lists for Linux 6.8
Joseph Myers
27
-2
/
+137
2024-03-13
Use Linux 6.8 in build-many-glibcs.py
Joseph Myers
1
-1
/
+1
2024-03-12
powerpc: Remove power8 strcasestr optimization
Adhemerval Zanella
8
-675
/
+1
2024-03-12
riscv: Fix alignment-ignorant memcpy implementation
Adhemerval Zanella
9
-167
/
+215
2024-03-12
linux/sigsetops: fix type confusion (bug 31468)
Andreas Schwab
3
-9
/
+20
2024-03-12
LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbf
caiyinyu
1
-1
/
+1
2024-03-11
duplocale: protect use of global locale (bug 23970)
Andreas Schwab
1
-6
/
+8
2024-03-03
x86-64: Simplify minimum ISA check ifdef conditional with if
Sunil K Pandey
1
-11
/
+8
2024-03-01
manual/tunables - Add entry for enable_secure tunable.
Joe Talbott
1
-0
/
+10
2024-03-01
NEWS: Move enable_secure_tunable from 2.39 to 2.40.
Joe Talbott
1
-5
/
+5
2024-03-01
riscv: Add and use alignment-ignorant memcpy
Evan Green
5
-0
/
+258
2024-03-01
riscv: Add ifunc helper method to hwprobe.h
Evan Green
1
-0
/
+29
[prev]
[next]