aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sparc: Fix restartable syscalls (BZ 32173)gentoo/2.39Adhemerval Zanella2024-10-165-32/+161
* support: Make support_process_state_wait return the found stateAdhemerval Zanella2024-10-163-8/+24
* Disable _TIME_BITS if the compiler defaults to itgentoo/glibc-2.39-11Adhemerval Zanella2024-10-084-1/+45
* Disable _FILE_OFFSET_BITS if the compiler defaults to itAdhemerval Zanella2024-10-084-1/+49
* Add crt1-2.0.o for glibc 2.0 compatibility testsgentoo/glibc-2.39-10H.J. Lu2024-10-037-2/+102
* Add tests of more strtod special casesJoseph Myers2024-10-031-0/+14
* Add more tests of strtod end pointerJoseph Myers2024-10-031-2/+39
* Make tst-strtod2 and tst-strtod5 type-genericJoseph Myers2024-10-032-82/+118
* powerpc64le: Build new strtod tests with long double ABI flags (bug 32145)Florian Weimer2024-10-031-0/+4
* Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)Joseph Myers2024-10-033-0/+57
* Improve NaN payload testingJoseph Myers2024-10-031-5/+54
* Make __strtod_internal tests type-genericJoseph Myers2024-10-034-180/+313
* Fix strtod subnormal rounding (bug 30220)Joseph Myers2024-10-033-0/+386
* More thoroughly test underflow / errno in tst-strtod-roundJoseph Myers2024-10-033-7761/+7857
* Test errno setting on strtod overflow in tst-strtod-roundJoseph Myers2024-10-031-0/+11
* Add tests of freadJoseph Myers2024-10-032-0/+135
* stdio-common: Add new test for fdopenSergey Kolosov2024-10-032-0/+247
* libio: Attempt wide backup free only for non-legacy codeSiddhesh Poyarekar2024-10-032-1/+3
* debug: Fix read error handling in pcprofiledumpFlorian Weimer2024-10-031-36/+47
* elf: Fix tst-dlopen-tlsreinit1.out test dependencyFlorian Weimer2024-10-031-1/+1
* elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer2024-10-0313-44/+310
* elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer2024-10-034-9/+12
* elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer2024-10-038-10/+284
* nptl: Use <support/check.h> facilities in tst-setuid3Maciej W. Rozycki2024-10-031-21/+16
* posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64Maciej W. Rozycki2024-10-031-13/+12
* ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar2024-10-034-2/+47
* ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]Siddhesh Poyarekar2024-10-033-6/+6
* Make tst-ungetc use libsupportSiddhesh Poyarekar2024-10-031-55/+57
* stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]Maciej W. Rozycki2024-10-032-0/+113
* support: Add FAIL test failure helperMaciej W. Rozycki2024-10-034-48/+18
* string: strerror, strsignal cannot use buffer after dlmopen (bug 32026)Florian Weimer2024-10-033-25/+47
* Define __libc_initial for the static libcFlorian Weimer2024-10-031-0/+3
* x86: Fix bug in strchrnul-evex512 [BZ #32078]Noah Goldstein2024-10-032-5/+68
* Adjust check-local-headers test for libaudit 4.0Florian Weimer2024-10-031-1/+1
* x32/cet: Support shadow stack during startup for Linux 6.10H.J. Lu2024-10-033-3/+8
* x86-64: Remove sysdeps/x86_64/x32/dl-machine.hH.J. Lu2024-10-032-87/+16
* support: Add options list terminator to the test driverFlorian Weimer2024-10-031-0/+1
* manual/stdio: Further clarify putc, putwc, getc, and getwcArjun Shankar2024-10-031-17/+10
* Fix name space violation in fortify wrappers (bug 32052)Andreas Schwab2024-10-035-63/+64
* resolv: Fix tst-resolv-short-response for older GCC (bug 32042)Florian Weimer2024-10-031-2/+4
* Add mremap testsH.J. Lu2024-10-037-0/+221
* mremap: Update manual entryH.J. Lu2024-10-032-7/+36
* linux: Update the mremap C implementation [BZ #31968]H.J. Lu2024-10-031-1/+13
* Enhanced test coverage for strncmp, wcsncmpFlorian Weimer2024-10-035-1/+200
* Enhance test coverage for strnlen, wcsnlenFlorian Weimer2024-10-035-0/+144
* manual: make setrlimit() description less ambiguousLukas Bulwahn2024-10-031-2/+2
* manual/stdio: Clarify putc and putwcArjun Shankar2024-10-031-6/+6
* malloc: add multi-threaded tests for aligned_alloc/calloc/mallocMiguel Martín2024-10-033-0/+172
* malloc: avoid global locks in tst-aligned_alloc-lib.cMiguel Martín2024-10-031-19/+20
* resolv: Track single-request fallback via _res._flags (bug 31476)Florian Weimer2024-10-033-5/+10