]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2023-12-15  Mike FABIANlocaledata: el_GR: Greece now uses the 24h format for...
2023-12-14  MAHESH BODAPATIpowerpc : Add optimized memchr for POWER10
2023-12-12  Bruno Haibleintl: Treat C.UTF-8 locale like C locale, part 2 (BZ...
2023-12-12  Ludwig Rydbergresolv: Fix a few unaligned accesses to fields in HEADER
2023-12-11  H.J. Lux86: Check PT_GNU_PROPERTY early
2023-12-11  H.J. Lusysdeps/x86/Makefile: Split and sort tests
2023-12-08  Florian Weimerelf: Initialize GLRO(dl_lazy) before relocating libc...
2023-12-07  Siddhesh PoyarekarMove CVE information into advisories directory
2023-12-07  Amrita H Spowerpc: Optimized strcmp for power10
2023-12-07  Adhemerval... elf: Fix wrong break removal from 8ee878592c
2023-12-07  Mike FABIANlocaledata: Convert day names in nn_NO locale to UTF-8
2023-12-07  Mike FABIANlocaledata: Remove trailing whitespace in weekday names...
2023-12-05  Adhemerval... elf: Refactor process_envvars
2023-12-05  Adhemerval... elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid...
2023-12-05  Adhemerval... elf: Ignore loader debug env vars for setuid
2023-12-05  Siddhesh PoyarekarAdapt the security policy for the security page
2023-12-05  Andreas Schwabaarch64: correct CFI in rawmemchr (bug 31113)
2023-12-04  Joe Ramsaymath: Add new exp10 implementation
2023-12-04  Szabolcs Nagyaarch64: fix tested ifunc variants
2023-12-04  Florian Weimerstdlib: Fix array bounds protection in insertion sort...
2023-12-03  Samuel ThibaultRevert "Update code to handle the new ABI for sending...
2023-12-03  Samuel ThibaultRevert "hurd: Fix build"
2023-12-03  Samuel Thibaulthurd: Fix build
2023-12-03  Flavio CruzUpdate code to handle the new ABI for sending inlined...
2023-12-02  Samuel Thibaulthurd: [!__USE_MISC] Do not #undef BSD macros in ioctls
2023-11-30  Adhemerval... linux: Make fdopendir fail with O_PATH (BZ 30373)
2023-11-30  Stefan LieblerAvoid padding in _init and _fini. [BZ #31042]
2023-11-29  Joe Ramsayaarch64: Improve special-case handling in AdvSIMD doubl...
2023-11-29  Adhemerval... malloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2
2023-11-29  Adhemerval... elf: Add a way to check if tunable is set (BZ 27069)
2023-11-28  Noah Goldsteinx86: Only align destination to 1x VEC_SIZE in memset...
2023-11-28  Hector Martinelf: Fix TLS modid reuse generation assignment (BZ...
2023-11-28  Tobias KlauserAdd TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet...
2023-11-27  Florian Weimerelf: Relocate libc.so early during startup and dlmopen...
2023-11-27  Florian Weimerelf: Introduce the _dl_open_relocate_one_object function
2023-11-27  Florian Weimerelf: In _dl_relocate_object, skip processing if object...
2023-11-23  Joseph MyersRemove __access_noerrno
2023-11-22  Adhemerval... malloc: Use __get_nprocs on arena_get2 (BZ 30945)
2023-11-22  Joe Ramsayaarch64: Fix libmvec benchmarks
2023-11-22  Florian Weimerposix: Revert the removal of the crypt prototype from...
2023-11-21  Adhemerval... elf: Add comments on how LD_AUDIT and LD_PRELOAD handle...
2023-11-21  Adhemerval... elf: Ignore LD_LIBRARY_PATH and debug env var for setui...
2023-11-21  Adhemerval... elf: Remove any_debug from dl_main_state
2023-11-21  Adhemerval... elf: Remove LD_PROFILE for static binaries
2023-11-21  Adhemerval... elf: Ignore LD_PROFILE for setuid binaries
2023-11-21  Adhemerval... s390: Use dl-symbol-redir-ifunc.h on cpu-tunables
2023-11-21  Adhemerval... x86: Use dl-symbol-redir-ifunc.h on cpu-tunables
2023-11-21  Adhemerval... elf: Emit warning if tunable is ill-formatted
2023-11-21  Adhemerval... elf: Fix _dl_debug_vdprintf to work before self-relocation
2023-11-21  Adhemerval... elf: Do not parse ill-formatted strings
2023-11-21  Adhemerval... elf: Do not process invalid tunable format
2023-11-21  Adhemerval... elf: Add all malloc tunable to unsecvars
2023-11-21  Adhemerval... elf: Ignore GLIBC_TUNABLES for setuid/setgid binaries
2023-11-21  Adhemerval... elf: Add GLIBC_TUNABLES to unsecvars
2023-11-21  Adhemerval... elf: Remove /etc/suid-debug support
2023-11-21  Florian Weimerstdlib: The qsort implementation needs to use heapsort...
2023-11-21  Florian Weimerstdlib: Handle various corner cases in the fallback...
2023-11-21  Florian Weimerstdlib: Avoid another self-comparison in qsort
2023-11-20  Samuel Thibaulthurd: fix restarting reauth_dtable on signal
2023-11-20  Samuel Thibaulthurd: Prevent the final file_exec_paths call from signals
2023-11-20  Carlos O'Donellmanual: Fix termios.c example. (Bug 31078)
2023-11-20  Joe Ramsayaarch64: Add vector implementations of expm1 routines
2023-11-20  Adhemerval... linux: Use fchmodat2 on fchmod for flags different...
2023-11-20  Florian Weimerintl: Add test case for bug 16621
2023-11-20  Jan Palusresolv: free only initialized items from gai pool
2023-11-20  Florian Weimerldconfig: Fixes for skipping temporary files.
2023-11-20  Florian Weimernptl: Link tst-execstack-threads-mod.so with -z execstack
2023-11-20  Florian Weimernptl: Rename tst-execstack to tst-execstack-threads
2023-11-19  Flavio CruzRemove untyped mach RPC code.
2023-11-18  Flavio Cruz_hurd_intr_rpc_mach_msg: handle message iteration corre...
2023-11-16  Mike FABIANlocaledata: Convert oc_FR locale to UTF-8
2023-11-16  Mike FABIANlocaledata: Add information for Occitan
2023-11-16  Florian Weimerelf: Fix force_first handling in dlclose (bug 30981)
2023-11-16  Adhemerval... elf: Handle non-directory name in search path (BZ 31035)
2023-11-16  Mike FABIANNew Zealand locales (en_NZ & mi_NZ) first day of week...
2023-11-15  Noah Goldsteinx86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex...
2023-11-15  Adhemerval... posix: Check pidfd_spawn with tst-spawn7-pid
2023-11-15  Andreas Larssonsparc: Fix broken memset for sparc32 [BZ #31068]
2023-11-15  Gaël PORTAYy2038: Fix support for 64-bit time on legacy ABIs
2023-11-14  Samuel Thibaulthurd: Fix spawni returning allocation errors.
2023-11-14  Samuel Thibaulthurd: Make _hurd_intr_rpc_mach_msg avoid returning...
2023-11-13  Wilco DijkstraAArch64: Remove Falkor memcpy
2023-11-13  Wilco DijkstraAArch64: Add memset_zva64
2023-11-13  Wilco DijkstraAArch64: Cleanup emag memset
2023-11-13  Yanzhang Wangtest: Run the tst-tls-allocation-failure-static-patched...
2023-11-10  Joe Ramsayaarch64: Add vector implementations of log1p routines
2023-11-10  Joe Ramsayaarch64: Add vector implementations of atan2 routines
2023-11-10  Joe Ramsayaarch64: Add vector implementations of atan routines
2023-11-10  Joe Ramsayaarch64: Add vector implementations of acos routines
2023-11-10  Joe Ramsayaarch64: Add vector implementations of asin routines
2023-11-09  Paul EggertFix type typo in “String/Array Conventions” doc
2023-11-08  Florian Weimerstdlib: Avoid element self-comparisons in qsort
2023-11-07  Adhemerval... elf: Add glibc.mem.decorate_maps tunable
2023-11-07  Adhemerval... linux: Decorate __libc_fatal error buffer
2023-11-07  Adhemerval... assert: Decorate error message buffer
2023-11-07  Adhemerval... malloc: Decorate malloc maps
2023-11-07  Adhemerval... nptl: Decorate thread stack on pthread_create
2023-11-07  Adhemerval... support: Add support_set_vma_name
2023-11-07  Adhemerval... linux: Add PR_SET_VMA_ANON_NAME support
2023-11-07  Samuel Thibaulthurd: statfsconv: Add missing f_ffree conversion
next