aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-06elf: Remove _dl_string_hwcapJavier Pello
2022-10-06Add NEWS entry for legacy hwcaps removalJavier Pello
2022-10-06elf: Remove hwcap and bits_hwcap fields from struct cache_entryJavier Pello
2022-10-06elf: Remove hwcap parameter from add_to_cache signatureJavier Pello
2022-10-06elf: Remove legacy hwcaps support from ldconfigJavier Pello
2022-10-06elf: Remove legacy hwcaps support from the dynamic loaderJavier Pello
2022-10-06x86_64: Remove platform directory library loading testJavier Pello
2022-10-06Update to Unicode 15.0.0 [BZ #29604]Mike FABIAN
2022-10-05Update kernel version to 6.0 in header constant testsJoseph Myers
2022-10-05x86: Fix -Os build (BZ #29576)Adhemerval Zanella Netto
2022-10-05sunrpc: Suppress GCC -Os warning on user2netnameAdhemerval Zanella Netto
2022-10-05rt: Initialize mq_send input on tst-mqueue{5,6}Adhemerval Zanella Netto
2022-10-05posix: Suppress -Os may be used uninitialized warnings on regexecAdhemerval Zanella Netto
2022-10-05posix: Suppress -Os warnings on fnmatchAdhemerval Zanella Netto
2022-10-05locale: prevent maybe-uninitialized errors with -Os [BZ #19444]Martin Jansa
2022-10-05Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers
2022-10-05Update syscall lists for Linux 6.0Joseph Myers
2022-10-04nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar
2022-10-04Use Linux 6.0 in build-many-glibcs.pyJoseph Myers
2022-10-03x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno
2022-10-03x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno
2022-10-03x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno
2022-10-03x86: Cleanup pthread_spin_{try}lock.SNoah Goldstein
2022-10-03Benchtests: Add bench for pthread_spin_{try}lock and mutex_trylockNoah Goldstein
2022-10-03x86: Remove .tfloat usageAdhemerval Zanella
2022-10-03nptl: Convert tst-setuid2 to test-driverYu Chien Peter Lin
2022-10-03support: Add xpthread_cond_signal wrapperYu Chien Peter Lin
2022-10-01hppa: Fix initialization of dp register [BZ 29635]John David Anglin
2022-09-30Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13Joseph Myers
2022-09-30malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella
2022-09-30stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella
2022-09-30LoongArch: Add static PIE supportXi Ruoyao
2022-09-28Benchtest: Add additional benchmarks for strlen and strnlenNoah Goldstein
2022-09-28x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein
2022-09-28Update _FloatN header support for C++ in GCC 13Joseph Myers
2022-09-28hurd: Fix typoSamuel Thibault
2022-09-28get_nscd_addresses: Fix subscript typos [BZ #29605]Jörg Sonnenberger
2022-09-27hurd: Increase SOMAXCONN to 4096Samuel Thibault
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-09-23nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer
2022-09-23nss: Enhance tst-reload1 coverage and loggingFlorian Weimer
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_and/orWilco Dijkstra
2022-09-22malloc: Print error when oldsize is not equal to the current size.Qingqing Li