]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps
Fix build of nptl/tst-thread_local1.cc with GCC 12
[thirdparty/glibc.git] / sysdeps /
2022-04-27  Fangrui SongRemove x86_64 specific lowlevellock/cancellation
2022-04-25  Fangrui Songconfigure: Don't check LD -v --help for LIBC_LINKER_FEATURE
2021-11-19  Joseph MyersUse libc_hidden_* for __cmsg_nxthdr (bug 15105).
2021-11-15  Joseph MyersFix -Os gnu_dev_* linknamespace, localplt issues (bug...
2021-11-12  Stan ShebsUse a better workaround for clang lack of _builtin_va_a...
2021-08-28  Fangrui Songpowerpc: Use --no-tls-get-addr-optimize in test only...
2021-08-28  Fangrui Songelf: Drop elf/tls-macros.h in favor of __thread and...
2021-08-28  Fangrui Songaarch64: Make elf_machine_{load_address,dynamic} robust...
2021-08-28  Florian Weimermath/test-sinl-pseudo: Use stack protector only if...
2021-08-28  Joseph MyersAvoid ldbl-96 stack corruption from range reduction...
2021-08-28  Fangrui Songx86_64: Remove unneeded static PIE check for undefined...
2021-08-28  Wilco Dijkstra[PATCH 7/7] sin/cos slow paths: refactor sincos impleme...
2021-08-28  Wilco Dijkstra[PATCH 6/7] sin/cos slow paths: refactor duplicated...
2021-08-28  Wilco Dijkstra[PATCH 5/7] sin/cos slow paths: remove unused slowpath...
2021-08-28  Wilco Dijkstra[PATCH 4/7] sin/cos slow paths: remove slow paths from...
2021-08-28  Wilco Dijkstra[PATCH 3/7] sin/cos slow paths: remove slow paths from...
2021-08-28  Wilco Dijkstra[PATCH 2/7] sin/cos slow paths: remove large range...
2021-08-28  Wilco Dijkstra[PATCH 1/7] sin/cos slow paths: avoid slow paths for...
2021-08-28  Stan ShebsLet time and gettimeofday use vdso by removing old...
2021-08-28  Stan ShebsDo not use ppc-specific long double pack/unpack when...
2021-08-28  Stan ShebsRemove old workaround in power7 logb functions, clang...
2021-08-28  Josh KunzAdditional fixes for llvm-as
2021-08-28  Stan ShebsAdd workaround for infinite looping in ppc vsyscall...
2021-08-28  Stan ShebsAdd an LD_DEBUG=tls option to help debug thread-local...
2021-08-28  Stan ShebsMake multi-arch ifunc support work with clang
2021-08-28  Ambrose FeinsteinRedesign the fastload support for additional performance
2021-08-28  Stan ShebsFix sense of a test in the static-linking version of...
2021-08-28  Shu-Chun WengMakes it compile for AArch64
2021-08-28  Shu-Chun WengMakes AArch64 assembly acceptable to clang
2021-08-28  Siva Chandra ReddyInclude STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64...
2021-08-28  Siva Chandra ReddyEnable relaxed relocations when building certain object...
2021-08-28  Siva Chandra ReddyUn-nest an include in dl-reloc-static-pie.c.
2021-08-28  Stan ShebsDisable -mfloat128 for clang, lets power9 insns into...
2021-08-28  Stan ShebsAlso work around clang bctrl issue in get_clockfreq.c
2021-08-28  Raman TennetiChanges to compile glibc-2.27 on PPC (Power8) with...
2021-08-28  Raman TennetiUndid the dl_enable_fastload environment variable changes.
2021-08-28  Paul PluzhnikovAdd "fastload" support.
2021-08-28  Stan ShebsWork around lack of mfppr in clang
2021-08-28  Stan ShebsWork around mtfsb0 syntax limitation with clang
2021-08-28  Stan ShebsAvoid passing gcc-specific options to clang
2021-08-28  Stan ShebsMake asm-based constraints be gcc-only
2021-08-28  Stan ShebsMake xxland syntax gcc-only
2021-08-28  Stan ShebsAdd a first approximation of float definitions for...
2021-08-28  Stan ShebsMake powerpc .machine directives be gcc-only
2021-08-28  Stan ShebsMake mutex hints gcc-only, improve a type in __arch_com...
2021-08-28  Stan ShebsMake power6 directives be gcc-only
2021-08-28  Stan ShebsAdd power9 flag to go with -mfloat128
2021-08-28  Stan ShebsDisable more attempts to pass -mlong-double-128 to...
2021-08-28  Stan ShebsDisable attempts to pass -mlong-double-128 to clang
2021-08-28  Stan ShebsAdd workaround for infinite looping in ppc vsyscalls
2021-08-28  Stan ShebsWork around clang crash by skipping apparently-unneeded asm
2021-08-28  Stan ShebsWork around clang problem with ifuncs and vdso
2021-08-28  Stan ShebsWork around a ppc clang inlining bug
2021-08-28  Stan ShebsChange de-nesting fix to use added argument instead...
2021-08-28  Stan ShebsFix regressions in async-safe TLS, add run-time control...
2021-08-28  Stan ShebsFix TLS problems not handled by cherrypick
2021-08-28  Brooks MosesRevert upstream removal of async-safe TLS patches.
2021-08-27  Andreas SchwabDon't write beyond destination in __mempcpy_avx512_no_v...
2021-08-27  Stefan LieblerFix blocking pthread_join. [BZ #23137]
2021-08-27  Joseph MyersAdd PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to...
2021-08-27  H.J. LuUpdate RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]
2021-08-27  Jesse Hathawaygetlogin_r: return early when linux sentinel value...
2021-08-27  Aurelien JarnoRISC-V: fix struct kernel_sigaction to match the kernel...
2021-08-27  Florian WeimerLinux i386: tst-bz21269 triggers SIGBUS on some kernels
2021-08-27  Andrew SenkevichFix i386 memmove issue (bug 22644).
2021-08-27  Andrew WatermanRISC-V: fmax/fmin: Handle signalling NaNs correctly.
2021-08-27  DJ DelorieRISC-V: Do not initialize $gp in TLS macros.
2017-11-17  Adhemerval Zanellai386: Fix i386 sigaction sa_restorer initialization...
2018-02-10  Dmitry V. Levinlinux/powerpc: sync sys/ptrace.h with Linux 4.15 [BZ...
2018-02-26  Tulio Magno Quites... powerpc: Undefine Linux ptrace macros that conflict...
2018-03-08  Aurelien Jarnosparc32: Add nop before __startcontext to stop unwindin...
2018-03-05  Adhemerval Zanellapowerpc: Fix TLE build for SPE (BZ #22926)
2017-12-29  Dmitry V. Levinlinux/aarch64: sync sys/ptrace.h with Linux 4.15 [BZ...
2018-02-14  Adhemerval ZanellaUpdate SH libm-tests-ulps
2018-02-09  DJ Delorie[RISC-V] Fix parsing flags in ELF64 files.
2014-03-04  Paul PluzhnikovFor b/5836136, do dlsym(0, "_Unwind..."), i.e. ignore...
2018-03-29  Stan ShebsFix GCC compilation issues in cherrypicks
2014-03-10  Paul PluzhnikovFor Google b/8315591, experimental implementation of...
2014-03-01  Paul PluzhnikovDisable static linking warning for dlopen and dlmopen...
2018-03-19  Stan ShebsAdd empty NSS borg and cache abi lists, to make testsui...
2014-03-08  Paul PluzhnikovFor b/4074041, add EXEC_ORIGIN support. Forward-ported...
2018-03-13  Stan ShebsAs with gettimeofday, avoid vdso for clang-compiled...
2018-03-12  Stan ShebsForward-port addition of __google_pthread_signal_safe_k...
2018-03-02  Stan ShebsBypass gettimeofday ifunc if using clang
2018-02-27  Stan ShebsSkip a test that lld cannot handle
2018-02-20  Stan ShebsRemove debugging hack
2018-02-14  Stan ShebsUse LN_S in more places to forestall hard link creation
2018-02-07  Stan ShebsAdd workaround to get clang to accept avx-512 instructions
2018-02-07  Stan ShebsWork around clang assembler error with bnd by itself...
2018-02-07  Stan ShebsWork around clang assembler error with movzx
2018-02-07  Stan ShebsWork around clang assembler bug with expressions in .if
2018-02-06  Stan ShebsWork around lack of .tfloat in clang assembler
2018-01-24  Stan ShebsComment out debugging hack that pollutes namespace
2018-01-23  Stan ShebsDo not pass unhandled flag to clang
2018-01-23  Stan ShebsAdd workarounds for incomplete float128 support in...
2018-01-23  Stan Shebsclang requires -mno-see for 387 math
2018-01-23  Stan ShebsWork around a weird clang link failure
2018-01-23  Stan ShebsMake zero volatile to defeat constant-folding of 0...
2018-01-19  Stan ShebsSkip undefined va_arg_pack
2018-02-07  Igor GnatenkoLinux: use reserved name __key in pkey_get [BZ #22797]
next