]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2022-07-18  Noah Goldsteinx86: Add BMI1/BMI2 checks for ISA_V3 check
2022-07-18  Noah Goldsteinx86: Cleanup bounds checking in large memcpy case
2022-07-18  Noah Goldsteinx86: Add bounds `x86_non_temporal_threshold`
2022-07-18  Noah Goldsteinx86: Add sse42 implementation to strcmp's ifunc
2022-07-18  Noah Goldsteinx86: Fix misordered logic for setting `rep_movsb_stop_t...
2022-07-18  Noah Goldsteinx86: Align varshift table to 32-bytes
2022-07-18  Noah Goldsteinx86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no...
2022-07-18  Noah Goldsteinx86: Shrink code size of memchr-evex.S
2022-07-18  Noah Goldsteinx86: Shrink code size of memchr-avx2.S
2022-07-18  Noah Goldsteinx86: Optimize memrchr-avx2.S
2022-07-18  Noah Goldsteinx86: Optimize memrchr-evex.S
2022-07-18  Noah Goldsteinx86: Optimize memrchr-sse2.S
2022-07-18  Noah Goldsteinx86: Add COND_VZEROUPPER that can replace vzeroupper...
2022-07-18  Noah Goldsteinx86: Create header for VEC classes in x86 strings library
2022-07-18  Raghuveer Devulapallix86_64: Add strstr function with 512-bit EVEX
2022-07-18  H.J. Lux86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_...
2022-07-18  Sunil K Pandeyx86_64: Implement evex512 version of strlen, strnlen...
2022-07-18  Adhemerval... x86_64: Remove bzero optimization
2022-07-13  Adhemerval... nptl: Fix ___pthread_unregister_cancel_restore asynchro...
2022-06-30  Adhemerval... linux: Fix mq_timereceive check for 32 bit fallback...
2022-06-13  Sam Jamesnss: handle stat failure in check_reload_and_get (BZ...
2022-06-13  Sam Jamesnss: add assert to DB_LOOKUP_FCT (BZ #28752)
2022-06-10  Adhemerval... nios2: Remove _dl_skip_args usage (BZ# 29187)
2022-06-10  Adhemerval... hppa: Remove _dl_skip_args usage (BZ# 29165)
2022-06-08  Adhemerval... NEWS: Add a bug fix entry for BZ #29225
2022-06-08  Adhemerval... nptl: Fix __libc_cleanup_pop_restore asynchronous resto...
2022-06-07  Matheus Castanhopowerpc: Fix VSX register number on __strncpy_power9...
2022-06-06  Dmitriy Fedchenkosocket: Fix mistyped define statement in socket/sys...
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# 29204)
2022-06-01  Adhemerval... misc: Use 64 bit stat for daemon (BZ# 29203)
2022-05-30  Arjun ShankarFix deadlock when pthread_atfork handler calls pthread_...
2022-05-25  Noah Goldsteinx86: Fallback {str|wcs}cmp RTM in the ncmp overflow...
2022-05-23  Sergei Trofimovichstring.h: fix __fortified_attr_access macro call [BZ...
2022-05-19  Szabolcs Nagylinux: Add a getauxval test [BZ #23293]
2022-05-19  Szabolcs Nagyrtld: Use generic argv adjustment in ld.so [BZ #23293]
2022-05-19  Stefan LieblerS390: Enable static PIE
2022-05-17  Florian Weimercsu: Implement and use _dl_early_allocate during static...
2022-05-17  Florian WeimerLinux: Introduce __brk_call for invoking the brk system...
2022-05-17  Florian WeimerLinux: Implement a useful version of _startup_fatal
2022-05-17  Florian Weimeria64: Always define IA64_USE_NEW_STUB as a flag macro
2022-05-17  Florian WeimerLinux: Define MMAP_CALL_INTERNAL
2022-05-17  Florian Weimeri386: Honor I386_USE_SYSENTER for 6-argument Linux...
2022-05-17  Florian Weimeri386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do...
2022-05-17  Fangrui Songelf: Remove __libc_init_secure
2022-05-17  Florian WeimerLinux: Consolidate auxiliary vector parsing (redo)
2022-05-17  Florian WeimerLinux: Include <dl-auxv.h> in dl-sysdep.c only for...
2022-05-17  Florian WeimerRevert "Linux: Consolidate auxiliary vector parsing"
2022-05-17  Florian WeimerLinux: Consolidate auxiliary vector parsing
2022-05-17  Florian WeimerLinux: Assume that NEED_DL_SYSINFO_DSO is always defined
2022-05-17  Florian WeimerLinux: Remove DL_FIND_ARG_COMPONENTS
2022-05-17  Florian WeimerLinux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_P...
2022-05-17  Florian Weimerelf: Merge dl-sysdep.c into the Linux version
2022-05-16  Noah Goldsteinx86: Optimize {str|wcs}rchr-evex
2022-05-16  Noah Goldsteinx86: Optimize {str|wcs}rchr-avx2
2022-05-16  Noah Goldsteinx86: Optimize {str|wcs}rchr-sse2
2022-05-16  H.J. Lux86-64: Fix SSE2 memcmp and SSSE3 memmove for x32
2022-05-16  Noah Goldsteinx86: Fix missing __wmemcmp def for disable-multiarch...
2022-05-16  Noah Goldsteinx86: Cleanup page cross code in memcmp-avx2-movbe.S
2022-05-16  Noah Goldsteinx86: Remove memcmp-sse4.S
2022-05-16  Noah Goldsteinx86: Optimize memcmp SSE2 in memcmp.S
2022-05-16  Noah Goldsteinx86: Small improvements for wcslen
2022-05-16  Noah Goldsteinx86: Remove AVX str{n}casecmp
2022-05-16  Noah Goldsteinx86: Add EVEX optimized str{n}casecmp
2022-05-16  Noah Goldsteinx86: Add AVX2 optimized str{n}casecmp
2022-05-16  Noah Goldsteinx86: Optimize str{n}casecmp TOLOWER logic in strcmp...
2022-05-16  Noah Goldsteinx86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
2022-05-16  Noah Goldsteinx86: Remove strspn-sse2.S and use the generic implement...
2022-05-16  Noah Goldsteinx86: Remove strpbrk-sse2.S and use the generic implemen...
2022-05-16  Noah Goldsteinx86: Remove strcspn-sse2.S and use the generic implemen...
2022-05-16  Noah Goldsteinx86: Optimize strspn in strspn-c.c
2022-05-16  Noah Goldsteinx86: Optimize strcspn and strpbrk in strcspn-c.c
2022-05-16  Noah Goldsteinx86: Code cleanup in strchr-evex and comment justifying...
2022-05-16  Noah Goldsteinx86: Code cleanup in strchr-avx2 and comment justifying...
2022-05-16  Adhemerval... x86_64: Remove bcopy optimizations
2022-05-16  H.J. Lux86-64: Define __memcmpeq in ld.so
2022-05-16  H.J. Lux86-64: Remove bzero weak alias in SS2 memset
2022-05-16  H.J. Lux86_64/multiarch: Sort sysdep_routines and put one...
2022-05-16  H.J. Lux86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
2022-05-16  Siddhesh Poyarekarfortify: Ensure that __glibc_fortify condition is a...
2022-05-11  Florian Weimerdlfcn: Implement the RTLD_DI_PHDR request type for...
2022-05-11  Florian Weimermanual: Document the dlinfo function
2022-05-06  Adhemerval... NEWS: Add a bug fix entry for BZ #29109
2022-05-06  Adhemerval... linux: Fix posix_spawn return code if clone fails ...
2022-05-05  Noah Goldsteinx86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S...
2022-05-05  Noah Goldsteinx86: Fix bug in strncmp-evex and strncmp-avx2 [BZ ...
2022-05-05  Noah Goldsteinx86: Set .text section in memset-vec-unaligned-erms
2022-05-05  H.J. Lux86-64: Optimize bzero
2022-05-05  Noah Goldsteinx86: Remove SSSE3 instruction for broadcast in memset...
2022-05-05  Noah Goldsteinx86: Improve vec generation in memset-vec-unaligned...
2022-05-05  H.J. Lux86-64: Fix strcmp-evex.S
2022-05-05  H.J. Lux86-64: Fix strcmp-avx2.S
2022-05-05  Noah Goldsteinx86: Optimize strcmp-evex.S
2022-05-05  Noah Goldsteinx86: Optimize strcmp-avx2.S
2022-05-04  Siddhesh Poyarekarmanual: Clarify that abbreviations of long options...
next