]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2022-07-22  Adhemerval... stdlib: Add arc4random, arc4random_buf, and arc4random_...
2022-07-22  Adhemerval... locale: Optimize tst-localedef-path-norm
2022-07-21  Florian Weimermalloc: Simplify implementation of __malloc_assert
2022-07-19  Adhemerval... Update scripts/config.* files from upstream GNU config...
2022-07-18  Michael Hudson... linux: return UNSUPPORTED from tst-mount if entering...
2022-07-16  Noah Goldsteinx86: Add support to build st{p|r}{n}{cpy|cat} with...
2022-07-16  Noah Goldsteinx86: Add support to build wcscpy with explicit ISA...
2022-07-16  Noah Goldsteinx86: Add support to build strcmp/strlen/strchr with...
2022-07-15  Adhemerval... elf: Fix wrong fscanf usage on tst-pldd
2022-07-14  Tulio Magno... Apply asm redirections in stdio.h before first use...
2022-07-14  Stefan LieblerS390: Define SINGLE_THREAD_BY_GLOBAL only on s390x
2022-07-13  Noah Goldsteinx86: Add missing rtm tests for strcmp family
2022-07-13  Noah Goldsteinx86: Remove unneeded rtld-wmemcmp
2022-07-13  Noah Goldsteinx86: Move wcslen SSE2 implementation to multiarch/wcsle...
2022-07-13  Noah Goldsteinx86: Move wcschr SSE2 implementation to multiarch/wcsch...
2022-07-13  Noah Goldsteinx86: Move strcat SSE2 implementation to multiarch/strca...
2022-07-13  Noah Goldsteinx86: Move strchr SSE2 implementation to multiarch/strch...
2022-07-13  Noah Goldsteinx86: Move strrchr SSE2 implementation to multiarch...
2022-07-13  Noah Goldsteinx86: Move memrchr SSE2 implementation to multiarch...
2022-07-13  Noah Goldsteinx86: Move strcpy SSE2 implementation to multiarch/strcp...
2022-07-13  Noah Goldsteinx86: Move strlen SSE2 implementation to multiarch/strle...
2022-07-13  Noah Goldsteinx86: Move strcmp SSE42 implementation to multiarch...
2022-07-13  Noah Goldsteinx86: Move wcscmp SSE2 implementation to multiarch/wcscm...
2022-07-13  Noah Goldsteinx86: Move strcmp SSE2 implementation to multiarch/strcm...
2022-07-13  Noah Goldsteinx86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_N...
2022-07-13  Adhemerval... nptl: Fix ___pthread_unregister_cancel_restore asynchro...
2022-07-12  Noah Goldsteinx86: Remove __mmask intrinsics in strstr-avx512.c
2022-07-12  Noah Goldsteinx86: Remove generic strncat, strncpy, and stpncpy imple...
2022-07-12  Fangrui Songi386: Remove -Wa,-mtune=i686
2022-07-08  H.J. Lux86-64: Remove redundant strcspn-generic/strpbrk-generi...
2022-07-08  Florian Weimerelf: Rename tst-audit26 to tst-audit28
2022-07-07  H.J. Lux86-64: Don't mark symbols as hidden in strcmp-XXX.S
2022-07-06  Tom Honermannstdlib: Tests for mbrtoc8, c8rtomb, and the char8_t...
2022-07-06  Tom Honermannstdlib: Implement mbrtoc8, c8rtomb, and the char8_t...
2022-07-06  Tom Honermanngconv: Correct Big5-HKSCS conversion to preserve all...
2022-07-06  Danila Kuteninaarch64: Optimize string functions with shrn instruction
2022-07-06  Xi Ruoyaotest-container: return UNSUPPORTED for ENOSPC on clone()
2022-07-05  Noah Goldsteinx86: Add support for building {w}memcmp{eq} with explic...
2022-07-05  Noah Goldsteinx86: Add support for building {w}memset{_chk} with...
2022-07-05  Noah Goldsteinx86: Add support for building {w}memmove{_chk} with...
2022-07-05  Noah Goldsteinx86: Add support for building str{c|p}{brk|spn} with...
2022-07-05  Noah Goldsteinx86: Add comment explaining no Slow_SSE4_2 check in...
2022-07-05  Adhemerval... Replace __libc_multiple_threads with __libc_single_threaded
2022-07-05  Adhemerval... linux: Add mount_setattr
2022-07-05  Adhemerval... linux: Add tst-mount to check for Linux new mount API
2022-07-05  Adhemerval... linux: Add open_tree
2022-07-05  Adhemerval... linux: Add fspick
2022-07-05  Adhemerval... linux: Add fsconfig
2022-07-05  Tejas BelagodAArch64: Reset HWCAP2_AFP bits in FPCR for default...
2022-07-05  Florian Weimerelf: Fix direction of NODELETE log messages during...
2022-07-05  Florian Weimermalloc: Simplify checked_request2size interface
2022-07-05  Florian Weimerstdlib: Simplify buffer management in canonicalize
2022-07-05  Florian Weimerlocaledef: Support building for older C standards
2022-07-05  Florian Weimerde_DE: Convert to UTF-8
2022-07-05  Florian Weimerlocale: localdef input files are now encoded in UTF-8
2022-07-05  Florian Weimerlocale: Introduce translate_unicode_codepoint into...
2022-07-05  Florian Weimerlocale: Fix signed char bug in lr_getc
2022-07-05  Florian Weimerlocale: Turn ADDC and ADDS into functions in linereader.c
2022-07-05  Fangrui Songlibc-symbols.h: remove unused macros
2022-07-04  Adhemerval... Fix hurd namespace issues for internal signal functions
2022-07-04  Guilherme Janczakargp: Remove old includes in !_LIBC case
2022-07-04  Joseph MyersUse GCC 12 branch in build-many-glibcs.py
2022-06-30  Adhemerval... Refactor internal-signals.h
2022-06-30  Kito Chengriscv: Use memcpy to handle unaligned access when fixin...
2022-06-30  Tejas BelagodAArch64: Add asymmetric faulting mode for tag violation...
2022-06-30  Adhemerval... linux: Fix mq_timereceive check for 32 bit fallback...
2022-06-30  Noah Goldsteinx86: Add missing IS_IN (libc) check to strncmp-sse4_2.S
2022-06-30  Noah Goldsteinx86: Add missing IS_IN (libc) check to strcspn-sse4.c
2022-06-30  Noah Goldsteinx86: Add missing IS_IN (libc) check to memmove-ssse3.S
2022-06-30  H.J. Lux86-64: Properly indent X86_IFUNC_IMPL_ADD_VN arguments
2022-06-30  Noah Goldsteinx86-64: Small improvements to dl-trampoline.S
2022-06-30  Noah Goldsteinx86: Move mem{p}{mov|cpy}_{chk_}erms to its own file
2022-06-30  Noah Goldsteinx86: Move and slightly improve memset_erms
2022-06-30  Noah Goldsteinx86: Add definition for __wmemset_chk AVX2 RTM in ifunc...
2022-06-29  Arjun Shankarlinux: Remove unnecessary nice.c and signal.c
2022-06-29  Adhemerval... nptl: Remove unused members from struct pthread
2022-06-29  Florian WeimerLinux: Forward declaration of struct iovec for process_...
2022-06-28  Noah Goldsteinx86: Add more feature definitions to isa-level.h
2022-06-28  Florian Weimerelf: Fix -DNDEBUG warning in _dl_start_args_adjust
2022-06-28  Yang Yanchaoelf: Fix compile error with -Werror and -DNDEBUG
2022-06-27  H.J. Lux86-64: Only define used SSE/AVX/AVX512 run-time resolvers
2022-06-27  H.J. Lux86: Move CPU_FEATURE{S}_{USABLE|ARCH}_P to isa-level.h
2022-06-27  Noah Goldsteinx86: Fix backwards Prefer_No_VZEROUPPER check in ifunc...
2022-06-27  Noah Goldsteinx86: Rename strstr_sse2 to strstr_generic as it uses...
2022-06-27  Noah Goldsteinx86: Remove unused file wmemcmp-sse4
2022-06-27  Noah Goldsteinx86: Put wcs{n}len-sse4.1 in the sse4.1 text section
2022-06-27  Noah Goldsteinx86: Align entry for memrchr to 64-bytes.
2022-06-26  Fangrui SongMakerules: Remove no-op -Wl,-d when linking libc_pic.os
2022-06-24  Andreas Schwabm68k: optimize RTLD_START
2022-06-24  Adhemerval... misc: Optimize internal usage of __libc_single_threaded
2022-06-24  Adhemerval... linux: Add move_mount
2022-06-24  Adhemerval... linux: Add fsmount
2022-06-24  Adhemerval... linux: Add fsopen
2022-06-24  Florian Weimerresolv/tst-resolv-noaaaa: Support building for older...
2022-06-24  Florian Weimerresolv: Implement no-aaaa stub resolver option
2022-06-24  Florian Weimersupport: Change non-address output format of support_fo...
2022-06-24  Kito Chengriscv: Use elf_machine_rela_relative to handle R_RISCV_...
2022-06-23  Noah Goldsteinx86: Remove faulty sanity tests for RTLD build with...
2022-06-23  Noah Goldsteinstdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]
2022-06-23  Noah Goldsteinx86: Replace all sse instructions with vex equivilent...
next