aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2020-02-09microblaze: vfork syscall number is always availablefw/syscall-cleanupsFlorian Weimer1-4/+0
2020-02-09m68k: getpagesize syscall number is always availableFlorian Weimer1-4/+0
2020-02-09Linux: epoll_pwait syscall number is always availableFlorian Weimer1-16/+0
2020-02-09x86_64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer1-7/+0
2020-02-09ia64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer1-6/+0
2020-02-09Linux: open_by_handle_at syscall number is always availableFlorian Weimer1-9/+0
2020-02-09Linux: set_robust_list syscall number is always availableFlorian Weimer1-6/+4
2020-02-09Linux: pciconfig_iobase syscall number is always available on alphaFlorian Weimer1-2/+0
2020-02-09Linux: getdents64 syscall number is always available on MIPSFlorian Weimer1-2/+0
2020-02-09Linux: exit_group syscall number is always availableFlorian Weimer1-2/+0
2020-02-09Linux: set_tid_address syscall number is always availableFlorian Weimer1-2/+0
2020-02-09Linux: pkey_mprotect syscall number is always availableFlorian Weimer1-5/+0
2020-02-09Linux: rt_sigqueueinfo syscall number is always availableFlorian Weimer2-10/+0
2020-02-09Linux: getrandom syscall number is always availableFlorian Weimer2-22/+0
2020-02-09Linux: Clean up preadv, pwritev system call namesFlorian Weimer4-28/+4
2020-02-09Linux: Clean up preadv2, pwritev2 system call namesFlorian Weimer4-22/+7
2020-02-09Linux: Clean up pread64/pwrite64 system call namesFlorian Weimer7-41/+2
2020-02-09Linux: sigaltstack syscall number is always availableFlorian Weimer1-4/+0
2020-02-09Linux: sched_getaffinity syscall number is always availableFlorian Weimer1-7/+3
2020-02-09Linux: sched_setaffinity syscall number is always availableFlorian Weimer1-6/+1
2020-02-09Linux: statx syscall number is always availableFlorian Weimer1-7/+4
2020-02-09Linux: mq_* syscall numbers are always availableFlorian Weimer7-41/+0
2020-02-09Linux: mlock2 syscall number is always availableFlorian Weimer1-2/+0
2020-02-09Linux: copy_file_range syscall number is always availableFlorian Weimer1-5/+0
2020-02-09Linux: renameat2 syscall number is always availableFlorian Weimer1-4/+3
2020-02-09Linux: Enhance glibcsyscalls.h to support listing system callsFlorian Weimer1-1/+85
2020-02-09x86: Remove <bits/select.h> and use the generic versionFlorian Weimer1-63/+0
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault47-64/+1633
2020-02-09htl: Add C11 threads types definitionsSamuel Thibault1-0/+13
2020-02-09nptl: Move nptl-specific types to separate headerSamuel Thibault2-8/+15
2020-02-09htl: Make __PTHREAD_ONCE_INIT more flexibleSamuel Thibault2-2/+2
2020-02-09htl: Add support for C11 threads behaviorSamuel Thibault1-0/+3
2020-02-09htl: Add missing internal functions declarationsSamuel Thibault1-0/+13
2020-02-09htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault4-8/+9
2020-02-09htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATESamuel Thibault1-7/+0
2020-02-09Linux: Add io/tst-o_path-locks testFlorian Weimer2-1/+101
2020-02-09htl: Remove duplicate filesSamuel Thibault2-56/+0
2020-02-09htl: Remove unused filesSamuel Thibault24-1100/+0
2020-02-07Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra1-4/+4
2020-02-07y2038: linux: Provide __settimeofday64 implementationLukasz Majewski1-0/+53
2020-02-07y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32Lukasz Majewski4-9/+9
2020-02-07y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timevalLukasz Majewski4-7/+7
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski6-0/+6
2020-02-07Update kernel version to 5.5 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-02-07Update syscall lists for Linux 5.5.Joseph Myers2-2/+3
2020-02-05y2038: linux: Provide __timespec_get64 implementationLukasz Majewski1-0/+59
2020-02-03rt: avoid PLT setup in timer_[sg]ettimeAndreas Schwab2-2/+4
2020-02-02y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski2-1/+73
2020-02-02y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski3-2/+88
2020-02-02y2038: linux: Provide __timerfd_gettime64 implementationLukasz Majewski3-2/+70