platform/upstream/glibc.git
2022-10-20 Noah Goldsteinx86: Use `testb` for case-locale check in str{n}casecmp...
2022-10-20 Noah Goldsteinx86: Add support for VEC_SIZE == 64 in strcmp-evex...
2022-10-20 Noah Goldsteinx86: Remove AVX512-BVMI2 instruction from strrchr-evex.S
2022-10-20 Felix Riemannsysdeps: arm: Fix preconfigure script for ARMv8/v9...
2022-10-20 Adhemerval... nis: Fix nis_print_directory
2022-10-20 Adhemerval... linux: Avoid shifting a negative signed on POSIX timer...
2022-10-20 Noah GoldsteinBench: Improve benchtests for memchr, strchr, strnlen...
2022-10-20 Noah Goldsteinx86: Optimize strrchr-evex.S and implement with VMM...
2022-10-20 Noah Goldsteinx86: Optimize memrchr-evex.S
2022-10-20 Noah Goldsteinx86: Optimize strnlen-evex.S and implement with VMM...
2022-10-20 Noah Goldsteinx86: Shrink / minorly optimize strchr-evex and implemen...
2022-10-20 Noah Goldsteinx86: Optimize memchr-evex.S and implement with VMM...
2022-10-18 Sunil K Pandeyx86_64: Implement evex512 version of memchr, rawmemchr...
2022-10-18 Sunil K PandeyString: Improve test coverage for memchr
2022-10-18 Florian WeimerUse PTR_MANGLE and PTR_DEMANGLE unconditionally in...
2022-10-18 Florian WeimerIntroduce <pointer_guard.h>, extracted from <sysdep.h>
2022-10-18 Florian Weimerx86-64: Move LP_SIZE definition to its own header
2022-10-17 Szabolcs Nagymath: Fix asin and acos invalid exception with old gcc
2022-10-15 Noah Goldsteinx86: Update strlen-evex-base to use new reg/vec macros.
2022-10-15 Noah Goldsteinx86: Remove now unused vec header macros.
2022-10-15 Noah Goldsteinx86: Update memset to use new VEC macros
2022-10-15 Noah Goldsteinx86: Update memmove to use new VEC macros
2022-10-15 Noah Goldsteinx86: Update memrchr to use new VEC macros
2022-10-15 Noah Goldsteinx86: Update VEC macros to complete API for evex/evex512...
2022-10-14 Florian Weimerelf: Do not completely clear reused namespace in dlmope...
2022-10-13 Florian Weimermalloc: Switch global_max_fast to uint8_t
2022-10-12 Joseph MyersAdd NT_S390_PV_CPU_DATA from Linux 6.0 to elf.h
2022-10-12 Joseph MyersAdd AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.h
2022-10-10 Sunil K PandeyString: Improve test coverage for memchr
2022-10-10 Adhemerval... elf: Remove -fno-tree-loop-distribute-patterns usage...
2022-10-10 Andreas Schwabsocket: Use offsetof in SUN_LEN (bug 29578)
2022-10-10 Andreas SchwabExpose all MAP_ constants in <sys/mman.h> unconditional...
2022-10-08 Xi RuoyaoLoongArch: Fix the condition to use PC-relative address...
2022-10-07 Adhemerval... arm: Enable USE_ATOMIC_COMPILER_BUILTINS (BZ #24774)
2022-10-06 Adhemerval... csu: Disable stack protector for static-reloc for stati...
2022-10-06 Andreas SchwabNEWS: Fix grammar
2022-10-06 Javier Pelloelf: Simplify output of hwcap subdirectories in ld...
2022-10-06 Javier Pelloelf: Remove _dl_string_hwcap
2022-10-06 Javier PelloAdd NEWS entry for legacy hwcaps removal
2022-10-06 Javier Pelloelf: Remove hwcap and bits_hwcap fields from struct...
2022-10-06 Javier Pelloelf: Remove hwcap parameter from add_to_cache signature
2022-10-06 Javier Pelloelf: Remove legacy hwcaps support from ldconfig
2022-10-06 Javier Pelloelf: Remove legacy hwcaps support from the dynamic...
2022-10-06 Javier Pellox86_64: Remove platform directory library loading test
2022-10-06 Mike FABIANUpdate to Unicode 15.0.0 [BZ #29604]
2022-10-05 Joseph MyersUpdate kernel version to 6.0 in header constant tests
2022-10-05 Adhemerval... x86: Fix -Os build (BZ #29576)
2022-10-05 Adhemerval... sunrpc: Suppress GCC -Os warning on user2netname
2022-10-05 Adhemerval... rt: Initialize mq_send input on tst-mqueue{5,6}
2022-10-05 Adhemerval... posix: Suppress -Os may be used uninitialized warnings...
2022-10-05 Adhemerval... posix: Suppress -Os warnings on fnmatch
2022-10-05 Martin Jansalocale: prevent maybe-uninitialized errors with -Os...
2022-10-05 Joseph MyersRegenerate sysdeps/mach/hurd/bits/errno.h
2022-10-05 Joseph MyersUpdate syscall lists for Linux 6.0
2022-10-04 Siddhesh Poyarekarnscd: Drop local address tuple variable [BZ #29607]
2022-10-04 Joseph MyersUse Linux 6.0 in build-many-glibcs.py
2022-10-03 Aurelien Jarnox86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr...
2022-10-03 Aurelien Jarnox86-64: Require BMI2 and LZCNT for AVX2 memrchr impleme...
2022-10-03 Aurelien Jarnox86-64: Require BMI2 for AVX2 (raw|w)memchr implementations
2022-10-03 Aurelien Jarnox86-64: Require BMI2 for AVX2 wcs(n)cmp implementations
2022-10-03 Aurelien Jarnox86-64: Require BMI2 for AVX2 strncmp implementation
2022-10-03 Aurelien Jarnox86-64: Require BMI2 for AVX2 strcmp implementation
2022-10-03 Aurelien Jarnox86-64: Require BMI2 for AVX2 str(n)casecmp implementations
2022-10-03 Aurelien Jarnox86: include BMI1 and BMI2 in x86-64-v3 level
2022-10-03 Noah Goldsteinx86: Cleanup pthread_spin_{try}lock.S
2022-10-03 Noah GoldsteinBenchtests: Add bench for pthread_spin_{try}lock and...
2022-10-03 Adhemerval... x86: Remove .tfloat usage
2022-10-03 Yu Chien Peter Linnptl: Convert tst-setuid2 to test-driver
2022-10-03 Yu Chien Peter Linsupport: Add xpthread_cond_signal wrapper
2022-10-01 John David... hppa: Fix initialization of dp register [BZ 29635]
2022-09-30 Joseph MyersFix iseqsig for _FloatN and _FloatNx in C++ with GCC 13
2022-09-30 Adhemerval... malloc: Do not clobber errno on __getrandom_nocancel...
2022-09-30 Adhemerval... stdlib: Fix __getrandom_nocancel type and arc4random...
2022-09-30 Xi RuoyaoLoongArch: Add static PIE support
2022-09-29 Noah GoldsteinBenchtest: Add additional benchmarks for strlen and...
2022-09-29 Noah Goldsteinx86: Fix wcsnlen-avx2 page cross length comparison...
2022-09-28 Joseph MyersUpdate _FloatN header support for C++ in GCC 13
2022-09-28 Samuel Thibaulthurd: Fix typo
2022-09-28 Jörg Sonnenbergerget_nscd_addresses: Fix subscript typos [BZ #29605]
2022-09-27 Samuel Thibaulthurd: Increase SOMAXCONN to 4096
2022-09-26 Wilco DijkstraUse atomic_exchange_release/acquire
2022-09-23 Florian Weimernss: Use shared prefix in IPv4 address in tst-reload1
2022-09-23 Florian Weimernss: Enhance tst-reload1 coverage and logging
2022-09-23 Wilco DijkstraUse C11 atomics instead of atomic_decrement_and_test
2022-09-23 Wilco DijkstraUse C11 atomics instead of atomic_increment(_val)
2022-09-23 Wilco DijkstraUse C11 atomics instead of atomic_and/or
2022-09-22 Qingqing Limalloc: Print error when oldsize is not equal to the...
2022-09-22 Adhemerval... Use '%z' instead of '%Z' on printf functions
2022-09-22 Florian Weimerelf: Extract glibcelf constants from <elf.h>
2022-09-22 Florian Weimerscripts: Enhance glibcpp to do basic macro processing
2022-09-22 Florian Weimerscripts: Extract glibcpp.py from check-obsolete-constru...
2022-09-21 Alistair Francisriscv: Remove RV32 floating point functions
2022-09-21 Alistair Francisriscv: Consolidate the libm-test-ulps
2022-09-21 Samuel Thibaulthurd: Fix SIOCADD/DELRT ioctls
2022-09-21 Samuel Thibaulthurd: Drop struct rtentry and in6_rtmsg
2022-09-21 Damien Zammithurd: Add _IOT_ifrtreq to <net/route.h>
2022-09-21 Adhemerval... elf: Use C11 atomics on _dl_mcount
2022-09-21 Samuel Thibaulthurd: Use IF_NAMESIZE rather than IFNAMSIZ
2022-09-20 Damien Zammithurd: Add ifrtreq structure to net/route.h
2022-09-20 John David... hppa: undef __ASSUME_SET_ROBUST_LIST
next