summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* elf: Rework exception handling in the dynamic loader [BZ #25486]fw/bug25486Florian Weimer2020-02-1519-95/+0
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-1546-222/+0
* arm: fix use of INTERNAL_SYSCALL_CALLAndreas Schwab2020-02-151-1/+1
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-1493-457/+360
* linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2020-02-1423-472/+50
* s390: Consolidate Linux syscall definitionAdhemerval Zanella2020-02-143-192/+103
* riscv: Avoid clobbering register parameters in syscallAdhemerval Zanella2020-02-141-28/+56
* microblaze: Avoid clobbering register parameters in syscallAdhemerval Zanella2020-02-141-35/+56
* nios2: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-141-5/+5
* mips: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-143-53/+23
* mips64: Consolidate Linux sysdep.hAdhemerval Zanella2020-02-142-390/+68
* ia64: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-141-34/+24
* alpha: Refactor syscall and Use Linux kABI for syscall returnAdhemerval Zanella2020-02-142-13/+348
* sparc: Avoid clobbering register parameters in syscallAdhemerval Zanella2020-02-141-27/+53
* sparc: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-143-48/+38
* powerpc: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-141-7/+5
* powerpc: Consolidate Linux syscall definitionAdhemerval Zanella2020-02-143-409/+209
* i386: Enable CET support in ucontext functionsH.J. Lu2020-02-146-3/+425
* tst-clone3: Use __NR_futex_time64 if we don't have __NR_futexAlistair Francis2020-02-141-0/+4
* powerpc64: Add memory protection key support [BZ #23202]Florian Weimer2020-02-143-0/+145
* Use gcc -finput-charset=ascii for check-installed-headers.Stefan Liebler2020-02-134-4/+4
* alpha: Fix static gettimeofday symbolAdhemerval Zanella2020-02-131-5/+2
* mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]WANG Xuerui2020-02-123-52/+104
* mips: Use 'long int' and 'long long int' in linux syscall codeWANG Xuerui2020-02-1214-220/+230
* alpha: Use generic gettimeofday implementationAdhemerval Zanella2020-02-122-2/+8
* Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET following Linux 5.5.Joseph Myers2020-02-121-1/+2
* Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]Florian Weimer2020-02-121-10/+47
* io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer2020-02-121-0/+1
* 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