summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-04x86: fix wmemset ifunc stray '!' (bug 33542)release/2.36/masterJiamei Xie
2025-08-15x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]H.J. Lu
2025-08-14elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)Florian Weimer
2025-08-14elf: Extract rtld_setup_phdr function from dl_mainFlorian Weimer
2025-08-14elf: Do not add a copy of _dl_find_object to libc.soFlorian Weimer
2025-08-14arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella
2025-07-24posix: Fix double-free after allocation failure in regcomp (bug 33185)Florian Weimer
2025-06-20Fix error reporting (false negatives) in SGID testsFlorian Weimer
2025-06-20support: Pick group in support_capture_subprogram_self_sgid if UID == 0Florian Weimer
2025-06-20support: Don't fail on fchown when spawning sgid processesSiddhesh Poyarekar
2025-05-21elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)Florian Weimer
2025-05-20elf: Test case for bug 32976 (CVE-2025-4802)Florian Weimer
2025-05-20support: Add support_record_failure_barrierFlorian Weimer
2025-05-20support: Use const char * argument in support_capture_subprogram_self_sgidFlorian Weimer
2025-05-20elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for staticAdhemerval Zanella
2025-02-28math: Improve layout of exp/exp10 dataWilco Dijkstra
2025-02-28AArch64: Use prefer_sve_ifuncs for SVE memsetWilco Dijkstra
2025-02-28AArch64: Add SVE memsetWilco Dijkstra
2025-02-28math: Improve layout of expf dataWilco Dijkstra
2025-02-28AArch64: Remove zva_128 from memsetWilco Dijkstra
2025-02-28AArch64: Optimize memsetWilco Dijkstra
2025-02-28AArch64: Improve generic strlenWilco Dijkstra
2025-02-13assert: Add test for CVE-2025-0395Siddhesh Poyarekar
2025-02-13assert: Reformat Makefile.Carlos O'Donell
2025-01-25stdlib: Test using setenv with updated environ [BZ #32588]H.J. Lu
2025-01-22Fix underallocation of abort_msg_s struct (CVE-2025-0395)Florian Weimer
2025-01-11nptl: Convert tst-setuid2 to test-driverYu Chien Peter Lin
2025-01-11support: Add xpthread_cond_signal wrapperYu Chien Peter Lin
2025-01-11elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer
2025-01-11elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer
2025-01-10sysdeps/x86/Makefile: Split and sort testsH.J. Lu
2025-01-10x86: Only align destination to 1x VEC_SIZE in memset 4x loopNoah Goldstein
2025-01-10elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy
2025-01-10x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]H.J. Lu
2025-01-10x86_64: Add log1p with FMAH.J. Lu
2025-01-10x86_64: Add expm1 with FMAH.J. Lu
2025-01-10x86_64: Add log2 with FMAH.J. Lu
2025-01-10x86_64: Sort fpu/multiarch/MakefileH.J. Lu
2024-12-17x86: Avoid integer truncation with large cache sizes (bug 32470)Florian Weimer
2024-12-06nptl: initialize cpu_id_start prior to rseq registrationMichael Jeanson
2024-12-06nptl: initialize rseq area prior to registrationMichael Jeanson
2024-10-29elf: Change ldconfig auxcache magic number (bug 32231)Florian Weimer
2024-09-11libio: Attempt wide backup free only for non-legacy codeSiddhesh Poyarekar
2024-08-30nptl: Use <support/check.h> facilities in tst-setuid3Maciej W. Rozycki
2024-08-30posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64Maciej W. Rozycki
2024-08-28ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar
2024-08-28ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]Siddhesh Poyarekar
2024-08-28Make tst-ungetc use libsupportSiddhesh Poyarekar
2024-08-28stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]Maciej W. Rozycki
2024-08-28support: Add FAIL test failure helperMaciej W. Rozycki