about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* RFC: Use anonymous union for siginfo_t zack/anon-unionsZack Weinberg2017-08-236-70/+55
* aarch64: Use PTR_REG macro to fix ILP32 bug and make code consistentSteve Ellcey2017-08-221-1/+1
* Remove p{read,write}{v} and fallocate from x86 auto-generation listAdhemerval Zanella2017-08-222-5/+0
* Fix {INLINE,INTERNAL}_SYSCALL macros for x32Adhemerval Zanella2017-08-222-120/+155
* powerpc: Shrink ULPs for float128Gabriel F. T. Gomes2017-08-221-26/+10
* Remove non cancellable sigsuspend definitionAdhemerval Zanella2017-08-223-7/+0
* Consolidate non cancellable nanosleep callAdhemerval Zanella2017-08-223-3/+13
* Consolidate non cancellable pause callAdhemerval Zanella2017-08-224-25/+15
* Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes2017-08-221-0/+1
* Fix sparc32 bits/long-double.h (bug 21987).Joseph Myers2017-08-222-0/+26
* Fix GCC 7 build of k_standard.c.Joseph Myers2017-08-211-0/+3
* Consolidate non cancellable waitpid callAdhemerval Zanella2017-08-213-5/+16
* Consolidate non cancellable fcntl callAdhemerval Zanella2017-08-212-6/+0
* Consolidate non cancellable writev callAdhemerval Zanella2017-08-212-5/+9
* Remove SPARC sqrt wrappers (bug 21973).Joseph Myers2017-08-2112-430/+1
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-2127-61/+51
* x86-64: Mark internal symbols with attribute_hidden [BZ #18822]H.J. Lu2017-08-212-2/+2
* x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822]H.J. Lu2017-08-211-1/+2
* Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu2017-08-211-1/+0
* i386: Hide __old_glob64 [BZ #18822]H.J. Lu2017-08-201-0/+3
* i386: Hide __old_readdir64 [BZ #18822]H.J. Lu2017-08-202-0/+3
* Remove sysdeps/alpha/bb_init_func.SH.J. Lu2017-08-201-86/+0
* Mark internal SSE2 functions with attribute_hidden [BZ #18822]H.J. Lu2017-08-192-2/+2
* Consolidate non cancellable close callAdhemerval Zanella2017-08-1827-45/+61
* Consolidate non cancellable openat callAdhemerval Zanella2017-08-187-28/+66
* Consolidate non cancellable write callAdhemerval Zanella2017-08-187-12/+20
* Consolidate non cancellable read callAdhemerval Zanella2017-08-1815-20/+29
* x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]H.J. Lu2017-08-181-1/+2
* Consolidate non cancellable open callAdhemerval Zanella2017-08-1724-47/+91
* __opensock: Remove internal_function attributeFlorian Weimer2017-08-171-1/+1
* Fix sigval namespace (bug 21944).Joseph Myers2017-08-162-6/+6
* Allow abort PLT references in libc.so for SH.Joseph Myers2017-08-161-0/+2
* x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu2017-08-164-0/+245
* x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955]H.J. Lu2017-08-151-2/+2
* aio: Remove support for BROKEN_THREAD_SIGNALSFlorian Weimer2017-08-155-57/+0
* i386: Replace internal_function attribute for __mcount_internalFlorian Weimer2017-08-151-3/+5
* S390: Add new s390 platform z14.Stefan Liebler2017-08-152-3/+3
* posix: Fix mmap for m68k and ia64 (BZ#21908)Adhemerval Zanella2017-08-144-5/+34
* i386: Do not set internal_functionFlorian Weimer2017-08-142-5/+0
* _dl_init: Remove internal_function attributeFlorian Weimer2017-08-142-5/+8
* _dl_start: Remove internal_function attributeFlorian Weimer2017-08-141-1/+3
* _dl_fini: Remove internal_function attributeFlorian Weimer2017-08-141-1/+1
* x86: Add IBT/SHSTK bits to cpu-featuresH.J. Lu2017-08-142-0/+10
* ld.so: Remove internal_function attribute from various functionsFlorian Weimer2017-08-131-11/+8
* NPTL: Remove internal_function from stack marking functionsFlorian Weimer2017-08-133-4/+2
* __netlink_assert_response: Remove internal_function attributeFlorian Weimer2017-08-132-3/+1
* __fortify_fail: Remove internal_function attributeFlorian Weimer2017-08-132-0/+4
* powerpc: Restrict xssqrtqp operands to Vector Registers (bug 21941)Gabriel F. T. Gomes2017-08-102-2/+2
* [AArch64] Optimized memcmp.Wilco Dijkstra2017-08-101-105/+71
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-1019-21/+122