aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2020-08-27RISC-V: Support the 32-bit ABI implementationAlistair Francis7-22/+146
2020-08-27RISC-V: Add arch-syscall.h for RV32Alistair Francis1-0/+284
2020-08-27RISC-V: Add path of library directories for the 32-bitAlistair Francis1-16/+38
2020-08-27RISC-V: Support dynamic loader for the 32-bitZong Li1-1/+1
2020-08-27RISC-V: Add support for 32-bit vDSO callsAlistair Francis1-6/+17
2020-08-27RISC-V: Use 64-bit-time syscall numbers with the 32-bit portAlistair Francis1-0/+23
2020-08-27RISC-V: Cleanup some of the sysdep.h codeAlistair Francis1-13/+4
2020-08-27RISC-V: Use 64-bit time_t and off_t for RV32 and RV64Alistair Francis4-0/+162
2020-08-27hurd: define BSD 4.3 ioctls only under __USE_MISCSamuel Thibault1-0/+2
2020-08-24linux: Simplify utimensatAdhemerval Zanella1-13/+10
2020-08-24linux: Simplify timerfd_settimeAdhemerval Zanella1-14/+9
2020-08-24linux: Simplify timer_gettimeAdhemerval Zanella1-12/+8
2020-08-24linux: Simplify sched_rr_get_intervalAdhemerval Zanella1-12/+8
2020-08-24linux: Simplify ppollAdhemerval Zanella1-11/+10
2020-08-24linux: Simplify mq_timedsendAdhemerval Zanella1-7/+7
2020-08-24linux: Simplify mq_timedreceiveAdhemerval Zanella1-9/+9
2020-08-24linux: Simplify clock_settimeAdhemerval Zanella1-9/+9
2020-08-24linux: Simplify clock_nanosleepAdhemerval Zanella1-22/+11
2020-08-24linux: Simplify clock_gettimeAdhemerval Zanella1-25/+17
2020-08-24linux: Simplify clock_adjtimeAdhemerval Zanella1-13/+10
2020-08-24linux: Add helper function to optimize 64-bit time_t fallback supportAdhemerval Zanella3-1/+95
2020-08-21S390: Sync HWCAP names with kernel by adding aliases [BZ #25971]Stefan Liebler2-0/+6
2020-08-13Update kernel version to 5.8 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski1-0/+52
2020-08-13aarch64: update ulps.Szabolcs Nagy1-1/+1
2020-08-12S390: Regenerate ULPs.Stefan Liebler1-1/+1
2020-08-08math: Update x86_64 ulpsAdhemerval Zanella2-6/+6
2020-08-07Linux: Use faccessat2 to implement faccessat (bug 18683)Florian Weimer2-3/+19
2020-08-07math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tinyPaul Zimmermann1-1/+16
2020-08-07Update syscall lists for Linux 5.8.Joseph Myers25-2/+27
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault7-1/+1991
2020-08-06hurd: Add missing hidden defSamuel Thibault1-0/+1
2020-08-05hurd: Rework sbrkSamuel Thibault3-9/+32
2020-08-05hurd: Implement basic sched_get/setschedulerSamuel Thibault2-0/+75
2020-08-05x86: Rename Intel CPU feature namesH.J. Lu2-15/+15
2020-08-04Regenerate configure scripts.Carlos O'Donell2-1/+2
2020-08-04RISC-V: Update lp64d libm-test-ulps according to HiFive UnleashedMaciej W. Rozycki1-15/+18
2020-08-03powerpc: Fix incorrect cache line size load in memset (bug 26332)Florian Weimer1-2/+2
2020-08-03Update Nios II libm-test-ulps file.Chung-Lin Tang1-11/+11
2020-07-27aarch64: Use future HWCAP2_MTE in ifunc resolverSzabolcs Nagy1-2/+8
2020-07-25Update x86-64 libm-test-ulpsAndreas K. Hüttel1-2/+2
2020-07-24aarch64: Respect p_flags when protecting code with PROT_BTISzabolcs Nagy1-1/+8
2020-07-21powerpc: Fix POWER10 selectionTulio Magno Quites Machado Filho1-0/+1
2020-07-21powerpc64le: guarantee a .gnu.attributes section [BZ #26220]Paul E. Murphy1-0/+8
2020-07-20Update powerpc-nofpu libm-test-ulps.Joseph Myers1-30/+30
2020-07-18hurd: Fix longjmp check for sigstateSamuel Thibault2-2/+2
2020-07-18hurd: Fix longjmp early in initializationSamuel Thibault2-2/+16
2020-07-17AArch64: Improve strlen_asimd performance (bug 25824)Wilco Dijkstra5-126/+161
2020-07-16Linux: Remove rseq supportFlorian Weimer48-1092/+5
2020-07-16arm: remove string/tst-memmove-overflow XFAILAurelien Jarno1-5/+0