aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-08-19elf: Make dl-fptr and dl-symaddr hppa specificAdhemerval Zanella4-401/+22
2024-08-19x86: Unifies 'strnlen-evex' and 'strnlen-evex512' implementations.Matthew Sterrett3-680/+469
2024-08-19string: strerror, strsignal cannot use buffer after dlmopen (bug 32026)Florian Weimer2-25/+46
2024-08-16support: Use macros for *stat wrappersFlorian Weimer16-168/+34
2024-08-16io: Use struct statx and xstatx in testsFlorian Weimer14-95/+57
2024-08-16support: Add the xstatx functionFlorian Weimer3-0/+35
2024-08-16support: Include <string.h> for strcmp in support_format_addrinfo.cFlorian Weimer1-0/+1
2024-08-16support: Remove #include <config.h>Florian Weimer2-2/+0
2024-08-16nptl: Fix extraneous testing run by tst-rseq-nptl in the test driverMaciej W. Rozycki1-0/+9
2024-08-15Report error if setaffinity wrapper fails (Bug 32040)Carlos O'Donell1-1/+1
2024-08-15ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar4-2/+47
2024-08-15ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]Siddhesh Poyarekar3-6/+6
2024-08-15Make tst-ungetc use libsupportSiddhesh Poyarekar1-55/+57
2024-08-15x86: Add `Avoid_STOSB` tunable to allow NT memset without ERMSNoah Goldstein6-12/+53
2024-08-15x86: Use `Avoid_Non_Temporal_Memset` to control non-temporal pathNoah Goldstein2-8/+23
2024-08-15x86: Fix bug in strchrnul-evex512 [BZ #32078]Noah Goldstein2-5/+68
2024-08-14Test errno setting on strtod overflow in tst-strtod-roundJoseph Myers1-0/+11
2024-08-14libio/tst-getdelim: Add new test covering NUL as a delimiterFrédéric Bérat1-1/+21
2024-08-13manual: Document dprintf and vdprintfFlorian Weimer1-0/+27
2024-08-13manual: Document generic printf error codesFlorian Weimer1-0/+23
2024-08-11ARC: Regenerate ULPsPavel Kozlov2-0/+81
2024-08-09support: Add options list terminator to the test driverFlorian Weimer1-0/+1
2024-08-09Define __libc_initial for the static libcFlorian Weimer1-0/+3
2024-08-09Turn on -Wimplicit-fallthrough by default if availableFlorian Weimer3-1/+36
2024-08-09LoongArch: Add cfi instructions for _dl_tlsdesc_dynamicmengqinggang5-373/+258