aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2025-02-02elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_objectFlorian Weimer1-0/+13
2025-02-01hurd: Use the new __proc_reauthenticate_complete protocolSergey Bugaev1-5/+23
2025-02-01elf: Do not add a copy of _dl_find_object to libc.soFlorian Weimer1-1/+2
2025-02-01htl: move pthread_setcancelstate into libc.gfleury7-17/+6
2025-01-31math: Fix sinhf for some inputs (BZ 32627)Adhemerval Zanella1-1/+1
2025-01-31math: Fix log10p1f internal table value (BZ 32626)Adhemerval Zanella1-1/+1
2025-01-31sh: Fix tst-guard1 buildAdhemerval Zanella1-2/+0
2025-01-30ld.so: Decorate BSS mappingsPetr Malat3-12/+53
2025-01-30nptl: Add support for setup guard pages with MADV_GUARD_INSTALLAdhemerval Zanella3-2/+5
2025-01-29htl: move pthread_setcanceltype into libc.gfleury5-4/+4
2025-01-29htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc.gfleury6-8/+21
2025-01-29htl: move pthread_mutex_destroy into libc.gfleury7-10/+7
2025-01-29htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libcgfleury7-8/+30
2025-01-29htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}gfleury12-46/+47
2025-01-29htl: move pthread_mutex_init into libc.gfleury8-12/+9
2025-01-29htl: remove leftover for pthread_mutexattr_settypegfleury2-6/+0
2025-01-28Add new tests for fopenMartin Coufal2-0/+251
2025-01-22Fix underallocation of abort_msg_s struct (CVE-2025-0395)Siddhesh Poyarekar1-1/+3
2025-01-21aarch64: Add HWCAP_GCSYury Khrustalev2-4/+1
2025-01-20Linux: Do not check unused bytes after sched_getattr in tst-sched_setattrFlorian Weimer1-11/+0
2025-01-20i386: Update ulps for *pi functionsFlorian Weimer1-9/+9
2025-01-20aarch64: Fix tests not compatible with targets supporting GCSYury Khrustalev1-1/+3
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 Nagy3-0/+51
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-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: Remove g_refs from condition variablesMalte Skarupke2-3/+2
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-16Linux: Fixes for getrandom fork handlingFlorian Weimer1-3/+23
2025-01-15arc: Update libm test ulpsPavel Kozlov2-4/+143
2025-01-14affinity-inheritance: Overallocate CPU setsStefan Liebler1-3/+4
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-13aarch64: Use 64-bit variable to access the special registersAdhemerval Zanella5-15/+30