aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-09-22elf: Extract glibcelf constants from <elf.h>Florian Weimer
2022-09-22scripts: Enhance glibcpp to do basic macro processingFlorian Weimer
2022-09-22scripts: Extract glibcpp.py from check-obsolete-constructs.pyFlorian Weimer
2022-09-21riscv: Remove RV32 floating point functionsAlistair Francis
2022-09-21riscv: Consolidate the libm-test-ulpsAlistair Francis
2022-09-21hurd: Fix SIOCADD/DELRT ioctlsSamuel Thibault
2022-09-21hurd: Drop struct rtentry and in6_rtmsgSamuel Thibault
2022-09-21hurd: Add _IOT_ifrtreq to <net/route.h>Damien Zammit
2022-09-21elf: Use C11 atomics on _dl_mcountAdhemerval Zanella
2022-09-21hurd: Use IF_NAMESIZE rather than IFNAMSIZSamuel Thibault
2022-09-21hurd: Add ifrtreq structure to net/route.hDamien Zammit
2022-09-20hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin
2022-09-20linux: Use same type for MMAP2_PAGE_UNITAdhemerval Zanella
2022-09-20m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella
2022-09-20nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer
2022-09-20nss: Implement --no-addrconfig option for getentFlorian Weimer
2022-09-20gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)Florian Weimer
2022-09-20elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer
2022-09-19Linux: Do not skip d_ino == 0 entries in readdir, readdir64 (bug 12165)Florian Weimer
2022-09-17hurd: Factorize at/non-at functionsSamuel Thibault
2022-09-17tst-sprintf-errno: Update Hurd message lengthSamuel Thibault