aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-20stdlib: Test for expected sequence of random numbers from randFlorian Weimer2-0/+58
2025-01-20stdlib: Fix unintended change to the random_r implementationFlorian Weimer1-3/+4
2025-01-20elf: Make tst-ro-dynamic-mod.map compatible with older binutilsFlorian Weimer1-1/+1
2025-01-20NEWS: Add the extensible rseq ABI to new featuresMichael Jeanson1-0/+7
2025-01-20Linux: Do not check unused bytes after sched_getattr in tst-sched_setattrFlorian Weimer2-14/+3
2025-01-20i386: Update ulps for *pi functionsFlorian Weimer1-9/+9
2025-01-20aarch64: Fix tests not compatible with targets supporting GCSYury Khrustalev4-5/+57
2025-01-20aarch64: Use __alloc_gcs in makecontextSzabolcs Nagy1-30/+8
2025-01-20aarch64: Add GCS user-space allocation logicSzabolcs Nagy3-1/+93
2025-01-20aarch64: Process gnu properties in static exeSzabolcs Nagy1-0/+14
2025-01-20aarch64: Ignore GCS property of ld.soSzabolcs Nagy1-0/+5
2025-01-20aarch64: Handle GCS markingSzabolcs Nagy3-6/+103
2025-01-20aarch64: Use l_searchlist.r_list for btiSzabolcs Nagy1-3/+2
2025-01-20aarch64: Mark objects with GCS property noteSzabolcs Nagy1-2/+3
2025-01-20aarch64: Enable GCS in dynamic linked exeSzabolcs Nagy4-6/+66
2025-01-20aarch64: Enable GCS in static linked exeSzabolcs Nagy1-0/+48
2025-01-20aarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy4-0/+94
2025-01-20aarch64: Add GCS support for makecontextSzabolcs Nagy2-2/+63
2025-01-20aarch64: Mark swapcontext with indirect_returnSzabolcs Nagy1-0/+36
2025-01-20aarch64: Add GCS support for setcontextSzabolcs Nagy4-9/+83
2025-01-20aarch64: Add GCS support to vforkSzabolcs Nagy1-1/+6
2025-01-20aarch64: Add GCS support to longjmpSzabolcs Nagy2-0/+40
2025-01-20aarch64: Define jmp_buf offset for GCSSzabolcs Nagy1-0/+62
2025-01-20elf.h: Define GNU_PROPERTY_AARCH64_FEATURE_1_GCSSzabolcs Nagy1-0/+1
2025-01-20aarch64: Add asm helpers for GCSSzabolcs Nagy1-0/+7
2025-01-19hurd: Fix EINVAL error on linking to a slash-trailing path [BZ #32569]Samuel Thibault4-7/+23
2025-01-17nptl: Use all of g1_start and g_signalsMalte Skarupke4-28/+18
2025-01-17nptl: rename __condvar_quiesce_and_switch_g1Malte Skarupke4-30/+26
2025-01-17nptl: Fix indentationMalte Skarupke1-55/+55
2025-01-17nptl: Use a single loop in pthread_cond_wait instaed of a nested loopMalte Skarupke1-22/+19
2025-01-17nptl: Remove g_refs from condition variablesMalte Skarupke4-60/+9
2025-01-17nptl: Remove unnecessary quadruple check in pthread_cond_waitMalte Skarupke1-49/+0
2025-01-17nptl: Remove unnecessary catch-all-wake in condvar group switchMalte Skarupke1-30/+1
2025-01-17nptl: Update comments and indentation for new condvar implementationMalte Skarupke2-22/+22
2025-01-17pthreads NPTL: lost wakeup fix 2Frank Barrus2-168/+81
2025-01-17math: update arm ulpsAdhemerval Zanella1-7/+8
2025-01-17math: update arm ulpsAndreas K. Hüttel1-15/+13
2025-01-16Linux: Add tests that check that TLS and rseq area are separateFlorian Weimer6-0/+213
2025-01-16Consolidate TLS block allocation for static binaries with ld.soFlorian Weimer3-199/+114
2025-01-16elf: Iterate over loaded object list in _dl_determine_tlsoffsetFlorian Weimer2-57/+39
2025-01-16benchtests: Add dummy in put files cospi, cospif, sinpi, sinpif, tanpi, tanpifFlorian Weimer6-0/+24
2025-01-16Linux: Fixes for getrandom fork handlingFlorian Weimer2-4/+38
2025-01-15arc: Update libm test ulpsPavel Kozlov2-4/+143
2025-01-14mach: Add missing error messagesSamuel Thibault1-0/+5
2025-01-14affinity-inheritance: Overallocate CPU setsStefan Liebler3-10/+19
2025-01-14mach: Fix fallthrough warningSamuel Thibault1-1/+1
2025-01-13sh4: ensure FPSCR.PR==0 when executing FRCHG [BZ #27543]mirabilos3-0/+10
2025-01-13inet: Add common IPv6 packet header macrosDan Luedtke1-0/+11
2025-01-13stdio-common: Suppress Clang warnings on scanf13.c with fortify enableAdhemerval Zanella1-0/+5
2025-01-13elf: Suppress unused function clang for __ifunc_resolverAdhemerval Zanella2-0/+8