aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-10-14aarch64: use __alloc_gcs in makecontextarm/gcs-v2Szabolcs Nagy1-35/+6
2024-10-14aarch64: Add GCS user-space allocation logicSzabolcs Nagy3-1/+104
2024-10-14aarch64: Process gnu properties in static exeSzabolcs Nagy1-0/+12
2024-10-14aarch64: Ignore GCS property of ld.soSzabolcs Nagy1-0/+5
2024-10-14aarch64: Use l_searchlist.r_list for gcsSzabolcs Nagy1-1/+1
2024-10-14aarch64: Handle gcs markingSzabolcs Nagy4-6/+73
2024-10-14aarch64: Use l_searchlist.r_list for btiSzabolcs Nagy1-3/+2
2024-10-14aarch64: Add glibc.cpu.aarch64_gcs_policySzabolcs Nagy3-2/+25
2024-10-10aarch64: Mark objects with GCS property noteSzabolcs Nagy1-2/+3
2024-10-10aarch64: Enable GCS in dynamic linked exeSzabolcs Nagy3-3/+29
2024-10-10aarch64: Enable GCS in static linked exeSzabolcs Nagy1-0/+49
2024-10-10aarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy3-0/+46
2024-10-10aarch64: Try to free the GCS of makecontextSzabolcs Nagy3-4/+86
2024-10-10aarch64: Add GCS support for makecontextSzabolcs Nagy2-2/+63
2024-10-10aarch64: Mark swapcontext with indirect_returnSzabolcs Nagy1-0/+36
2024-10-10aarch64: Add GCS support for setcontextSzabolcs Nagy4-9/+83
2024-10-10aarch64: Add GCS support to vforkSzabolcs Nagy1-1/+7
2024-10-10aarch64: Add GCS support to longjmpSzabolcs Nagy2-0/+40
2024-10-10aarch64: Define jmp_buf offset for GCSSzabolcs Nagy1-0/+63
2024-10-10aarch64: Add asm helpers for GCSSzabolcs Nagy1-0/+7
2024-10-10aarch64: Add HWCAP_GCSSzabolcs Nagy1-0/+1
2024-10-09Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.hJoseph Myers1-1/+1
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella9-11/+78
2024-10-08linux: Use GLRO(dl_vdso_time) on timeAdhemerval Zanella1-4/+3
2024-10-08linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofdayAdhemerval Zanella1-4/+4
2024-10-08S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192]Stefan Liebler3-16/+16
2024-10-07Fix whitespace related license issues.Carlos O'Donell13-19/+19
2024-10-03hurd: Add missing va_end call in fcntl implementation. [BZ #32234]Bruno Haible1-1/+5
2024-10-02riscv: align .preinit_array (bug 32228)Andreas Schwab1-0/+1
2024-10-01linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394)Adhemerval Zanella1-0/+4
2024-10-01linux: sparc: Fix syscall_cancel for LEONAdhemerval Zanella1-0/+9
2024-10-01math: Improve layout of expf dataWilco Dijkstra1-1/+1
2024-09-30x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]Noah Goldstein1-13/+13
2024-09-28Linux: Block signals around _Fork (bug 32215)Florian Weimer1-0/+7
2024-09-26Fix missing randomness in __gen_tempname (bug 32214)Andreas Schwab1-0/+2
2024-09-25arc: Cleanup arcbePavel Kozlov4-17/+4
2024-09-25arc: Remove HAVE_ARC_BE macro and disable big-endian portFlorian Weimer3-17/+5
2024-09-25LoongArch: Undef __NR_fstat and __NR_newfstatat.caiyinyu1-0/+21
2024-09-24misc: Enable internal use of memory protection keysFlorian Weimer9-9/+43
2024-09-23AArch64: Simplify rounding-multiply pattern in several AdvSIMD routinesJoe Ramsay5-38/+30
2024-09-23AArch64: Improve codegen in users of ADVSIMD expm1f helperJoe Ramsay4-91/+58
2024-09-23AArch64: Improve codegen in users of AdvSIMD log1pf helperJoe Ramsay5-139/+146
2024-09-23AArch64: Improve codegen in SVE F32 logsJoe Ramsay3-47/+69
2024-09-23AArch64: Improve codegen in SVE expf & related routinesJoe Ramsay5-148/+136
2024-09-21Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)Florian Weimer1-17/+12
2024-09-21Linux: Use readdir64_r for compat __old_readdir64_r (bug 32128)Florian Weimer4-216/+71
2024-09-19AArch64: Add vector logp1 alias for log1pJoe Ramsay8-0/+30
2024-09-19hurd: Avoid file_check_access () RPC for access (F_OK)Sergey Bugaev1-0/+9
2024-09-11Linux: Add missing scheduler constants to <sched.h>Florian Weimer4-0/+82
2024-09-11Linux: Add the sched_setattr and sched_getattr functionsFlorian Weimer39-2/+273