aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-08-17__opensock: Remove internal_function attributeFlorian Weimer1-1/+1
2017-08-16Fix sigval namespace (bug 21944).Joseph Myers2-6/+6
2017-08-16Allow abort PLT references in libc.so for SH.Joseph Myers1-0/+2
2017-08-16x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu4-0/+245
2017-08-15x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955]H.J. Lu1-2/+2
2017-08-15aio: Remove support for BROKEN_THREAD_SIGNALSFlorian Weimer5-57/+0
2017-08-15i386: Replace internal_function attribute for __mcount_internalFlorian Weimer1-3/+5
2017-08-15S390: Add new s390 platform z14.Stefan Liebler2-3/+3
2017-08-14posix: Fix mmap for m68k and ia64 (BZ#21908)Adhemerval Zanella4-5/+34
2017-08-14i386: Do not set internal_functionFlorian Weimer2-5/+0
2017-08-14_dl_init: Remove internal_function attributeFlorian Weimer2-5/+8
2017-08-14_dl_start: Remove internal_function attributeFlorian Weimer1-1/+3
2017-08-14_dl_fini: Remove internal_function attributeFlorian Weimer1-1/+1
2017-08-14x86: Add IBT/SHSTK bits to cpu-featuresH.J. Lu2-0/+10
2017-08-13ld.so: Remove internal_function attribute from various functionsFlorian Weimer1-11/+8
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer3-4/+2
2017-08-13__netlink_assert_response: Remove internal_function attributeFlorian Weimer2-3/+1
2017-08-13__fortify_fail: Remove internal_function attributeFlorian Weimer2-0/+4
2017-08-10powerpc: Restrict xssqrtqp operands to Vector Registers (bug 21941)Gabriel F. T. Gomes2-2/+2
2017-08-10[AArch64] Optimized memcmp.Wilco Dijkstra1-105/+71
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer19-21/+122
2017-08-10aarch64/sys/ptrace.h: fix typo in commentDmitry V. Levin1-1/+1
2017-08-09sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant [BZ #21928]Dmitry V. Levin6-36/+0
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers18-50/+99
2017-08-09Fix s390 version of pt-longjmp.cAndreas Schwab1-2/+2
2017-08-09memcpy_falkor: Fix code style in commentsSiddhesh Poyarekar1-7/+4
2017-08-09aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar6-3/+200
2017-08-08Do not use __ptr_t.Joseph Myers29-49/+46
2017-08-08getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer1-7/+3
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu3-0/+64
2017-08-08posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)Adhemerval Zanella8-12/+12
2017-08-07Fix XPG4.2 bits/sigaction.h namespace (bug 21899).Joseph Myers8-31/+33
2017-08-07Consistently use uintN_t not u_intN_t everywhere.Joseph Myers1-7/+7
2017-08-07x86-64: Add FMA multiarch functions to libmH.J. Lu32-105/+493
2017-08-04Reimplement min_of_type using __MATH_TG.Joseph Myers1-18/+8
2017-08-04x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATUREH.J. Lu1-57/+0
2017-08-04i686: Implement IFUNC selectors in CH.J. Lu99-1732/+2078
2017-08-04x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu76-619/+1181
2017-08-04x86-64: Implement libm IFUNC selectors in CH.J. Lu18-120/+287
2017-08-04i386: Support static PIE in start.SH.J. Lu1-2/+9
2017-08-04i386: Update I386_USE_SYSENTER for early PIC syscallH.J. Lu1-12/+14
2017-08-04x86-64: Use IFUNC memcpy and mempcpy in libc.aH.J. Lu9-38/+24
2017-08-04Check linker support for INSERT in linker scriptH.J. Lu1-0/+2
2017-08-04x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]H.J. Lu1-2/+5
2017-08-04x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu4-25/+1
2017-08-03i686/multiarch: Regenerate ulpsAurelien Jarno1-7/+7
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers146-248/+248
2017-08-03getaddrinfo: Release resolver context on error in gethosts [BZ #21885]Florian Weimer1-0/+2
2017-08-03tst-tlsopt-powerpc as a shared libAlan Modra4-48/+57
2017-08-03Add missing include for pthread_setcancelstateSamuel Thibault1-0/+1