aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Linux: Use readdir64_r for compat __old_readdir64_r (bug 32128)Florian Weimer4-216/+71
2024-09-21dirent: Add tst-closedir-leaksFlorian Weimer2-0/+97
2024-09-21support: Add valgrind instructions to <support/fuse.h>Florian Weimer1-2/+4
2024-09-21support: Fix memory leaks in FUSE testsFlorian Weimer2-0/+2
2024-09-21misc: FUSE-based tests for mkstempFlorian Weimer3-0/+422
2024-09-20Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderrJoseph Myers8-0/+385
2024-09-20Make tst-strtod-underflow type-genericJoseph Myers1-60/+297
2024-09-20Add tests of more strtod special casesJoseph Myers1-0/+14
2024-09-20Add more tests of strtod end pointerJoseph Myers1-2/+39
2024-09-20Make tst-strtod2 and tst-strtod5 type-genericJoseph Myers2-82/+118
2024-09-21Implement run-built-tests=no for make xcheck, always build xtestsFlorian Weimer1-6/+11
2024-09-20Test that errno is set to 0 at program startupAaron Merey2-0/+59
2024-09-20Add another test for fclose on an unopened fileAaron Merey4-3/+69
2024-09-20iconv: Input buffering for the iconv program (bug 6050)Florian Weimer2-106/+109
2024-09-20iconv: Multiple - on command line should not fail (bug 32050)Florian Weimer2-1/+7
2024-09-20iconv: Support in-place conversions (bug 10460, bug 32033)Florian Weimer4-75/+386
2024-09-20iconv: Preserve iconv -c error exit on invalid inputs (bug 32046)Florian Weimer16-108/+280
2024-09-20manual: __is_last is no longer part of iconv internalsFlorian Weimer1-9/+9
2024-09-20iconv: Do not use mmap in iconv (the program) (bug 17703)Florian Weimer1-41/+1
2024-09-20iconv: Base tests for buffer managementFlorian Weimer2-2/+187
2024-09-19AArch64: Add vector logp1 alias for log1pJoe Ramsay10-1/+42
2024-09-19hurd: Avoid file_check_access () RPC for access (F_OK)Sergey Bugaev1-0/+9
2024-09-14tst: Extend cross-test-ssh.sh to support passing glibc tunablesYury Khrustalev1-0/+18
2024-09-12support: Fix Hurd build of tst-support_readdirFlorian Weimer1-4/+7
2024-09-12support: Add <support/readdir.h>Florian Weimer4-0/+475
2024-09-11Linux: Add missing scheduler constants to <sched.h>Florian Weimer4-0/+82
2024-09-11Linux: Add the sched_setattr and sched_getattr functionsFlorian Weimer41-2/+391
2024-09-11manual: Extract the @manpageurl{func,sec} macroFlorian Weimer1-2/+5
2024-09-10AArch64: Remove memset-reg.hWilco Dijkstra6-35/+28
2024-09-10debug: Fix read error handling in pcprofiledumpFlorian Weimer1-36/+47
2024-09-09elf: Fix tst-dlopen-tlsreinit1.out test dependencyFlorian Weimer1-1/+1
2024-09-09Add a new fwrite test for memory streamsTulio Magno Quites Machado Filho2-0/+178
2024-09-09Add a new fwrite test for read-only streamsTulio Magno Quites Machado Filho2-0/+66
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