aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-09AArch64: Optimize memsetWilco Dijkstra1-111/+84
2024-09-09hppa: Update libm-test-ulpsJohn David Anglin1-21/+21
2024-09-09aarch64: Avoid redundant MOVs in AdvSIMD F32 logsJoe Ramsay3-45/+72
2024-09-09io: Add FUSE-based test for fchmodFlorian Weimer2-0/+115
2024-09-09io: Add tst-lstat-nofollow, tst-lstat-nofollow-time64Florian Weimer3-0/+101
2024-09-06Document limitations on streams passed to freopenJoseph Myers1-0/+8
2024-09-06stdlib: Do not use GLIBC_PRIVATE ABI for errno in libc_nonshared.aFlorian Weimer1-1/+1
2024-09-06manual: Safety annotations for clock_gettime, clock_getresFlorian Weimer1-0/+2
2024-09-06LoongArch: Fix macro redefined warning in tls-desc.Smengqinggang2-6/+15
2024-09-05timezone: sync to TZDB 2024bAdhemerval Zanella6-142/+151
2024-09-05i386: Update ulpsFlorian Weimer1-3/+3
2024-09-05Fix freopen handling of ,ccs= (bug 23675)Joseph Myers3-11/+3
2024-09-05powerpc64le: Build new strtod tests with long double ABI flags (bug 32145)Florian Weimer1-0/+4
2024-09-05Test fclose on an unopened file.Aaron Merey2-0/+41
2024-09-05Fix memory leak on freopen error return (bug 32140)Joseph Myers4-0/+18
2024-09-05Clear flags2 flags set from mode in freopen (bug 32134)Joseph Myers3-2/+9
2024-09-05support: Add FUSE-based file system test framework to support/Florian Weimer4-0/+1270
2024-09-05Linux: readdir_r needs to report getdents failures (bug 32124)Florian Weimer1-1/+10
2024-09-05support: Add <support/xdirent.h>Florian Weimer8-0/+321
2024-09-05Bundle <linux/fuse.h> userspace header from Linux 6.10Florian Weimer5-0/+1597
2024-09-05i386: Update ulpsFlorian Weimer1-1/+1
2024-09-04fgets: more testsDJ Delorie2-0/+254
2024-09-04Add more thorough tests of freopenJoseph Myers7-0/+642
2024-09-04libio: Attempt wide backup free only for non-legacy codeSiddhesh Poyarekar1-1/+1
2024-09-04Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)Joseph Myers3-0/+57
2024-09-04Improve NaN payload testingJoseph Myers1-5/+54
2024-09-03Add support/ code for checking file contentsJoseph Myers6-0/+202
2024-09-02linux: mips: Fix syscall_cancell build for __mips_isa_rev >= 6Adhemerval Zanella1-0/+4
2024-08-30io: Fix destructive nature of tst-fchmod-errorsFlorian Weimer1-3/+10
2024-08-30io: Add error tests for fchmodFlorian Weimer2-0/+57
2024-08-30powerpc64: Fix syscall_cancel build for powerpc64le-linux-gnu [BZ #32125]Jeevitha Palanisamy1-1/+1
2024-08-27Make __strtod_internal tests type-genericJoseph Myers4-180/+313
2024-08-27Fix strtod subnormal rounding (bug 30220)Joseph Myers3-0/+386
2024-08-27More thoroughly test underflow / errno in tst-strtod-roundJoseph Myers3-7761/+7857
2024-08-27manual: Add Descriptor-Relative Access sectionFlorian Weimer3-10/+235
2024-08-26x86: Enable non-temporal memset for Hygon processorsFeifei Wang2-3/+8
2024-08-26x86: Add cache information support for Hygon processorsFeifei Wang1-0/+60
2024-08-26x86: Add new architecture type for Hygon processorsFeifei Wang2-3/+17
2024-08-26support: Report errno constants in TEST_COMPARE failuresFlorian Weimer1-1/+10
2024-08-26inet: Avoid label at end of compound statement in tst-if_nameindexFlorian Weimer1-0/+1
2024-08-25mach: Fix bogus negative returnSamuel Thibault1-0/+3
2024-08-23powerpc64: Optimize strcpy and stpcpy for Power9/10Mahesh Bodapati1-53/+223
2024-08-23nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella53-228/+2521
2024-08-22Test mkdirat use of mode argumentJoseph Myers1-0/+42
2024-08-21Add more tests of getlineJoseph Myers3-0/+543
2024-08-21Revert "inet: Avoid label at end of compound statement in tst-if_nameindex"Florian Weimer1-1/+3
2024-08-21inet: Avoid label at end of compound statement in tst-if_nameindexFlorian Weimer1-3/+1
2024-08-20Rules: Also build memcheck tests even when not running themSamuel Thibault1-1/+5
2024-08-20malloc: Link threading tests with $(shared-thread-library)Samuel Thibault1-0/+6
2024-08-19inet: test if_nametoindex and if_indextonameDJ Delorie2-0/+117