about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* support: Add FUSE-based file system test framework to support/Florian Weimer2024-09-054-0/+1270
* Linux: readdir_r needs to report getdents failures (bug 32124)Florian Weimer2024-09-051-1/+10
* support: Add <support/xdirent.h>Florian Weimer2024-09-058-0/+321
* Bundle <linux/fuse.h> userspace header from Linux 6.10Florian Weimer2024-09-055-0/+1597
* i386: Update ulpsFlorian Weimer2024-09-051-1/+1
* fgets: more testsDJ Delorie2024-09-042-0/+254
* Add more thorough tests of freopenJoseph Myers2024-09-047-0/+642
* libio: Attempt wide backup free only for non-legacy codeSiddhesh Poyarekar2024-09-041-1/+1
* Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)Joseph Myers2024-09-043-0/+57
* Improve NaN payload testingJoseph Myers2024-09-041-5/+54
* Add support/ code for checking file contentsJoseph Myers2024-09-036-0/+202
* linux: mips: Fix syscall_cancell build for __mips_isa_rev >= 6Adhemerval Zanella2024-09-021-0/+4
* io: Fix destructive nature of tst-fchmod-errorsFlorian Weimer2024-08-301-3/+10
* io: Add error tests for fchmodFlorian Weimer2024-08-302-0/+57
* powerpc64: Fix syscall_cancel build for powerpc64le-linux-gnu [BZ #32125]Jeevitha Palanisamy2024-08-301-1/+1
* Make __strtod_internal tests type-genericJoseph Myers2024-08-274-180/+313
* Fix strtod subnormal rounding (bug 30220)Joseph Myers2024-08-273-0/+386
* More thoroughly test underflow / errno in tst-strtod-roundJoseph Myers2024-08-273-7761/+7857
* manual: Add Descriptor-Relative Access sectionFlorian Weimer2024-08-273-10/+235
* x86: Enable non-temporal memset for Hygon processorsFeifei Wang2024-08-262-3/+8
* x86: Add cache information support for Hygon processorsFeifei Wang2024-08-261-0/+60
* x86: Add new architecture type for Hygon processorsFeifei Wang2024-08-262-3/+17
* support: Report errno constants in TEST_COMPARE failuresFlorian Weimer2024-08-261-1/+10
* inet: Avoid label at end of compound statement in tst-if_nameindexFlorian Weimer2024-08-261-0/+1
* mach: Fix bogus negative returnSamuel Thibault2024-08-251-0/+3
* powerpc64: Optimize strcpy and stpcpy for Power9/10Mahesh Bodapati2024-08-231-53/+223
* nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella2024-08-2353-228/+2521
* Test mkdirat use of mode argumentJoseph Myers2024-08-221-0/+42
* Add more tests of getlineJoseph Myers2024-08-213-0/+543
* Revert "inet: Avoid label at end of compound statement in tst-if_nameindex"Florian Weimer2024-08-211-1/+3
* inet: Avoid label at end of compound statement in tst-if_nameindexFlorian Weimer2024-08-211-3/+1
* Rules: Also build memcheck tests even when not running themSamuel Thibault2024-08-201-1/+5
* malloc: Link threading tests with $(shared-thread-library)Samuel Thibault2024-08-201-0/+6
* inet: test if_nametoindex and if_indextonameDJ Delorie2024-08-192-0/+117
* elf: Make dl-fptr and dl-symaddr hppa specificAdhemerval Zanella2024-08-194-401/+22
* x86: Unifies 'strnlen-evex' and 'strnlen-evex512' implementations.Matthew Sterrett2024-08-193-680/+469
* string: strerror, strsignal cannot use buffer after dlmopen (bug 32026)Florian Weimer2024-08-192-25/+46
* support: Use macros for *stat wrappersFlorian Weimer2024-08-1616-168/+34
* io: Use struct statx and xstatx in testsFlorian Weimer2024-08-1614-95/+57
* support: Add the xstatx functionFlorian Weimer2024-08-163-0/+35
* support: Include <string.h> for strcmp in support_format_addrinfo.cFlorian Weimer2024-08-161-0/+1
* support: Remove #include <config.h>Florian Weimer2024-08-162-2/+0
* nptl: Fix extraneous testing run by tst-rseq-nptl in the test driverMaciej W. Rozycki2024-08-161-0/+9
* Report error if setaffinity wrapper fails (Bug 32040)Carlos O'Donell2024-08-151-1/+1
* ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar2024-08-154-2/+47
* ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]Siddhesh Poyarekar2024-08-153-6/+6
* Make tst-ungetc use libsupportSiddhesh Poyarekar2024-08-151-55/+57
* x86: Add `Avoid_STOSB` tunable to allow NT memset without ERMSNoah Goldstein2024-08-156-12/+53
* x86: Use `Avoid_Non_Temporal_Memset` to control non-temporal pathNoah Goldstein2024-08-152-8/+23
* x86: Fix bug in strchrnul-evex512 [BZ #32078]Noah Goldstein2024-08-152-5/+68