about summary refs log tree commit diff
path: root/sysdeps/unix
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: 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
* Linux: Add io/tst-o_path-locks testFlorian Weimer2020-02-092-1/+101
* y2038: linux: Provide __settimeofday64 implementationLukasz Majewski2020-02-071-0/+53
* 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: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski2020-02-075-0/+5
* Update kernel version to 5.5 in tst-mman-consts.py.Joseph Myers2020-02-071-1/+1
* Update syscall lists for Linux 5.5.Joseph Myers2020-02-072-2/+3
* y2038: linux: Provide __timespec_get64 implementationLukasz Majewski2020-02-051-0/+59
* rt: avoid PLT setup in timer_[sg]ettimeAndreas Schwab2020-02-032-2/+4
* y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski2020-02-022-1/+73
* y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski2020-02-023-2/+88
* y2038: linux: Provide __timerfd_gettime64 implementationLukasz Majewski2020-02-023-2/+70
* i386: Remove _exit.SH.J. Lu2020-02-011-44/+0
* i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 25262]H.J. Lu2020-02-014-29/+10
* Fix tst-pkey.c pkey_alloc return checks and manualLucas A. M. Magalhaes2020-01-171-0/+4
* powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho2020-01-173-18/+14
* powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]Tulio Magno Quites Machado Filho2020-01-171-2/+11
* linux: Optimize fallback 32-bit clock_getresAdhemerval Zanella2020-01-031-4/+12
* linux: Add support for clock_getres64 vDSOAdhemerval Zanella2020-01-038-12/+24
* linux: Enable vDSO clock_gettime64 for mipsAdhemerval Zanella2020-01-031-0/+5
* linux: Enable vDSO clock_gettime64 for armAdhemerval Zanella2020-01-031-0/+1
* linux: Enable vDSO clock_gettime64 for i386Adhemerval Zanella2020-01-031-0/+1
* linux: Optimize fallback 32-bit clock_gettimeAdhemerval Zanella2020-01-031-4/+12
* linux: Add support for clock_gettime64 vDSOAdhemerval Zanella2020-01-039-12/+34
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-0321-272/+162