aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer22-46/+12
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer102-509/+911
2022-10-18x86-64: Move LP_SIZE definition to its own headerFlorian Weimer4-11/+48
2022-10-17math: Fix asin and acos invalid exception with old gccSzabolcs Nagy1-16/+2
2022-10-14x86: Update strlen-evex-base to use new reg/vec macros.Noah Goldstein2-76/+44
2022-10-14x86: Remove now unused vec header macros.Noah Goldstein7-328/+0
2022-10-14x86: Update memset to use new VEC macrosNoah Goldstein6-99/+43
2022-10-14x86: Update memmove to use new VEC macrosNoah Goldstein6-221/+132
2022-10-14x86: Update memrchr to use new VEC macrosNoah Goldstein1-21/+21
2022-10-14x86: Update VEC macros to complete API for evex/evex512 implsNoah Goldstein9-0/+635
2022-10-12Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.hJoseph Myers1-0/+1
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella8-0/+221
2022-10-10Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)Andreas Schwab9-110/+82
2022-10-08LoongArch: Fix the condition to use PC-relative addressing in start.SXi Ruoyao3-12/+47
2022-10-07arm: Enable USE_ATOMIC_COMPILER_BUILTINS (BZ #24774)Adhemerval Zanella1-1/+1
2022-10-06elf: Remove _dl_string_hwcapJavier Pello10-83/+0
2022-10-06elf: Remove hwcap parameter from add_to_cache signatureJavier Pello1-1/+1
2022-10-06x86_64: Remove platform directory library loading testJavier Pello3-64/+0
2022-10-05Update kernel version to 6.0 in header constant testsJoseph Myers3-4/+4
2022-10-05x86: Fix -Os build (BZ #29576)Adhemerval Zanella Netto1-0/+18
2022-10-05Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers1-0/+1
2022-10-05Update syscall lists for Linux 6.0Joseph Myers1-2/+2
2022-10-03x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno3-3/+16
2022-10-03x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno3-2/+10
2022-10-03x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno1-3/+9
2022-10-03x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno1-2/+6
2022-10-03x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2-4/+7
2022-10-03x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2-3/+5
2022-10-03x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2-8/+21
2022-10-03x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno1-0/+2
2022-10-03x86: Cleanup pthread_spin_{try}lock.SNoah Goldstein2-12/+29
2022-10-03x86: Remove .tfloat usageAdhemerval Zanella9-26/+47
2022-10-01hppa: Fix initialization of dp register [BZ 29635]John David Anglin1-5/+19
2022-09-30malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella2-3/+11
2022-09-30stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella1-1/+1
2022-09-30LoongArch: Add static PIE supportXi Ruoyao3-3/+95
2022-09-28x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein1-5/+2
2022-09-28Update _FloatN header support for C++ in GCC 13Joseph Myers5-15/+15
2022-09-28hurd: Fix typoSamuel Thibault1-1/+1
2022-09-28get_nscd_addresses: Fix subscript typos [BZ #29605]Jörg Sonnenberger1-3/+3
2022-09-27hurd: Increase SOMAXCONN to 4096Samuel Thibault1-1/+1
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra23-28/+28
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra1-1/+1
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra1-3/+3
2022-09-21riscv: Remove RV32 floating point functionsAlistair Francis8-132/+40
2022-09-21riscv: Consolidate the libm-test-ulpsAlistair Francis4-1406/+0
2022-09-21hurd: Fix SIOCADD/DELRT ioctlsSamuel Thibault1-2/+2
2022-09-21hurd: Drop struct rtentry and in6_rtmsgSamuel Thibault1-38/+0
2022-09-21hurd: Add _IOT_ifrtreq to <net/route.h>Damien Zammit1-0/+1
2022-09-21hurd: Use IF_NAMESIZE rather than IFNAMSIZSamuel Thibault1-1/+1