aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-24posix: Fix double-free after allocation failure in regcomp (bug 33185)release/2.38/masterFlorian Weimer4-1/+181
2025-07-11malloc: cleanup casts in tst-callocSam James1-2/+2
2025-07-11malloc: obscure calloc use in tst-callocSam James1-4/+8
2025-07-11malloc: add indirection for malloc(-like) functions in tests [BZ #32366]Sam James9-2/+53
2025-07-11nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)Florian Weimer2-1/+3
2025-07-11nptl: Use all of g1_start and g_signalsMalte Skarupke4-28/+18
2025-07-11nptl: rename __condvar_quiesce_and_switch_g1Malte Skarupke4-30/+26
2025-07-11nptl: Fix indentationMalte Skarupke1-55/+55
2025-07-11nptl: Use a single loop in pthread_cond_wait instaed of a nested loopMalte Skarupke1-22/+19
2025-07-11nptl: Remove g_refs from condition variablesMalte Skarupke4-60/+9
2025-07-11nptl: Remove unnecessary quadruple check in pthread_cond_waitMalte Skarupke1-49/+0
2025-07-11nptl: Remove unnecessary catch-all-wake in condvar group switchMalte Skarupke1-30/+1
2025-07-11nptl: Update comments and indentation for new condvar implementationMalte Skarupke2-22/+22
2025-07-11pthreads NPTL: lost wakeup fix 2Frank Barrus2-168/+81
2025-06-20Fix error reporting (false negatives) in SGID testsFlorian Weimer6-125/+36
2025-06-20support: Pick group in support_capture_subprogram_self_sgid if UID == 0Florian Weimer1-4/+54
2025-05-21elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)Florian Weimer2-2/+11
2025-05-20x86_64: Fix typo in ifunc-impl-list.c.Sunil K Pandey1-2/+2
2025-05-20elf: Test case for bug 32976 (CVE-2025-4802)Florian Weimer3-0/+109
2025-05-20support: Add support_record_failure_barrierFlorian Weimer2-0/+13
2025-05-20support: Use const char * argument in support_capture_subprogram_self_sgidFlorian Weimer2-5/+4
2025-05-20elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for staticAdhemerval Zanella1-16/+16
2025-02-28math: Improve layout of exp/exp10 dataWilco Dijkstra1-1/+2
2025-02-28AArch64: Use prefer_sve_ifuncs for SVE memsetWilco Dijkstra1-1/+1
2025-02-28AArch64: Add SVE memsetWilco Dijkstra4-1/+130
2025-02-28math: Improve layout of expf dataWilco Dijkstra1-1/+1
2025-02-28AArch64: Remove zva_128 from memsetWilco Dijkstra1-24/+1
2025-02-28AArch64: Optimize memsetWilco Dijkstra1-111/+84
2025-02-28AArch64: Improve generic strlenWilco Dijkstra1-12/+27
2025-02-13assert: Add test for CVE-2025-0395Siddhesh Poyarekar2-0/+93
2025-01-25stdlib: Test using setenv with updated environ [BZ #32588]H.J. Lu2-0/+37
2025-01-22Fix underallocation of abort_msg_s struct (CVE-2025-0395)Siddhesh Poyarekar3-2/+12
2025-01-10elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer8-10/+284
2025-01-10elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer1-1/+8
2025-01-09x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]Noah Goldstein1-13/+13
2025-01-09x86: Improve large memset perf with non-temporal stores [RHEL-29312]Noah Goldstein1-56/+91
2025-01-09x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk1-3/+3
2025-01-09sysdeps/x86/Makefile: Split and sort testsH.J. Lu1-32/+78
2025-01-09x86: Only align destination to 1x VEC_SIZE in memset 4x loopNoah Goldstein1-1/+1
2025-01-09elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy6-66/+74
2025-01-09x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]H.J. Lu1-18/+13
2025-01-09x86_64: Add log1p with FMAH.J. Lu4-0/+40
2025-01-09x86_64: Add expm1 with FMAH.J. Lu4-0/+55
2025-01-09x86_64: Add log2 with FMAH.J. Lu3-0/+48
2025-01-09x86_64: Sort fpu/multiarch/MakefileH.J. Lu1-20/+74
2024-12-17x86: Avoid integer truncation with large cache sizes (bug 32470)Florian Weimer2-2/+3
2024-12-06nptl: initialize cpu_id_start prior to rseq registrationMichael Jeanson1-0/+1
2024-12-06nptl: initialize rseq area prior to registrationMichael Jeanson2-0/+12
2024-10-29elf: Change ldconfig auxcache magic number (bug 32231)Florian Weimer2-1/+2
2024-10-01Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu7-2/+102