aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu1-1/+0
2017-08-20i386: Hide __old_glob64 [BZ #18822]H.J. Lu1-0/+3
2017-08-20i386: Hide __old_readdir64 [BZ #18822]H.J. Lu2-0/+3
2017-08-20Remove sysdeps/alpha/bb_init_func.SH.J. Lu1-86/+0
2017-08-19Mark internal SSE2 functions with attribute_hidden [BZ #18822]H.J. Lu2-2/+2
2017-08-18Consolidate non cancellable close callAdhemerval Zanella27-45/+61
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella7-28/+66
2017-08-18Consolidate non cancellable write callAdhemerval Zanella7-12/+20
2017-08-18Consolidate non cancellable read callAdhemerval Zanella15-20/+29
2017-08-18x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]H.J. Lu1-1/+2
2017-08-17Consolidate non cancellable open callAdhemerval Zanella24-47/+91
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