about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86: Optimize memrchr-evex.SNoah Goldstein2022-10-191-214/+324
* x86: Optimize strnlen-evex.S and implement with VMM headersNoah Goldstein2022-10-193-404/+572
* x86: Shrink / minorly optimize strchr-evex and implement with VMM headersNoah Goldstein2022-10-191-218/+340
* x86: Optimize memchr-evex.S and implement with VMM headersNoah Goldstein2022-10-193-410/+851
* x86_64: Implement evex512 version of memchr, rawmemchr and wmemchrSunil K Pandey2022-10-186-0/+346
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-1822-46/+12
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-18102-509/+911
* x86-64: Move LP_SIZE definition to its own headerFlorian Weimer2022-10-184-11/+48
* math: Fix asin and acos invalid exception with old gccSzabolcs Nagy2022-10-171-16/+2
* x86: Update strlen-evex-base to use new reg/vec macros.Noah Goldstein2022-10-142-76/+44
* x86: Remove now unused vec header macros.Noah Goldstein2022-10-147-328/+0
* x86: Update memset to use new VEC macrosNoah Goldstein2022-10-146-99/+43
* x86: Update memmove to use new VEC macrosNoah Goldstein2022-10-146-221/+132
* x86: Update memrchr to use new VEC macrosNoah Goldstein2022-10-141-21/+21
* x86: Update VEC macros to complete API for evex/evex512 implsNoah Goldstein2022-10-149-0/+635
* Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.hJoseph Myers2022-10-121-0/+1
* elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2022-10-108-0/+221
* Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)Andreas Schwab2022-10-109-110/+82
* LoongArch: Fix the condition to use PC-relative addressing in start.SXi Ruoyao2022-10-083-12/+47
* arm: Enable USE_ATOMIC_COMPILER_BUILTINS (BZ #24774)Adhemerval Zanella2022-10-071-1/+1
* elf: Remove _dl_string_hwcapJavier Pello2022-10-0610-83/+0
* elf: Remove hwcap parameter from add_to_cache signatureJavier Pello2022-10-061-1/+1
* x86_64: Remove platform directory library loading testJavier Pello2022-10-063-64/+0
* Update kernel version to 6.0 in header constant testsJoseph Myers2022-10-053-4/+4
* x86: Fix -Os build (BZ #29576)Adhemerval Zanella Netto2022-10-051-0/+18
* Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers2022-10-051-0/+1
* Update syscall lists for Linux 6.0Joseph Myers2022-10-051-2/+2
* 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
* x86: Remove .tfloat usageAdhemerval Zanella2022-10-039-26/+47
* hppa: Fix initialization of dp register [BZ 29635]John David Anglin2022-10-011-5/+19
* malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella2022-09-302-3/+11
* stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella2022-09-301-1/+1
* LoongArch: Add static PIE supportXi Ruoyao2022-09-303-3/+95
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-09-281-5/+2
* Update _FloatN header support for C++ in GCC 13Joseph Myers2022-09-285-15/+15
* 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-2623-28/+28
* Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra2022-09-231-1/+1
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-231-3/+3
* riscv: Remove RV32 floating point functionsAlistair Francis2022-09-218-132/+40