aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe26-0/+43
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe25-0/+31
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe4-17/+61
2019-07-10posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella3-1/+37
2019-07-10aarch64: simplify the DT_AARCH64_VARIANT_PCS handling codeSzabolcs Nagy2-6/+1
2019-07-09[powerpc] fenv_libc.h: protect use of __builtin_cpu_supportsPaul A. Clarke1-1/+3
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella20-125/+87
2019-07-08math: Use wordsize-64 version for s_logbAdhemerval Zanella2-79/+29
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella12-42/+48
2019-07-08powerpc: hypot refactor and optimizationAdhemerval Zanella8-232/+23
2019-07-08dl-vdso: Add LINUX_4 HASH CODE to support nds32 vdso mechanismVincent Chen1-0/+2
2019-07-04riscv: restore ABI compatibility (bug 24484)Andreas Schwab1-0/+5
2019-07-04aarch64: new ifunc resolver ABISzabolcs Nagy5-1/+185
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer35-327/+6
2019-07-01Call _dl_open_check after relocation [BZ #24259]H.J. Lu16-3/+332
2019-06-30powerpc: Use faster means to access FPSCR when possible in some casesPaul A. Clarke5-30/+76
2019-06-28Linux: Use mmap instead of malloc in dirent/tst-getdents64Florian Weimer1-3/+9
2019-06-28Replace PREPARE_VERSION macro with inline functionTobias Klauser1-9/+9
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer6-28/+5
2019-06-27Linux: Adjust gedents64 buffer size to int range [BZ #24740]Florian Weimer3-0/+55
2019-06-26x86: Add sysdeps/x86/dl-lookupcfg.hH.J. Lu2-31/+0
2019-06-26powerpc: Use generic e_expfAdhemerval Zanella7-383/+0
2019-06-26powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella22-547/+142
2019-06-26Linux: Add nds32 specific syscalls to syscall-names.listVincent Chen1-0/+2
2019-06-25S390: Regenerate ULPs.Stefan Liebler1-6/+6
2019-06-21Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWNTobias Klauser8-11/+15
2019-06-19[powerpc] add 'volatile' to asmPaul A. Clarke2-5/+5
2019-06-19powerpc: Fix static-linked version of __ppc_get_timebase_freq [BZ #24640]Stan Shebs3-1/+22
2019-06-17m68k: Remove vDSO supportAdhemerval Zanella9-321/+27
2019-06-17powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella30-490/+190
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella22-342/+77
2019-06-17powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella21-225/+76
2019-06-14Linux: Fix __glibc_has_include use for <sys/stat.h> and statxFlorian Weimer1-2/+5
2019-06-13Add IPV6_ROUTER_ALERT_ISOLATE from Linux 5.1 to bits/in.h.Joseph Myers1-0/+1
2019-06-13Allow memset local PLT reference for powerpc soft-float.Joseph Myers1-0/+1
2019-06-13aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy3-4/+60
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella19-654/+3
2019-06-12math: Use wordsize-64 version for finiteAdhemerval Zanella2-58/+7
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella19-634/+2
2019-06-12math: Use wordsize-64 version for isinfAdhemerval Zanella2-43/+6
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella35-1381/+2
2019-06-12math: Use wordsize-64 version for isnanAdhemerval Zanella2-51/+6
2019-06-12powerpc: copysign cleanupAdhemerval Zanella20-504/+64
2019-06-12powerpc: consolidate rintAdhemerval Zanella7-293/+32
2019-06-12Linux: Deprecate <sys/sysctl.h> and sysctlFlorian Weimer2-4/+5
2019-06-12<sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer1-0/+34
2019-06-07Linux: Add getdents64 system callFlorian Weimer34-5/+161
2019-06-06[powerpc] get_rounding_mode: utilize faster method to get rounding modePaul A. Clarke2-3/+59
2019-06-06riscv: Do not use __has_include__Florian Weimer1-1/+1
2019-06-05[powerpc] fegetexcept: utilize function instead of duplicating codePaul A. Clarke1-13/+1