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