aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-26NEWS: Add list of bugs fixed in 2.41Andreas K. Hüttel1-2/+135
2025-01-26NEWS: editorial changes (language, line breaks)Andreas K. Hüttel1-54/+62
2025-01-26testsuite: Make stdio-common/tst-printf-format-*-mem UNSUPPORTED if the mtrac...Xi Ruoyao1-2/+5
2025-01-25elf: fix 'valgrind' typo in commentSam James1-1/+1
2025-01-25malloc: cleanup casts in tst-callocSam James1-2/+2
2025-01-25stdlib: Test using setenv with updated environ [BZ #32588]H.J. Lu2-0/+37
2025-01-24LICENSES: update CORE-MATH copyrightAurelien Jarno1-4/+4
2025-01-24LICENSES: update location of getaddrinfo.c and getnameinfo.cAurelien Jarno1-2/+2
2025-01-24LICENSES: remove Intel License AgreementAurelien Jarno1-36/+0
2025-01-24stdlib: Re-implement free (environ) compatibility kludge for setenvFlorian Weimer8-17/+158
2025-01-24Revert "stdlib: Support malloc-managed environ arrays for compatibility"Florian Weimer7-105/+33
2025-01-23stdlib: Support malloc-managed environ arrays for compatibilityFlorian Weimer7-33/+105
2025-01-22po: Incorporate translationsAndreas K. Hüttel38-4950/+5090
2025-01-22Update advisory GLIBC-SA-2025-0001 (2.40)Siddhesh Poyarekar1-0/+1
2025-01-22Add advisory text for CVE-2025-0395Siddhesh Poyarekar1-0/+24
2025-01-22Fix underallocation of abort_msg_s struct (CVE-2025-0395)Siddhesh Poyarekar2-2/+6
2025-01-21NEWS: Add note on Guarded Control Stack supportYury Khrustalev1-0/+10
2025-01-21Fix typo: _POSIX_REATIME_SIGNALS -> _POSIX_REALTIME_SIGNALS [BZ# 32515]Paul Pluzhnikov1-1/+1
2025-01-21aarch64: Add HWCAP_GCSYury Khrustalev2-4/+1
2025-01-21nptl: Include <stdbool.h> in tst-skeleton-affinity-inheritance.cFlorian Weimer1-0/+1
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