about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* posix: Suppress -Os may be used uninitialized warnings on regexecAdhemerval Zanella Netto2022-10-051-0/+6
* posix: Suppress -Os warnings on fnmatchAdhemerval Zanella Netto2022-10-051-0/+31
* locale: prevent maybe-uninitialized errors with -Os [BZ #19444]Martin Jansa2022-10-051-0/+7
* Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers2022-10-051-0/+1
* Update syscall lists for Linux 6.0Joseph Myers2022-10-051-2/+2
* nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar2022-10-041-3/+2
* Use Linux 6.0 in build-many-glibcs.pyJoseph Myers2022-10-041-1/+1
* x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2022-10-033-3/+16
* x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2022-10-033-2/+10
* x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno2022-10-031-3/+9
* x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno2022-10-031-2/+6
* x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2022-10-032-4/+7
* x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2022-10-032-3/+5
* x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2022-10-032-8/+21
* x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno2022-10-031-0/+2
* x86: Cleanup pthread_spin_{try}lock.SNoah Goldstein2022-10-032-12/+29
* Benchtests: Add bench for pthread_spin_{try}lock and mutex_trylockNoah Goldstein2022-10-036-12/+151
* x86: Remove .tfloat usageAdhemerval Zanella2022-10-039-26/+47
* nptl: Convert tst-setuid2 to test-driverYu Chien Peter Lin2022-10-031-37/+15
* support: Add xpthread_cond_signal wrapperYu Chien Peter Lin2022-10-033-0/+28
* hppa: Fix initialization of dp register [BZ 29635]John David Anglin2022-10-011-5/+19
* Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13Joseph Myers2022-09-302-1/+339
* malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella2022-09-303-4/+12
* stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella2022-09-302-2/+2
* LoongArch: Add static PIE supportXi Ruoyao2022-09-303-3/+95
* Benchtest: Add additional benchmarks for strlen and strnlenNoah Goldstein2022-09-282-7/+81
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-09-282-34/+43
* Update _FloatN header support for C++ in GCC 13Joseph Myers2022-09-286-35/+35
* hurd: Fix typoSamuel Thibault2022-09-281-1/+1
* get_nscd_addresses: Fix subscript typos [BZ #29605]Jörg Sonnenberger2022-09-281-3/+3
* hurd: Increase SOMAXCONN to 4096Samuel Thibault2022-09-271-1/+1
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-2631-39/+39
* nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer2022-09-231-4/+4
* nss: Enhance tst-reload1 coverage and loggingFlorian Weimer2022-09-231-22/+29
* Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra2022-09-236-108/+5
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-239-12/+12
* Use C11 atomics instead of atomic_and/orWilco Dijkstra2022-09-234-4/+4
* malloc: Print error when oldsize is not equal to the current size.Qingqing Li2022-09-221-1/+2
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-2229-70/+70
* elf: Extract glibcelf constants from <elf.h>Florian Weimer2022-09-222-657/+438
* scripts: Enhance glibcpp to do basic macro processingFlorian Weimer2022-09-223-2/+542
* scripts: Extract glibcpp.py from check-obsolete-constructs.pyFlorian Weimer2022-09-222-184/+217
* riscv: Remove RV32 floating point functionsAlistair Francis2022-09-218-132/+40
* riscv: Consolidate the libm-test-ulpsAlistair Francis2022-09-214-1406/+0
* hurd: Fix SIOCADD/DELRT ioctlsSamuel Thibault2022-09-211-2/+2
* hurd: Drop struct rtentry and in6_rtmsgSamuel Thibault2022-09-211-38/+0
* hurd: Add _IOT_ifrtreq to <net/route.h>Damien Zammit2022-09-211-0/+1
* elf: Use C11 atomics on _dl_mcountAdhemerval Zanella2022-09-211-5/+5
* hurd: Use IF_NAMESIZE rather than IFNAMSIZSamuel Thibault2022-09-211-1/+1
* hurd: Add ifrtreq structure to net/route.hDamien Zammit2022-09-211-0/+17