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
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux: Add support for getrandom vDSO
vdso
Adhemerval Zanella
2024-09-27
22
-7
/
+455
*
elf: Fix tst-dlopen-tlsreinit1.out test dependency
Florian Weimer
2024-09-09
1
-1
/
+1
*
Add a new fwrite test for memory streams
Tulio Magno Quites Machado Filho
2024-09-09
2
-0
/
+178
*
Add a new fwrite test for read-only streams
Tulio Magno Quites Machado Filho
2024-09-09
2
-0
/
+66
*
AArch64: Optimize memset
Wilco Dijkstra
2024-09-09
1
-111
/
+84
*
hppa: Update libm-test-ulps
John David Anglin
2024-09-09
1
-21
/
+21
*
aarch64: Avoid redundant MOVs in AdvSIMD F32 logs
Joe Ramsay
2024-09-09
3
-45
/
+72
*
io: Add FUSE-based test for fchmod
Florian Weimer
2024-09-09
2
-0
/
+115
*
io: Add tst-lstat-nofollow, tst-lstat-nofollow-time64
Florian Weimer
2024-09-09
3
-0
/
+101
*
Document limitations on streams passed to freopen
Joseph Myers
2024-09-06
1
-0
/
+8
*
stdlib: Do not use GLIBC_PRIVATE ABI for errno in libc_nonshared.a
Florian Weimer
2024-09-06
1
-1
/
+1
*
manual: Safety annotations for clock_gettime, clock_getres
Florian Weimer
2024-09-06
1
-0
/
+2
*
LoongArch: Fix macro redefined warning in tls-desc.S
mengqinggang
2024-09-06
2
-6
/
+15
*
timezone: sync to TZDB 2024b
Adhemerval Zanella
2024-09-05
6
-142
/
+151
*
i386: Update ulps
Florian Weimer
2024-09-05
1
-3
/
+3
*
Fix freopen handling of ,ccs= (bug 23675)
Joseph Myers
2024-09-05
3
-11
/
+3
*
powerpc64le: Build new strtod tests with long double ABI flags (bug 32145)
Florian Weimer
2024-09-05
1
-0
/
+4
*
Test fclose on an unopened file.
Aaron Merey
2024-09-05
2
-0
/
+41
*
Fix memory leak on freopen error return (bug 32140)
Joseph Myers
2024-09-05
4
-0
/
+18
*
Clear flags2 flags set from mode in freopen (bug 32134)
Joseph Myers
2024-09-05
3
-2
/
+9
*
support: Add FUSE-based file system test framework to support/
Florian Weimer
2024-09-05
4
-0
/
+1270
*
Linux: readdir_r needs to report getdents failures (bug 32124)
Florian Weimer
2024-09-05
1
-1
/
+10
*
support: Add <support/xdirent.h>
Florian Weimer
2024-09-05
8
-0
/
+321
*
Bundle <linux/fuse.h> userspace header from Linux 6.10
Florian Weimer
2024-09-05
5
-0
/
+1597
*
i386: Update ulps
Florian Weimer
2024-09-05
1
-1
/
+1
*
fgets: more tests
DJ Delorie
2024-09-04
2
-0
/
+254
*
Add more thorough tests of freopen
Joseph Myers
2024-09-04
7
-0
/
+642
*
libio: Attempt wide backup free only for non-legacy code
Siddhesh Poyarekar
2024-09-04
1
-1
/
+1
*
Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)
Joseph Myers
2024-09-04
3
-0
/
+57
*
Improve NaN payload testing
Joseph Myers
2024-09-04
1
-5
/
+54
*
Add support/ code for checking file contents
Joseph Myers
2024-09-03
6
-0
/
+202
*
linux: mips: Fix syscall_cancell build for __mips_isa_rev >= 6
Adhemerval Zanella
2024-09-02
1
-0
/
+4
*
io: Fix destructive nature of tst-fchmod-errors
Florian Weimer
2024-08-30
1
-3
/
+10
*
io: Add error tests for fchmod
Florian Weimer
2024-08-30
2
-0
/
+57
*
powerpc64: Fix syscall_cancel build for powerpc64le-linux-gnu [BZ #32125]
Jeevitha Palanisamy
2024-08-30
1
-1
/
+1
*
Make __strtod_internal tests type-generic
Joseph Myers
2024-08-27
4
-180
/
+313
*
Fix strtod subnormal rounding (bug 30220)
Joseph Myers
2024-08-27
3
-0
/
+386
*
More thoroughly test underflow / errno in tst-strtod-round
Joseph Myers
2024-08-27
3
-7761
/
+7857
*
manual: Add Descriptor-Relative Access section
Florian Weimer
2024-08-27
3
-10
/
+235
*
x86: Enable non-temporal memset for Hygon processors
Feifei Wang
2024-08-26
2
-3
/
+8
*
x86: Add cache information support for Hygon processors
Feifei Wang
2024-08-26
1
-0
/
+60
*
x86: Add new architecture type for Hygon processors
Feifei Wang
2024-08-26
2
-3
/
+17
*
support: Report errno constants in TEST_COMPARE failures
Florian Weimer
2024-08-26
1
-1
/
+10
*
inet: Avoid label at end of compound statement in tst-if_nameindex
Florian Weimer
2024-08-26
1
-0
/
+1
*
mach: Fix bogus negative return
Samuel Thibault
2024-08-25
1
-0
/
+3
*
powerpc64: Optimize strcpy and stpcpy for Power9/10
Mahesh Bodapati
2024-08-23
1
-53
/
+223
*
nptl: Fix Race conditions in pthread cancellation [BZ#12683]
Adhemerval Zanella
2024-08-23
53
-228
/
+2521
*
Test mkdirat use of mode argument
Joseph Myers
2024-08-22
1
-0
/
+42
*
Add more tests of getline
Joseph Myers
2024-08-21
3
-0
/
+543
*
Revert "inet: Avoid label at end of compound statement in tst-if_nameindex"
Florian Weimer
2024-08-21
1
-1
/
+3
[next]