aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer1-0/+4
2022-08-23Merge _GL_UNUSED C23 patch from GnulibPaul Eggert1-2/+2
2022-08-24LoongArch: Fix dl-machine.h code formatting.Xi Ruoyao1-8/+4
2022-08-22hurd: Fix starting static binaries with stack protection enabledSamuel Thibault2-2/+22
2022-08-22htl: Make pthread*_cond_timedwait register wref before releasing mutexSamuel Thibault2-8/+12
2022-08-22htl: make __pthread_hurd_cond_timedwait_internal check mutex is heldSamuel Thibault1-0/+4
2022-08-22Add AArch64 HWCAP2_* constants from Linux 5.19Joseph Myers1-0/+9
2022-08-22Add AGROUP from Linux 5.19 to sys/acct.h, remove Alpha version (bug 29502)Joseph Myers2-64/+3
2022-08-22alpha: Fix generic brk system call emulation in __brk_call (bug 29490)Florian Weimer1-4/+3
2022-08-19hurd: Assume non-suid during bootstrapSamuel Thibault1-2/+7
2022-08-18S390: Fix werror=unused-variable in ifunc-impl-list.c.Stefan Liebler1-1/+3
2022-08-18Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle1-0/+3
2022-08-16Linux: Fix enum fsconfig_command detection in <sys/mount.h>Florian Weimer1-3/+3
2022-08-15Move ip_mreqn structure from Linux to genericSamuel Thibault1-8/+0
2022-08-15Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485)Florian Weimer1-2/+5
2022-08-12arm: Remove nested functionf rom relocate_pc24Adhemerval Zanella1-10/+13