about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* microblaze: vfork syscall number is always available fw/syscall-cleanupsFlorian Weimer2020-02-091-4/+0
* m68k: getpagesize syscall number is always availableFlorian Weimer2020-02-091-4/+0
* Linux: epoll_pwait syscall number is always availableFlorian Weimer2020-02-091-16/+0
* x86_64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer2020-02-091-7/+0
* ia64: Do not define __NR_semtimedop in <sysdep.h>Florian Weimer2020-02-091-6/+0
* Linux: open_by_handle_at syscall number is always availableFlorian Weimer2020-02-091-9/+0
* Linux: set_robust_list syscall number is always availableFlorian Weimer2020-02-093-14/+6
* Linux: pciconfig_iobase syscall number is always available on alphaFlorian Weimer2020-02-091-2/+0
* Linux: getdents64 syscall number is always available on MIPSFlorian Weimer2020-02-091-2/+0
* Linux: exit_group syscall number is always availableFlorian Weimer2020-02-091-2/+0
* Linux: set_tid_address syscall number is always availableFlorian Weimer2020-02-091-2/+0
* Linux: pkey_mprotect syscall number is always availableFlorian Weimer2020-02-091-5/+0
* Linux: rt_sigqueueinfo syscall number is always availableFlorian Weimer2020-02-092-10/+0
* Linux: getrandom syscall number is always availableFlorian Weimer2020-02-092-22/+0
* Linux: Clean up preadv, pwritev system call namesFlorian Weimer2020-02-094-28/+4
* Linux: Clean up preadv2, pwritev2 system call namesFlorian Weimer2020-02-094-22/+7
* Linux: Clean up pread64/pwrite64 system call namesFlorian Weimer2020-02-097-41/+2
* Linux: sigaltstack syscall number is always availableFlorian Weimer2020-02-091-4/+0
* Linux: sched_getaffinity syscall number is always availableFlorian Weimer2020-02-091-7/+3
* Linux: sched_setaffinity syscall number is always availableFlorian Weimer2020-02-091-6/+1
* Linux: statx syscall number is always availableFlorian Weimer2020-02-091-7/+4
* Linux: mq_* syscall numbers are always availableFlorian Weimer2020-02-097-41/+0
* Linux: mlock2 syscall number is always availableFlorian Weimer2020-02-091-2/+0
* Linux: copy_file_range syscall number is always availableFlorian Weimer2020-02-091-5/+0
* Linux: renameat2 syscall number is always availableFlorian Weimer2020-02-091-4/+3
* Linux: Enhance glibcsyscalls.h to support listing system callsFlorian Weimer2020-02-091-1/+85
* x86: Remove <bits/select.h> and use the generic versionFlorian Weimer2020-02-091-63/+0
* C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault2020-02-0949-77/+127
* htl: Add C11 threads types definitionsSamuel Thibault2020-02-091-0/+13
* C11 threads: make thrd_join more portableSamuel Thibault2020-02-091-1/+1
* C11 threads: Fix thrd_t / pthread_t compatibility assertionSamuel Thibault2020-02-091-2/+2
* C11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONSSamuel Thibault2020-02-091-0/+2
* nptl: Move nptl-specific types to separate headerSamuel Thibault2020-02-093-9/+16
* htl: Make __PTHREAD_ONCE_INIT more flexibleSamuel Thibault2020-02-092-2/+2
* htl: Add support for C11 threads behaviorSamuel Thibault2020-02-093-1/+25
* htl: Add missing internal functions declarationsSamuel Thibault2020-02-091-0/+13
* htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroySamuel Thibault2020-02-096-11/+13
* htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATESamuel Thibault2020-02-092-11/+4
* Linux: Add io/tst-o_path-locks testFlorian Weimer2020-02-092-1/+101
* support: Add the xlstat functionFlorian Weimer2020-02-093-0/+30
* htl: Remove duplicate filesSamuel Thibault2020-02-092-56/+0
* htl: Remove unused filesSamuel Thibault2020-02-0927-1106/+0
* resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.cFlorian Weimer2020-02-071-1/+2
* Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra2020-02-071-4/+4
* y2038: linux: Provide __settimeofday64 implementationLukasz Majewski2020-02-072-0/+62
* y2038: Provide conversion helpers for struct __timeval64Lukasz Majewski2020-02-071-0/+49
* y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32Lukasz Majewski2020-02-074-9/+9
* y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timevalLukasz Majewski2020-02-074-7/+7
* y2038: Introduce struct __timeval64 - new internal glibc typeLukasz Majewski2020-02-071-0/+14
* y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski2020-02-078-0/+8