aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-04Fix iconv buffer handling with IGNORE error handler (bug #18830)Andreas Schwab1-3/+3
2019-06-01arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl supportFlorian Weimer3-176/+33
2019-06-01Linux: Add oddly-named arm syscalls to syscall-names.listFlorian Weimer1-0/+5
2019-05-30powerpc: Fix build failures with current GCCGabriel F. T. Gomes7-37/+28
2019-05-29Remove unused get_clockfreq filesAdhemerval Zanella2-2/+0
2019-05-28powerpc: generic nearbyint/nearbyintfAdhemerval Zanella7-303/+75
2019-05-23Add F_SEAL_FUTURE_WRITE from Linux 5.1 to bits/fcntl-linux.h.Joseph Myers1-0/+2
2019-05-22Remove support for PowerPC SPE extension (powerpc*-*-*gnuspe*).Zack Weinberg49-1706/+52
2019-05-21sysvipc: Add missing bit of semtimedop s390 consolidationAdhemerval Zanella2-0/+6
2019-05-20sysvipc: Consolidate semtimedop s390Adhemerval Zanella4-38/+36
2019-05-20sysvipc: Fix compat msgctl (BZ#24570)Adhemerval Zanella1-1/+1
2019-05-16Update kernel-features.h files for Linux 5.1.Joseph Myers3-7/+13
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer1-3/+3
2019-05-14Linux: Add the tgkill functionFlorian Weimer32-2/+195
2019-05-14x86: Remove arch-specific low level lock implementationAdhemerval Zanella11-1026/+114
2019-05-14Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella1-14/+3
2019-05-14Add single-thread.h headerAdhemerval Zanella6-42/+131
2019-05-09powerpc: trunc/truncf refactorAdhemerval Zanella32-665/+104
2019-05-09powerpc: round/roundf refactorAdhemerval Zanella31-704/+121
2019-05-09powerpc: floor/floorf refactorAdhemerval Zanella31-633/+105
2019-05-07Update syscall-names.list for Linux 5.1.Joseph Myers1-2/+26
2019-05-03aarch64: thunderx2 memmove performance improvementsAnton Youdkevitch3-362/+216
2019-05-02misc: Add twalk_r functionFlorian Weimer28-0/+28
2019-04-30Fix -O1 compilation errors with `__ddivl' and `__fdivl' [BZ #19444]Maciej W. Rozycki2-0/+24
2019-04-29powerpc: ceil/ceilf refactorAdhemerval Zanella33-637/+221