]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2026-06-30  Florian Weimermalloc: Increase tcache fill count from 16 to 32 fw/malloc-batch-unsorted-basic
2026-06-30  Florian Weimermalloc: Only fill half of the tcache during batch alloc...
2026-06-30  Florian Weimermalloc: Perform batched frees if tcache is full
2026-06-26  H.J. Lumalloc: Don't call __get_thp_mode/__get_thp_size twice
2026-06-25  Jiri Stranskynis: Fix a memory leak in nis_creategroup when malloc...
2026-06-25  Xiang Gaostdio-common: Fix scanf nan/inf pushback [BZ #34208]
2026-06-25  Michael Fordnss: Remove --enable-static-nss configure option
2026-06-25  Adhemerval... manual: Document indirect functions (IFUNC)
2026-06-25  Sachin Mongappc64le: Restore optimized memchr for power10 [BZ ...
2026-06-24  Shengwen Chengriscv: Fix RV32 libthread_db THREAD_SELF register layout
2026-06-24  Adhemerval... elf: Fix clang-18 build of ifunc resolver tests
2026-06-23  H.J. Luarm: Xfail 2 static THP tests
2026-06-23  H.J. Luthp: Limit THP code padding to 2 * THP page size
2026-06-23  Mike FABIANUpdate documentation of iconv [BZ #30136]
2026-06-23  Pierre BlanchardAArch64: additional mathvec build system cleanups.
2026-06-23  Pierre BlanchardAArch64: Update SHARED-FILES with files from Arm Optimi...
2026-06-23  Pierre BlanchardAArch64: Update mathvec directory structure.
2026-06-23  John David... hppa: Fix missing call to __feraiseexcept (BZ 34306)
2026-06-23  Sergey Kolosovresolv: Add test for gethostbyname_r unaligned buffer...
2026-06-22  Justus WinterDefine _PATH_MOUNTED as "/etc/mtab"
2026-06-22  Adhemerval... Add advisory text for CVE-2026-6791
2026-06-22  Adhemerval... posix: Fix stack overflow in wordexp tilde expansion...
2026-06-21  Yao Zihongriscv: Add RVV memmove for both multiarch and non-multi...
2026-06-19  H.J. Luelf: Support THP segment load with madvise enabled THP
2026-06-19  Carlos O'Donelladvisories: Update GLIBC-SA-2026-0012 metadata
2026-06-19  Adhemerval... Remove unused THREAD_SET_POINTER_GUARD and THREAD_COPY_...
2026-06-19  Florian Weimerresolv: Add test case tst-ns_sprintrr (bug 34033, bug...
2026-06-19  Florian Weimerresolv: Fix buffer overreads in ns_sprintrrf (CVE-2026...
2026-06-19  Florian Weimerresolv: More types as unknown in ns_sprintrrf (CVE...
2026-06-19  Florian Weimerresolv: Check for inet_ntop failure in ns_sprintrrf
2026-06-19  Florian Weimerresolv: Improve formatting of unknown records in ns_spr...
2026-06-19  Florian Weimerresolv: Fix ns_sprintrrf formatting of class, type...
2026-06-19  Florian Weimerresolv: Declare __p_class_syms, __p_type_syms for inter...
2026-06-19  Florian WeimerUpdate GLIBC-SA-2026-0012 to mention A6 records
2026-06-18  Wilco Dijkstrastring: Improve memchr random test
2026-06-18  Dylan FlemingAArch64: Vectorise SVE fp64 sin/cos special case
2026-06-18  Dylan FlemingAArch64: Vectorise AdvSIMD fp64 sin/cos special case
2026-06-18  Dylan FlemingAArch64: Vectorise SVE fp32 sin/cos special case
2026-06-18  Dylan FlemingAArch64: Vectorise AdvSIMD fp32 sin/cos special case
2026-06-18  Yury Khrustalevnews: Describe AArch64-specific changes for 2.44
2026-06-17  Adhemerval... elf: Do not scrub AT_RANDOM to a constant when reseedin...
2026-06-17  Wilco Dijkstramanual: Update memchr description [BZ #19406]
2026-06-16  Samuel Thibaulthurd: Add ETH_TLEN and ETH_FCS_LEN
2026-06-16  Samuel Thibaulthurd: Fix ETH_P_PUP
2026-06-16  Samuel ThibaultFactorize if_arp.h
2026-06-16  Adhemerval... elf: Scrub and reseed the AT_RANDOM bytes after derivin...
2026-06-16  Adhemerval... Consolidate dl-osinfo.h into the generic implementation
2026-06-16  Adhemerval... Consolidate the C pointer guard and align the assembly...
2026-06-16  Adhemerval... Remove the jmp_buf stack pointer demangle on ABIs that...
2026-06-16  Adhemerval... Split pointer_guard.h into C and assembly headers
2026-06-16  Adhemerval... Enable the pointer guard in the dynamic loader
2026-06-16  Adhemerval... Consolidate pointer guard to use a relro variable inste...
2026-06-16  Adhemerval... elf: Propagate the pointer guard to ld.so loaded via...
2026-06-15  Adhemerval... math: Sync acosh with CORE-MATH 887cab6f
2026-06-15  Michael Fordinet: Remove unused STATIC_NSS define
2026-06-15  Michael Fordnss: Remove <gnu/lib-names.h> include from nsswitch.c
2026-06-15  Adhemerval... arm: Save/restore VFP registers in PLT trampolines...
2026-06-15  Adhemerval... aarch64: Fix static PIE CPU feature detection (BZ 34205)
2026-06-15  Sana Kazinptl: open threads comm with O_WRONLY|O_CLOEXEC
2026-06-15  Yury Khrustalevmalloc: aarch64: Add ifuncs for malloc functions
2026-06-11  Fabian Rastrtld: cache cpuid results on the stack for intel
2026-06-10  Joseph MyersFix -Wconstant-logical-operand error for Hurd
2026-06-10  Joseph MyersFix -Werror=constant-logical-operand errors in soft-fp
2026-06-10  Joseph MyersFix -Wconstant-logical-operand error in tst-printf...
2026-06-09  Zihong Yaoriscv: Keep __memcmpeq alias with RVV memcmp
2026-06-09  Brian Jorgensenfcntl-linux.h : Fix typo in comments. (bug 17119)
2026-06-09  Florian Weimericonv: Suppress intermediate errors with //TRANSLIT...
2026-06-08  Josef Johanssonnscd: Typo in comment
2026-06-08  Andreas Schwablibio: use _IO_have_wbackup for wide streams
2026-06-06  Sam Jameself: don't clobber ld.so.conf in tst-glibc-hwcaps-prepe...
2026-06-05  Adhemerval... elf: Remove inhibit_stack_protector from __ifunc_resolver
2026-06-05  Adhemerval... elf: Set up TLS slotinfo for dlopen'd modules before...
2026-06-05  Wilco Dijkstramalloc: Simplify _int_free_chunk
2026-06-05  Yao Zihongriscv: Add RVV strrchr for both multiarch and non-multi...
2026-06-05  Yao Zihongriscv: Add RVV strchr for both multiarch and non-multia...
2026-06-05  Yao Zihongriscv: Add RVV memchr for both multiarch and non-multia...
2026-06-05  Yao Zihongriscv: Add RVV memccpy for both multiarch and non-multi...
2026-06-05  Yao Zihongriscv: Add RVV memcmp for both multiarch and non-multia...
2026-06-04  Wilco Dijkstramalloc: Reduce maximum arenas
2026-06-03  Adam Yiresolv: reset _u._ext.nscount in __res_iclose [BZ ...
2026-06-03  Alejandro Colomarsysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk...
2026-06-03  Wilco Dijkstramalloc: Improve documentation of malloc tunables
2026-06-03  Wilco Dijkstramalloc: Minor cleanups
2026-06-03  Adhemerval... support: Also run malloc hugetlb=1 tests when transpare...
2026-06-03  Adhemerval... arm: Fix main-in-dso with non-BFD linkers (BZ 34098)
2026-06-02  Adhemerval... elf: Fix tst-ifunc-tls-init with --disable-default-pie
2026-06-02  Sachin Mongapowerpc64le: Add optimized __memcmpeq for POWER10
2026-06-01  Adhemerval... arm: Redirect memcpy to __memcpy_arm for loader/static...
2026-06-01  Yury Khrustalevmisc: Fix typos in comments
2026-05-31  Diego Nieto Cidhurd: define SO_TIMESTAMP in socket.h
2026-05-31  Yury Khrustalevmalloc: aarch64: Remove broken memory tagging
2026-05-29  Adhemerval... hesiod: use booleans in parser macro calls
2026-05-29  Adhemerval... hesiod: fix swapped arguments in service parser
2026-05-29  Adhemerval... math: Fix non-narrowing test build with arg-format...
2026-05-29  Muhammad Kamranaarch64: Use build attributes for asm feature marking
2026-05-29  Martin Coufalmisc: add a new test for gethostname
2026-05-29  Frédéric Bérattest: Fix and stabilize tst-wcsmbs-clone-overflow test
2026-05-28  Adhemerval... math: Fix fma alignment when exponent difference is...
2026-05-27  Adhemerval... support: Skip malloc hugetlb={1,2} variants when kernel...
2026-05-27  Adhemerval... elf: Re-initialise static TLS after .tdata relocation...
next