aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-19Remove __waitpid_nocancelAdhemerval Zanella3-39/+1
2019-12-19Fix __libc_signal_block_all on sparc64Adhemerval Zanella1-6/+8
2019-12-16mips: Do not include hi and lo in __SYSCALL_CLOBBERS for R6Dragan Mladjenovic3-6/+21
2019-12-13hurd: Fix local PLTSamuel Thibault1-2/+4
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella15-9/+15
2019-12-05y2038: linux: Provide __timer_settime64 implementationLukasz Majewski1-6/+62
2019-12-05y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski1-4/+40
2019-12-05timer: Decouple x86_64 specific timer_settime from generic Linux implementationLukasz Majewski2-11/+10
2019-12-05timer: Decouple x86_64 specific timer_gettime from generic Linux implementationLukasz Majewski2-11/+8
2019-12-05misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer1-2/+3
2019-12-04sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis1-1/+43
2019-12-04sysdeps: Add clock_gettime64 vDSOAlistair Francis2-0/+14
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault1-0/+1