]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps
Add workaround for infinite looping in ppc vsyscall for sched_getcpu.
[thirdparty/glibc.git] / sysdeps /
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]
2018-02-06  H.J. Lusparc: Check PIC instead of SHARED in start.S [BZ ...
2018-01-30  Samuel Thibaultallocalim.h: use __glibc_likely instead of __builtin_expect
2018-01-30  Samuel Thibaulthurd: include generic's hp-timing.h instead of copying it
2018-01-29  Samuel Thibaulthurd: Add tlsdesc.sym
2018-01-29  Samuel Thibaulthurd: disable hp timing
2018-01-29  Samuel Thibaulthurd: Fix comments for FREAD and FWRITE
2018-01-29  Samuel Thibaultallocalim.h: Fix codestyle
2018-01-29  Andreas SchwabReject invalid definitions of _POSIX_CHOWN_RESTRICTED...
2018-01-29  Samuel Thibaulthurd: Add expected ABI lists
2018-01-29  Palmer DabbeltRISC-V: Add ipc_priv.h
2018-01-29  Palmer DabbeltRISC-V: Build Infastructure
2018-01-29  Palmer DabbeltRISC-V: Add ABI Lists
2018-01-29  Palmer DabbeltRISC-V: Linux Startup and Dynamic Loading Code
2018-01-29  Palmer DabbeltRISC-V: Linux ABI
2018-01-29  Palmer DabbeltRISC-V: Linux Syscall Interface
2018-01-29  Palmer DabbeltRISC-V: Atomic and Locking Routines
2018-01-29  Palmer DabbeltRISC-V: Hard Float Support
2018-01-29  Palmer DabbeltRISC-V: Generic <math.h> and soft-fp Routines
2018-01-29  Palmer DabbeltRISC-V: Thread-Local Storage Support
2018-01-29  Palmer DabbeltRISC-V: ABI Implementation
2018-01-29  Palmer Dabbeltsysdeps/init_array: Add PREINIT_FUNCTION to crti.S
2018-01-29  Romain Naourmicroblaze: don't use copy_file_range syscall with...
next