platform/upstream/glibc.git
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...
2022-06-23 Noah Goldsteinx86: Add support for compiling {raw|w}memchr with high...
2022-06-23 Noah Goldsteinx86: Add defines / utilities for making ISA specific...
2022-06-22 Noah Goldsteinstdlib: Remove attr_write from mbstows if dst is NULL...
2022-06-22 Noah Goldsteinstdlib: Remove trailing whitespace from Makefile
2022-06-22 Andreas Schwabdebug: make __read_chk a cancellation point (bug 29274)
2022-06-21 Sam Jamess390: use LC_ALL=C for readelf call
2022-06-21 Sam Jamess390: use $READELF
2022-06-17 Noah Goldsteini386: Fix include paths for strspn, strcspn, and strpbrk
2022-06-17 H.J. Luelf: Silence GCC 11/12 false positive warning
2022-06-17 Noah Goldsteinx86: Rename generic functions with unique postfix for...
2022-06-17 Noah Goldsteinx86: Add BMI1/BMI2 checks for ISA_V3 check
2022-06-16 Fangrui Songx86-64: Handle fewer relocation types for RTLD_BOOTSTRAP
2022-06-16 Fangrui Songaarch64: Handle fewer relocations for RTLD_BOOTSTRAP
2022-06-16 Fangrui Songriscv: Change the relocations handled for RTLD_BOOTSTRAP
2022-06-15 Noah Goldsteinx86: Cleanup bounds checking in large memcpy case
2022-06-15 Noah Goldsteinx86: Add bounds `x86_non_temporal_threshold`
2022-06-15 Fangrui SongRemove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROT...
2022-06-15 Fangrui Songelf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
2022-06-15 Noah Goldsteinx86: Add sse42 implementation to strcmp's ifunc
2022-06-15 Noah Goldsteinx86: Fix misordered logic for setting `rep_movsb_stop_t...
2022-06-14 Fangrui Songelf: Refine direct extern access diagnostics to protect...
2022-06-14 Stefan LieblerAvoid -Wstringop-overflow= warning in iconv module.
2022-06-10 Wilco DijkstraAdd bounds check to __libc_ifunc_impl_list
2022-06-10 Wilco Dijkstralibio: Avoid RMW of flags2 outside lock (BZ #27842)
2022-06-09 Noah Goldsteinx86: Optimize svml_s_tanhf4_core_sse4.S
2022-06-09 Noah Goldsteinx86: Optimize svml_s_tanhf8_core_avx2.S
2022-06-09 Noah Goldsteinx86: Add data file that can be shared by tanhf-avx2...
2022-06-09 Noah Goldsteinx86: Optimize svml_s_tanhf16_core_avx512.S
2022-06-09 Noah Goldsteinx86: Improve svml_s_atanhf4_core_sse4.S
2022-06-09 Noah Goldsteinx86: Improve svml_s_atanhf8_core_avx2.S
2022-06-09 Noah Goldsteinx86: Improve svml_s_atanhf16_core_avx512.S
2022-06-09 Noah Goldsteinx86: Align varshift table to 32-bytes
2022-06-09 Noah Goldsteinx86: Add copyright to strpbrk-c.c
2022-06-09 Sam Jamesnss: handle stat failure in check_reload_and_get (BZ...
2022-06-09 Sam Jamesnss: add assert to DB_LOOKUP_FCT (BZ #28752)
2022-06-09 Noah Goldsteinx86: Fix page cross case in rawmemchr-avx2 [BZ #29234]
2022-06-08 Paul E. Murphynptl_db: disable DT_RELR on libthread_db.so
2022-06-08 Andreas Schwabelf: add missing newlines in lateglobal test
2022-06-08 Adhemerval... nptl: Fix __libc_cleanup_pop_restore asynchronous resto...
2022-06-07 Noah Goldsteinx86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no...
2022-06-07 Noah Goldsteinx86: Shrink code size of memchr-evex.S
2022-06-07 Noah Goldsteinx86: Shrink code size of memchr-avx2.S
2022-06-07 Noah Goldsteinx86: Optimize memrchr-avx2.S
2022-06-07 Noah Goldsteinx86: Optimize memrchr-evex.S
2022-06-07 Noah Goldsteinx86: Optimize memrchr-sse2.S
2022-06-07 Noah GoldsteinBenchtests: Improve memrchr benchmarks
2022-06-07 Noah Goldsteinx86: Add COND_VZEROUPPER that can replace vzeroupper...
2022-06-07 Noah Goldsteinx86: Create header for VEC classes in x86 strings library
2022-06-07 Matheus Castanhopowerpc: Fix VSX register number on __strncpy_power9...
2022-06-07 Wilco DijkstraAArch64: Sort makefile entries
2022-06-07 Wilco DijkstraAArch64: Add SVE memcpy
2022-06-07 Raghuveer Devulapallix86_64: Add strstr function with 512-bit EVEX
2022-06-06 Adhemerval... scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant
2022-06-06 Dmitriy Fedchenkosocket: Fix mistyped define statement in socket/sys...
2022-06-06 Joseph MyersDeclare timegm for ISO C2X
2022-06-06 Joseph MyersAdd PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.h
2022-06-05 Sam Jamesgrep: egrep -> grep -E, fgrep -> grep -F
2022-06-03 H.J. Lustring.h: Fix boolean spelling in comments
2022-06-02 Carlos O'Donellelf: Add #include <errno.h> for use of E* constants.
2022-06-02 Carlos O'Donellelf: Add #include <sys/param.h> for MAX usage.
2022-06-02 Adhemerval... linux: Add process_mrelease
2022-06-02 Adhemerval... linux: Add process_madvise
2022-06-02 Adhemerval... linux: Set tst-pidfd-consts unsupported for kernels...
2022-06-02 Florian Weimertestrun.sh: Support passing strace and valgrind arguments
2022-06-02 Florian WeimerLinux: Adjust struct rseq definition to current kernel...
2022-06-01 Adhemerval... iconv: Use 64 bit stat for gconv_parseconfdir (BZ#...
2022-06-01 Adhemerval... catgets: Use 64 bit stat for __open_catalog (BZ# 29211)
2022-06-01 Adhemerval... inet: Use 64 bit stat for ruserpass (BZ# 29210)
2022-06-01 Adhemerval... socket: Use 64 bit stat for isfdtype (BZ# 29209)
2022-06-01 Adhemerval... posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO...
2022-06-01 Adhemerval... posix: Use 64 bit stat for posix_fallocate fallback...
2022-06-01 Adhemerval... misc: Use 64 bit stat for getusershell (BZ# 29203)
2022-06-01 Adhemerval... misc: Use 64 bit stat for daemon (BZ# 29203)
2022-06-01 WANG Xueruilinux: use statx for fstat if neither newfstatat nor...
2022-06-01 Joseph MyersAdd MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman...
2022-06-01 Joseph MyersAdd HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.h
2022-06-01 Adhemerval... i686: Use generic sincosf implementation for SSE2 version
2022-06-01 Adhemerval... benchtests: Add workload name for sincosf
2022-06-01 Adhemerval... i686: Use generic sinf implementation for SSE2 version
2022-06-01 Adhemerval... i686: Use generic cosf implementation for SSE2 version
2022-06-01 Adhemerval... benchtests: Add workload name for cosf
2022-06-01 Andreas Schwabx86_64: Optimize sincos where sin/cos is optimized...
2022-05-31 Andreas Schwabmanual: fix reference to source file
next