about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* Don’t include signal.h from sys/wait.h or sys/param.h.Zack Weinberg2020-01-088-7/+14
* Add bits/types/ wrappers for stddef.h and stdarg.h types.Zack Weinberg2020-01-0820-27/+46
* Swap sys/poll.h with poll.h.Zack Weinberg2020-01-084-8/+28
* Create bits/types headers for most remaining __T_defined macros.Zack Weinberg2020-01-081-6/+1
* Clean up bits/types.h.Zack Weinberg2020-01-085-39/+39
* Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs.Zack Weinberg2020-01-0813-18/+13
* Define register_t using bits/typesizes.h macros.Zack Weinberg2020-01-086-0/+95
* 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
* linux: Optimize fallback 32-bit clock_gettimeAdhemerval Zanella2020-01-031-4/+12
* linux: Add support for clock_gettime64 vDSOAdhemerval Zanella2020-01-039-12/+34
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-0321-272/+162
* linux: Consolidate time implementationAdhemerval Zanella2020-01-033-55/+54
* linux: Consolidate Linux gettimeofdayAdhemerval Zanella2020-01-034-100/+63
* linux: Update mips vDSO symbolsAdhemerval Zanella2020-01-031-0/+1
* linux: Update x86 vDSO symbolsAdhemerval Zanella2020-01-033-4/+4
* x86: Make x32 use x86 time implementationAdhemerval Zanella2020-01-032-2/+0
* linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella2020-01-0310-98/+58
* Linux: Fix clock_nanosleep time64 checkAdhemerval Zanella2020-01-031-8/+12
* Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer2020-01-024-40/+0
* Linux: Use system call tables during buildFlorian Weimer2020-01-0218-55/+43
* Linux: Add tables with system call numbersFlorian Weimer2020-01-0230-22/+9050
* 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-011397-1397/+1397
* 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-191-1/+0
* Implement waitpid in terms of wait4Adhemerval Zanella2019-12-192-34/+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-191-35/+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