aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault1-0/+1
2019-11-29Update kernel version to 5.4 in tst-mman-consts.py.Joseph Myers1-1/+1
2019-11-29Update SOMAXCONN value from Linux 5.4.Joseph Myers1-1/+1
2019-11-28Update syscall-names.list for Linux 5.4.Joseph Myers1-2/+2
2019-11-28Define MADV_COLD and MADV_PAGEOUT from Linux 5.4.Joseph Myers1-0/+2
2019-11-27sparc: Use atomic compiler builtins on sparcAdhemerval Zanella1-130/+0
2019-11-26hppa: Remove unrequired nptl headersAdhemerval Zanella1-1171/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella1-12/+2
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella1-7/+4
2019-11-22misc: Set generic pselect as ENOSYSAdhemerval Zanella2-33/+77
2019-11-21Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez1-5/+7
2019-11-21rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki1-1/+2
2019-11-15linux: Add comment on affinity set sizes to tst-skeleton-affinity.cFlorian Weimer1-0/+5
2019-11-14nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)Florian Weimer1-0/+9
2019-11-11Fix clock_nanosleep when interrupted by a signalAdhemerval Zanella1-9/+7
2019-11-11y2038: linux: Provide __ppoll64 implementationLukasz Majewski1-4/+45
2019-11-11linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer1-1/+4
2019-11-08sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis1-4/+57
2019-11-08Remove hppa pthreadP.hAdhemerval Zanella1-16/+0
2019-11-07nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella9-0/+9
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella3-118/+1
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella27-54/+0
2019-11-05linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski1-9/+2
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe1-0/+11
2019-11-03hppa: Align __clone stack argument to 8 bytes (Bug 25066)John David Anglin1-2/+7