aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2017-08-23Consolidate remaning non cancellable definitionsAdhemerval Zanella
2017-08-23x86_64: Replace AVX512F .byte sequences with instructionsH.J. Lu
2017-08-22aarch64: Use PTR_REG macro to fix ILP32 bug and make code consistentSteve Ellcey
2017-08-22Remove p{read,write}{v} and fallocate from x86 auto-generation listAdhemerval Zanella
2017-08-22Fix {INLINE,INTERNAL}_SYSCALL macros for x32Adhemerval Zanella
2017-08-22powerpc: Shrink ULPs for float128Gabriel F. T. Gomes
2017-08-22Remove non cancellable sigsuspend definitionAdhemerval Zanella
2017-08-22Consolidate non cancellable nanosleep callAdhemerval Zanella
2017-08-22Consolidate non cancellable pause callAdhemerval Zanella
2017-08-22Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes
2017-08-22Fix sparc32 bits/long-double.h (bug 21987).Joseph Myers
2017-08-21Fix GCC 7 build of k_standard.c.Joseph Myers
2017-08-21Consolidate non cancellable waitpid callAdhemerval Zanella
2017-08-21Consolidate non cancellable fcntl callAdhemerval Zanella
2017-08-21Consolidate non cancellable writev callAdhemerval Zanella
2017-08-21Remove SPARC sqrt wrappers (bug 21973).Joseph Myers
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers
2017-08-21x86-64: Mark internal symbols with attribute_hidden [BZ #18822]H.J. Lu
2017-08-21x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822]H.J. Lu
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu
2017-08-20i386: Hide __old_glob64 [BZ #18822]H.J. Lu
2017-08-20i386: Hide __old_readdir64 [BZ #18822]H.J. Lu
2017-08-20Remove sysdeps/alpha/bb_init_func.SH.J. Lu
2017-08-19Mark internal SSE2 functions with attribute_hidden [BZ #18822]H.J. Lu
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella
2017-08-18Consolidate non cancellable write callAdhemerval Zanella
2017-08-18Consolidate non cancellable read callAdhemerval Zanella
2017-08-18x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]H.J. Lu
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-08-17__opensock: Remove internal_function attributeFlorian Weimer
2017-08-16Fix sigval namespace (bug 21944).Joseph Myers
2017-08-16Allow abort PLT references in libc.so for SH.Joseph Myers
2017-08-16x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu
2017-08-15x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955]H.J. Lu
2017-08-15aio: Remove support for BROKEN_THREAD_SIGNALSFlorian Weimer
2017-08-15i386: Replace internal_function attribute for __mcount_internalFlorian Weimer
2017-08-15S390: Add new s390 platform z14.Stefan Liebler
2017-08-14posix: Fix mmap for m68k and ia64 (BZ#21908)Adhemerval Zanella
2017-08-14i386: Do not set internal_functionFlorian Weimer
2017-08-14_dl_init: Remove internal_function attributeFlorian Weimer
2017-08-14_dl_start: Remove internal_function attributeFlorian Weimer
2017-08-14_dl_fini: Remove internal_function attributeFlorian Weimer
2017-08-14x86: Add IBT/SHSTK bits to cpu-featuresH.J. Lu
2017-08-13ld.so: Remove internal_function attribute from various functionsFlorian Weimer
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer
2017-08-13__netlink_assert_response: Remove internal_function attributeFlorian Weimer
2017-08-13__fortify_fail: Remove internal_function attributeFlorian Weimer
2017-08-10powerpc: Restrict xssqrtqp operands to Vector Registers (bug 21941)Gabriel F. T. Gomes
2017-08-10[AArch64] Optimized memcmp.Wilco Dijkstra