aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
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-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-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-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-16RISC-V: Allow long jumps to __syscall_errorƁukasz Stelmach
2022-09-15hurd: Make readlink* just reopen the file used for statSamuel Thibault
2022-09-14hurd: Fix readlink() hanging on fifoSamuel Thibault
2022-09-13Use relaxed atomics since there is no MO dependenceWilco Dijkstra
2022-09-09Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra
2022-09-08errlist: add missing entry for EDEADLOCK (bug 29545)Andreas Schwab
2022-09-07Do not define static_assert or thread_local in headers for C2xJoseph Myers
2022-09-06elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer
2022-09-05math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella
2022-09-01LoongArch: Add soft float support.caiyinyu
2022-08-31nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_spAdhemerval Zanella
2022-08-30posix: Fix macro expansion producing 'defined' has undefined behaviorAdhemerval Zanella
2022-08-30S390: Always use svc 0Stefan Liebler
2022-08-30LoongArch: Use __builtin_{fmax,fmaxf,fmin,fminf} with GCC >= 13Xi Ruoyao
2022-08-30LoongArch: Fix ptr mangling/demangling features.caiyinyu
2022-08-29Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514]Richard Henderson
2022-08-29hurd: Fix vm_size_t incoherenciesSamuel Thibault
2022-08-27mach: Make xpg_strerror_r set a message on errorSamuel Thibault
2022-08-27mach: Fix incoherency between perror and strerrorSamuel Thibault
2022-08-26csu: Change start code license to have link exceptionSzabolcs Nagy
2022-08-25s390: Move hwcaps/platform names out of _rtld_global_roFlorian Weimer
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer
2022-08-23Merge _GL_UNUSED C23 patch from GnulibPaul Eggert
2022-08-24LoongArch: Fix dl-machine.h code formatting.Xi Ruoyao
2022-08-22hurd: Fix starting static binaries with stack protection enabledSamuel Thibault
2022-08-22htl: Make pthread*_cond_timedwait register wref before releasing mutexSamuel Thibault
2022-08-22htl: make __pthread_hurd_cond_timedwait_internal check mutex is heldSamuel Thibault
2022-08-22Add AArch64 HWCAP2_* constants from Linux 5.19Joseph Myers
2022-08-22Add AGROUP from Linux 5.19 to sys/acct.h, remove Alpha version (bug 29502)Joseph Myers
2022-08-22alpha: Fix generic brk system call emulation in __brk_call (bug 29490)Florian Weimer
2022-08-19hurd: Assume non-suid during bootstrapSamuel Thibault
2022-08-18S390: Fix werror=unused-variable in ifunc-impl-list.c.Stefan Liebler
2022-08-18Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle
2022-08-16Linux: Fix enum fsconfig_command detection in <sys/mount.h>Florian Weimer