aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
5 dayself: Change ldconfig auxcache magic number (bug 32231)release/2.40/masterFlorian Weimer2-1/+2
2024-10-18Make tst-strtod-underflow type-genericJoseph Myers1-60/+297
2024-10-01libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]H.J. Lu3-1/+95
2024-09-27Add tests of more strtod special casesJoseph Myers1-0/+14
2024-09-27Add more tests of strtod end pointerJoseph Myers1-2/+39
2024-09-27Make tst-strtod2 and tst-strtod5 type-genericJoseph Myers2-82/+118
2024-09-27powerpc64le: Build new strtod tests with long double ABI flags (bug 32145)Florian Weimer1-0/+4
2024-09-27Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)Joseph Myers3-0/+57
2024-09-27Improve NaN payload testingJoseph Myers1-5/+54
2024-09-27Make __strtod_internal tests type-genericJoseph Myers4-180/+313
2024-09-27Fix strtod subnormal rounding (bug 30220)Joseph Myers3-0/+386
2024-09-27More thoroughly test underflow / errno in tst-strtod-roundJoseph Myers3-7761/+7857
2024-09-27Test errno setting on strtod overflow in tst-strtod-roundJoseph Myers1-0/+11
2024-09-26Add tests of freadJoseph Myers2-0/+135
2024-09-26stdio-common: Add new test for fdopenSergey Kolosov2-0/+247
2024-09-11libio: Attempt wide backup free only for non-legacy codeSiddhesh Poyarekar2-1/+3
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-09elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer13-45/+310
2024-09-09elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer4-9/+12
2024-08-30nptl: Use <support/check.h> facilities in tst-setuid3Maciej W. Rozycki1-21/+16
2024-08-30posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64Maciej W. Rozycki1-13/+12
2024-08-28ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar4-2/+47
2024-08-28ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]Siddhesh Poyarekar3-6/+6
2024-08-28Make tst-ungetc use libsupportSiddhesh Poyarekar1-55/+57
2024-08-28stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]Maciej W. Rozycki2-0/+113
2024-08-28support: Add FAIL test failure helperMaciej W. Rozycki4-48/+18
2024-08-19string: strerror, strsignal cannot use buffer after dlmopen (bug 32026)Florian Weimer3-25/+47
2024-08-19Define __libc_initial for the static libcFlorian Weimer1-0/+3
2024-08-15x86: Fix bug in strchrnul-evex512 [BZ #32078]Noah Goldstein2-5/+68
2024-08-12x32/cet: Support shadow stack during startup for Linux 6.10H.J. Lu3-3/+8
2024-08-12x86-64: Remove sysdeps/x86_64/x32/dl-machine.hH.J. Lu2-87/+16
2024-08-09support: Add options list terminator to the test driverFlorian Weimer1-0/+1
2024-08-06manual/stdio: Further clarify putc, putwc, getc, and getwcArjun Shankar1-17/+10
2024-08-06Fix name space violation in fortify wrappers (bug 32052)Andreas Schwab5-63/+64
2024-08-02x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop (bug 32047)Florian Weimer1-0/+1
2024-08-01resolv: Fix tst-resolv-short-response for older GCC (bug 32042)Florian Weimer1-2/+4
2024-08-01Add mremap testsH.J. Lu7-0/+221
2024-08-01mremap: Update manual entryH.J. Lu2-7/+36
2024-08-01linux: Update the mremap C implementation [BZ #31968]H.J. Lu2-1/+14
2024-08-01Enhanced test coverage for strncmp, wcsncmpFlorian Weimer5-1/+200
2024-08-01Enhance test coverage for strnlen, wcsnlenFlorian Weimer5-0/+144
2024-07-29manual: make setrlimit() description less ambiguousLukas Bulwahn1-2/+2
2024-07-29manual/stdio: Clarify putc and putwcArjun Shankar1-6/+6
2024-07-29malloc: add multi-threaded tests for aligned_alloc/calloc/mallocMiguel Martín3-0/+172
2024-07-29malloc: avoid global locks in tst-aligned_alloc-lib.cMiguel Martín1-19/+20
2024-07-24Fix version number in NEWS fileFlorian Weimer1-1/+1
2024-07-24manual: Do not mention STATIC_TLS in dynamic linker hardening recommendationsFlorian Weimer1-12/+12
2024-07-24resolv: Do not wait for non-existing second DNS response after error (bug 30081)Florian Weimer5-1/+150
2024-07-24resolv: Allow short error responses to match any query (bug 31890)Florian Weimer4-10/+140