aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2020-10-06Replace Minumum/minumum with Minimum/minimumH.J. Lu2-2/+2
2020-10-05Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)Joseph Myers1-2/+3
2020-10-04Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit timeLukasz Majewski2-0/+76
2020-10-02sysvipc: Return EINVAL for invalid msgctl commandsAdhemerval Zanella1-10/+31
2020-10-02sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639]Adhemerval Zanella3-5/+196
2020-10-02sysvipc: Return EINVAL for invalid semctl commandsAdhemerval Zanella1-0/+10
2020-10-02sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637]Dmitry V. Levin3-1/+191
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy19-0/+57
2020-09-30sysvipc: Fix semtimedop for Linux < 5.1 for 64-bit ABIAdhemerval Zanella1-4/+8
2020-09-30nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.hLukasz Majewski1-4/+4
2020-09-30nptl: Provide proper spelling for 32 bit version of futex_abstimed_waitLukasz Majewski1-6/+6
2020-09-29string: Fix strerrorname_np return value [BZ #26555]Adhemerval Zanella1-152/+149
2020-09-28Reversing calculation of __x86_shared_non_temporal_thresholdPatrick McGehearty1-5/+11
2020-09-28linux: Add time64 recvmmsg supportAdhemerval Zanella1-11/+52
2020-09-28linux: Add time64 support for nanosleepAdhemerval Zanella1-0/+50
2020-09-28linux: Consolidate utimesAdhemerval Zanella3-81/+0
2020-09-28linux: Use 64-bit time_t syscall on clock_getcputclockidAdhemerval Zanella1-10/+15
2020-09-28linux: Add time64 sigtimedwait supportAdhemerval Zanella1-8/+42
2020-09-28linux: Add time64 select supportAdhemerval Zanella1-23/+69
2020-09-28nptl: Fix __futex_abstimed_wait_cancellable32Adhemerval Zanella1-4/+10
2020-09-28sysvipc: Fix semtimeop for !__ASSUME_DIRECT_SYSVIPC_SYSCALLSAdhemerval Zanella1-8/+3
2020-09-27hurd: add ST_RELATIMESamuel Thibault1-1/+3
2020-09-22powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]Raphael Moreira Zinsly1-1/+1
2020-09-22x86: Harden printf against non-normal long double values (bug 26649)Florian Weimer3-0/+64
2020-09-22x86: Use one ldbl2mpn.c file for both i386 and x86_64Florian Weimer3-2/+1
2020-09-17Update mallinfo2 ABI, and testDJ Delorie33-0/+33
2020-09-17Allow memset local PLT reference for RISC-V.Alistair Francis1-0/+1
2020-09-17powerpc: fix ifunc implementation list for POWER9 strlen and stpcpyRaphael Moreira Zinsly1-2/+2
2020-09-17x86: Use HAS_CPU_FEATURE with IBT and SHSTK [BZ #26625]H.J. Lu3-6/+4
2020-09-16<sys/platform/x86.h>: Add Intel Key Locker supportH.J. Lu3-3/+42
2020-09-15pselect.c: Pass a pointer to SYSCALL_CANCEL [BZ #26606]H.J. Lu1-3/+6
2020-09-13hurd: Add __x86_get_cpu_features to ld.abilistH.J. Lu1-0/+1
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu16-247/+658
2020-09-11linux: Add time64 pselect supportAdhemerval Zanella4-35/+99
2020-09-11linux: Add time64 semtimedop supportAdhemerval Zanella2-8/+55
2020-09-11linux: Add ppoll time64 optimizationAdhemerval Zanella1-5/+13
2020-09-11linux: Simplify clock_getresAdhemerval Zanella1-23/+15
2020-09-11Update sparc libm-test-ulpsAdhemerval Zanella1-1/+1
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella22-35/+34
2020-09-11Linux: Consolidate xmknodAdhemerval Zanella2-59/+3
2020-09-11linux: Consolidate fxstatat{64}Adhemerval Zanella23-301/+92
2020-09-11linux: Consolidate fxstat{64}Adhemerval Zanella18-268/+107
2020-09-11linux: Consolidate lxstat{64}Adhemerval Zanella19-345/+136
2020-09-11linux: Consolidate xstat{64}Adhemerval Zanella20-332/+194
2020-09-11linux: Define STAT64_IS_KERNEL_STAT64Adhemerval Zanella13-0/+23
2020-09-11linux: Always define STAT_IS_KERNEL_STATAdhemerval Zanella14-7/+15
2020-09-10Update powerpc libm-test-ulpsMatheus Castanho1-3/+3
2020-09-09nptl: futex: Provide correct indentation for part of __futex_abstimed_wait_ca...Lukasz Majewski1-3/+3
2020-09-07C11 threads: Fix inaccuracies in testsuiteCorinna Vinschen3-3/+3
2020-09-03x86: Set CPU usable feature bits conservatively [BZ #26552]H.J. Lu1-96/+47