aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-21hurd: Add ifrtreq structure to net/route.hDamien Zammit1-0/+17
2022-09-20hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin1-0/+3
2022-09-20linux: Use same type for MMAP2_PAGE_UNITAdhemerval Zanella4-4/+4
2022-09-20m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella4-2/+59
2022-09-19Linux: Do not skip d_ino == 0 entries in readdir, readdir64 (bug 12165)Florian Weimer2-108/+69
2022-09-17hurd: Factorize at/non-at functionsSamuel Thibault26-226/+116
2022-09-16RISC-V: Allow long jumps to __syscall_errorŁukasz Stelmach6-6/+6
2022-09-15hurd: Make readlink* just reopen the file used for statSamuel Thibault2-24/+40
2022-09-14hurd: Fix readlink() hanging on fifoSamuel Thibault2-2/+8
2022-09-13Use relaxed atomics since there is no MO dependenceWilco Dijkstra1-7/+1
2022-09-09Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra1-3/+3
2022-09-08errlist: add missing entry for EDEADLOCK (bug 29545)Andreas Schwab1-0/+3
2022-09-07Do not define static_assert or thread_local in headers for C2xJoseph Myers1-1/+3
2022-09-06elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer1-2/+4
2022-09-05math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella1-1/+7
2022-09-01LoongArch: Add soft float support.caiyinyu16-19/+164
2022-08-31nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_spAdhemerval Zanella2-2/+6
2022-08-30posix: Fix macro expansion producing 'defined' has undefined behaviorAdhemerval Zanella1-3/+7
2022-08-30S390: Always use svc 0Stefan Liebler13-66/+46
2022-08-30LoongArch: Use __builtin_{fmax,fmaxf,fmin,fminf} with GCC >= 13Xi Ruoyao2-0/+20
2022-08-30LoongArch: Fix ptr mangling/demangling features.caiyinyu3-19/+18
2022-08-29Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514]Richard Henderson1-3/+0
2022-08-29hurd: Fix vm_size_t incoherenciesSamuel Thibault6-7/+10
2022-08-27mach: Make xpg_strerror_r set a message on errorSamuel Thibault1-6/+10
2022-08-27mach: Fix incoherency between perror and strerrorSamuel Thibault1-1/+1
2022-08-26csu: Change start code license to have link exceptionSzabolcs Nagy4-10/+76
2022-08-25s390: Move hwcaps/platform names out of _rtld_global_roFlorian Weimer5-64/+44
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer1-4/+0