]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2025-03-07  Adhemerval... linux: Add support for PT_GNU_MUTABLE azanella/memory-seal-v6
2025-03-07  Adhemerval... linux: Add memory sealing tests
2025-03-07  Adhemerval... Add --enable-memory-sealing configure options
2025-03-07  Adhemerval... elf: Add support to memory sealing
2025-03-06  Adhemerval... elf: Use RTLD_NODELETE for dependencies
2025-03-06  Adhemerval... rtld: Move call_init_paths after _dl_process_pt_gnu_pro...
2025-03-06  Adhemerval... elf: Parse gnu properties for the loader
2025-03-06  Adhemerval... elf: Parse gnu properties for static linked binaries
2025-03-06  Adhemerval... linux: Add mseal syscall support
2025-03-06  Samuel Thibaulthtl: Make __pthread_create_internal directly call __pth...
2025-03-06  Samuel Thibaulthtl: Make __pthread_sigmask directly call __sigthreadmask
2025-03-06  Samuel Thibaulthurd: Consolidate signal mask change
2025-03-05  H.J. Lustatic-pie: Skip the empty PT_LOAD segment at offset...
2025-03-05  Ronan Pigottsysdeps: linux: Add BTRFS_SUPER_MAGIC to pathconf
2025-03-05  Adhemerval... linux: Prefix AT_HWCAP with 0x on LD_SHOW_AUXV
2025-03-05  Adhemerval... Remove dl-procinfo.h
2025-03-05  Adhemerval... powerpc: Remove unused dl-procinfo.h
2025-03-05  Adhemerval... powerpc: Move cache geometry information to ld diagnostics
2025-03-05  Adhemerval... powerpc: Move AT_HWCAP descriptions to ld diagnostics
2025-03-05  Wilco Dijkstrabenchtests: Add random strlen benchmark
2025-03-05  Wilco Dijkstrabenchtests: Improve large memcpy/memset benchmarks
2025-03-05  Siddhesh Poyarekarmanual: Explain sched_yield semantics with different...
2025-03-04  Sam JamesPass -Wl,--no-error-execstack for tests where -Wl,...
2025-03-03  Ben Kallusmalloc: Add integrity check to largebin nextsizes
2025-03-03  Samuel Zeterlibio: Clean up fputc/putc comments
2025-03-02  Samuel Thibaulthtl: move pthread_once into libc
2025-02-28  Wilco DijkstraRemove unused dl-procinfo.h
2025-02-28  Xi RuoyaoLoongArch: Optimize f{max,min}imum_mag_num{,f}
2025-02-28  Xi RuoyaoLoongArch: Optimize f{max,min}imum_num{,f}
2025-02-28  Xi RuoyaoLoongArch: Optimize f{max,min}imum_mag{,f}
2025-02-28  Xi RuoyaoLoongArch: Optimize f{max,min}imum{,f}
2025-02-27  Wilco DijkstraAArch64: Use prefer_sve_ifuncs for SVE memset
2025-02-26  Sergei Zimmermansysdeps/ieee754: Fix remainder sign of zero for FE_DOWN...
2025-02-25  John David... math: Add optimization barrier to ensure a1 + u.d is...
2025-02-25  Yangyu ChenRISC-V: Fix IFUNC resolver cannot access gp pointer
2025-02-24  Wilco DijkstraAArch64: Remove LP64 and ILP32 ifdefs
2025-02-24  Wilco DijkstraAArch64: Simplify lrint
2025-02-24  Wilco DijkstraAArch64: Remove AARCH64_R macro
2025-02-24  Wilco DijkstraAArch64: Cleanup pointer mangling
2025-02-24  Wilco DijkstraAArch64: Remove PTR_REG defines
2025-02-24  Wilco DijkstraAArch64: Remove PTR_ARG/SIZE_ARG defines
2025-02-24  Wilco Dijkstrastdlib: Add single-threaded fast path to rand()
2025-02-24  Stefan LieblerIncrease the amount of data tested in stdio-common...
2025-02-24  Frédéric Bératposix: Rewrite cpuset tests
2025-02-24  Frédéric Bératsupport: Add support_next_to_fault_before support function
2025-02-23  koraynilaymath: Fix `unknown type name '__float128'` for clang...
2025-02-21  Michael Jeansonnptl: clear the whole rseq area before registration
2025-02-21  Yury Khrustalevaarch64: Add GCS test with signal handler
2025-02-21  Yury Khrustalevaarch64: Add GCS tests for dlopen
2025-02-21  Yury Khrustalevaarch64: Add GCS tests for transitive dependencies
2025-02-21  Yury Khrustalevaarch64: Add tests for Guarded Control Stack
2025-02-21  Yury Khrustalevaarch64: Add configure checks for GCS support
2025-02-20  Carlos O'Donellmanual: Mark setlogmask as AS-unsafe and AC-unsafe.
2025-02-20  Wilco DijkstraAArch64: Add SVE memset
2025-02-20  H.J. Lux86 (__HAVE_FLOAT128): Defined to 0 for Intel SYCL...
2025-02-19  Carlos O'Donellmanual: Document setlogmask as MT-safe.
2025-02-17  Adhemerval... math: Consolidate acosf and asinf internal tables
2025-02-17  Adhemerval... math: Consolidate acospif and asinpif internal tables
2025-02-17  Adhemerval... math: Consolidate cospif and sinpif internal tables
2025-02-16  gfleuryhtl: don't export __pthread_default_rwlockattr anymore.
2025-02-16  gfleuryhtl: move pthread_rwlock_init into libc.
2025-02-16  gfleuryhtl: move pthread_rwlock_destroy into libc.
2025-02-16  gfleuryhtl: move pthread_rwlock_{rdlock, timedrdlock, timedwrl...
2025-02-16  gfleuryhtl: move pthread_rwlock_unlock into libc.
2025-02-16  gfleuryhtl: move pthread_rwlock_tryrdlock, pthread_rwlock_tryw...
2025-02-16  gfleuryhtl: move pthread_rwlockattr_getpshared, pthread_rwlock...
2025-02-16  gfleuryhtl: move pthread_rwlockattr_destroy into libc.
2025-02-16  gfleuryhtl: move pthread_rwlockattr_init into libc.
2025-02-16  gfleuryhtl: move __pthread_default_rwlockattr into libc.
2025-02-15  Aurelien JarnoFix tst-aarch64-pkey to handle ENOSPC as not supported
2025-02-14  Tulio Magno... Increase the amount of data tested in stdio-common...
2025-02-13  Florian Weimerelf: Keep using minimal malloc after early DTV resize...
2025-02-13  Tulio Magno... libio: Initialize _total_written for all kinds of streams
2025-02-13  Ben Kallusmalloc: Add size check when moving fastbin->tcache
2025-02-13  Tobias Stoeckmannnss: Improve network number parsers (bz 32573, 32575)
2025-02-13  Carlos O'Donellnptl: Remove unused __g_refs comment.
2025-02-13  Siddhesh Poyarekaradvisories: Fix up GLIBC-SA-2025-0001
2025-02-13  Yat Long PoonAArch64: Improve codegen for SVE powf
2025-02-13  Yat Long PoonAArch64: Improve codegen for SVE pow
2025-02-13  Yat Long PoonAArch64: Improve codegen for SVE erfcf
2025-02-13  Luna LambAarch64: Improve codegen in SVE exp and users, and...
2025-02-13  Luna LambAarch64: Improve codegen in SVE asinh
2025-02-13  Wilco Dijkstramath: Improve layout of exp/exp10 data
2025-02-13  Siddhesh Poyarekarassert: Add test for CVE-2025-0395
2025-02-12  Adhemerval... math: Consolidate coshf and sinhf internal tables
2025-02-12  Adhemerval... math: Consolidate acoshf and asinhf internal tables
2025-02-12  Adhemerval... math: Use tanpif from CORE-MATH
2025-02-12  Adhemerval... math: Use sinpif from CORE-MATH
2025-02-12  Adhemerval... math: Use cospif from CORE-MATH
2025-02-12  Adhemerval... math: Use atanpif from CORE-MATH
2025-02-12  Adhemerval... math: Use atan2pif from CORE-MATH
2025-02-12  Adhemerval... math: Use asinpif from CORE-MATH
2025-02-12  Adhemerval... math: Use acospif from CORE-MATH
2025-02-12  Adhemerval... benchtests: Add tanpif
2025-02-12  Adhemerval... benchtests: Add sinpif
2025-02-12  Adhemerval... benchtests: Add cospif
2025-02-11  Adhemerval... benchtests: Add atanpif
2025-02-11  Adhemerval... benchtests: Add atan2pif
2025-02-11  Adhemerval... benchtests: Add asinpif
2025-02-11  Adhemerval... benchtests: Add acospif
next