aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2020-02-09Linux: Add io/tst-o_path-locks testFlorian Weimer2-1/+101
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 Majewski5-0/+5
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
2020-02-01i386: Remove _exit.SH.J. Lu1-44/+0
2020-02-01i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 25262]H.J. Lu4-29/+10
2020-01-17Fix tst-pkey.c pkey_alloc return checks and manualLucas A. M. Magalhaes1-0/+4
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho3-18/+14
2020-01-17powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]Tulio Magno Quites Machado Filho1-2/+11
2020-01-03linux: Optimize fallback 32-bit clock_getresAdhemerval Zanella1-4/+12
2020-01-03linux: Add support for clock_getres64 vDSOAdhemerval Zanella8-12/+24
2020-01-03linux: Enable vDSO clock_gettime64 for mipsAdhemerval Zanella1-0/+5
2020-01-03linux: Enable vDSO clock_gettime64 for armAdhemerval Zanella1-0/+1
2020-01-03linux: Enable vDSO clock_gettime64 for i386Adhemerval Zanella1-0/+1
2020-01-03linux: Optimize fallback 32-bit clock_gettimeAdhemerval Zanella1-4/+12
2020-01-03linux: Add support for clock_gettime64 vDSOAdhemerval Zanella9-12/+34
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella21-272/+162
2020-01-03linux: Consolidate time implementationAdhemerval Zanella3-55/+54
2020-01-03linux: Consolidate Linux gettimeofdayAdhemerval Zanella4-100/+63
2020-01-03linux: Update mips vDSO symbolsAdhemerval Zanella1-0/+1
2020-01-03linux: Update x86 vDSO symbolsAdhemerval Zanella3-4/+4
2020-01-03Remove vDSO support from make-syscall.shAdhemerval Zanella1-44/+1
2020-01-03x86: Make x32 use x86 time implementationAdhemerval Zanella2-2/+0
2020-01-03linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella10-98/+58
2020-01-03Linux: Fix clock_nanosleep time64 checkAdhemerval Zanella1-8/+12
2020-01-02Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer4-40/+0
2020-01-02Linux: Use system call tables during buildFlorian Weimer18-55/+43
2020-01-02Linux: Add tables with system call numbersFlorian Weimer30-22/+9050
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1442-1442/+1442
2019-12-30alpha: Set wait4 as cancellation entrypointAdhemerval Zanella2-1/+26
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2-0/+2
2019-12-27aarch64: ifunc rename for kunpengXuelei Zhang2-2/+2
2019-12-27linux: Consolidate sigprocmaskAdhemerval Zanella6-220/+3
2019-12-27Fix return code for __libc_signal_* functionsAdhemerval Zanella1-9/+9
2019-12-19aarch64: Add Huawei Kunpeng to tunable cpu listXuelei Zhang2-0/+4
2019-12-19Consolidate wait3 implementationsAdhemerval Zanella2-34/+0
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella3-76/+1
2019-12-19linux: Use waitid on wait4 if __NR_wait4 is not definedAdhemerval Zanella3-1/+90
2019-12-19Implement wait in terms of waitpidAdhemerval Zanella2-67/+0
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella27-27/+0
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella27-54/+0