about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011442-1442/+1442
* alpha: Set wait4 as cancellation entrypointAdhemerval Zanella2019-12-302-1/+26
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-272-0/+2
* aarch64: ifunc rename for kunpengXuelei Zhang2019-12-272-2/+2
* linux: Consolidate sigprocmaskAdhemerval Zanella2019-12-276-220/+3
* Fix return code for __libc_signal_* functionsAdhemerval Zanella2019-12-271-9/+9
* aarch64: Add Huawei Kunpeng to tunable cpu listXuelei Zhang2019-12-192-0/+4
* Consolidate wait3 implementationsAdhemerval Zanella2019-12-192-34/+0
* Implement waitpid in terms of wait4Adhemerval Zanella2019-12-193-76/+1
* linux: Use waitid on wait4 if __NR_wait4 is not definedAdhemerval Zanella2019-12-193-1/+90
* Implement wait in terms of waitpidAdhemerval Zanella2019-12-192-67/+0
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-1927-27/+0
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-1927-54/+0
* Remove __waitpid_nocancelAdhemerval Zanella2019-12-193-39/+1
* Fix __libc_signal_block_all on sparc64Adhemerval Zanella2019-12-191-6/+8
* mips: Do not include hi and lo in __SYSCALL_CLOBBERS for R6Dragan Mladjenovic2019-12-163-6/+21
* hurd: Fix local PLTSamuel Thibault2019-12-131-2/+4
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-0915-9/+15
* y2038: linux: Provide __timer_settime64 implementationLukasz Majewski2019-12-051-6/+62
* y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski2019-12-051-4/+40
* timer: Decouple x86_64 specific timer_settime from generic Linux implementationLukasz Majewski2019-12-052-11/+10
* timer: Decouple x86_64 specific timer_gettime from generic Linux implementationLukasz Majewski2019-12-052-11/+8
* misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer2019-12-051-2/+3
* sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis2019-12-041-1/+43
* sysdeps: Add clock_gettime64 vDSOAlistair Francis2019-12-042-0/+14
* hurd: Fix ld.so __access override from libcSamuel Thibault2019-12-011-0/+1
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-011-0/+1
* Update kernel version to 5.4 in tst-mman-consts.py.Joseph Myers2019-11-291-1/+1
* Update SOMAXCONN value from Linux 5.4.Joseph Myers2019-11-291-1/+1
* Update syscall-names.list for Linux 5.4.Joseph Myers2019-11-281-2/+2
* Define MADV_COLD and MADV_PAGEOUT from Linux 5.4.Joseph Myers2019-11-281-0/+2
* sparc: Use atomic compiler builtins on sparcAdhemerval Zanella2019-11-271-130/+0
* hppa: Remove unrequired nptl headersAdhemerval Zanella2019-11-261-1171/+0
* nptl: Add struct_rwlock.hAdhemerval Zanella2019-11-261-12/+2
* nptl: Add struct_mutex.hAdhemerval Zanella2019-11-261-7/+4
* misc: Set generic pselect as ENOSYSAdhemerval Zanella2019-11-222-33/+77
* Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez2019-11-211-5/+7
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki2019-11-211-1/+2
* linux: Add comment on affinity set sizes to tst-skeleton-affinity.cFlorian Weimer2019-11-151-0/+5
* nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)Florian Weimer2019-11-141-0/+9
* Fix clock_nanosleep when interrupted by a signalAdhemerval Zanella2019-11-111-9/+7
* y2038: linux: Provide __ppoll64 implementationLukasz Majewski2019-11-111-4/+45
* linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer2019-11-111-1/+4
* sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis2019-11-081-4/+57
* Remove hppa pthreadP.hAdhemerval Zanella2019-11-081-16/+0
* nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-11-079-0/+9
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-063-118/+1
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-0627-54/+0
* linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski2019-11-051-9/+2