aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Obsolete pow10 functions.Joseph Myers24-397/+33
2017-09-01Include <string.h> for strcmp call from sysdeps/unix/sysv/linux/gentempfd.c.Joseph Myers1-0/+1
2017-09-01linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella1-0/+34
2017-09-01getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer1-22/+20
2017-09-01getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer1-0/+8
2017-09-01getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer1-1/+4
2017-09-01getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer1-6/+10
2017-09-01getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer1-28/+18
2017-09-01getaddrinfo: Use &errno has the errno pointerFlorian Weimer1-13/+10
2017-08-31ILP32 math changesSteve Ellcey8-12/+87
2017-08-31Remove NO_CANCELLATION macroAdhemerval Zanella20-30/+16
2017-08-31Change argument type passed to ifunc resolversSteve Ellcey1-1/+1
2017-08-31posix: Remove internal_function attributeFlorian Weimer8-18/+14
2017-08-31inet: Remove internal_function attributeFlorian Weimer2-2/+0
2017-08-31Simplify NAN definitions.Joseph Myers2-119/+0
2017-08-31Simplify INFINITY definitions.Joseph Myers1-29/+0
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers7-328/+0
2017-08-31elf: Remove internal_function attributeFlorian Weimer20-87/+50
2017-08-31gmon: Remove internal_function attributeFlorian Weimer2-4/+4
2017-08-31resolv: Remove internal_function attributeFlorian Weimer1-1/+0
2017-08-31dirent: Remove internal_function attributeFlorian Weimer4-6/+1
2017-08-31Linux getcwd: Remove internal_function attributeFlorian Weimer1-2/+2
2017-08-31aio: Remove internal_function function attributeFlorian Weimer5-23/+9
2017-08-30Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers26-81/+280
2017-08-30aarch64: Fix tst-makecontext3 in ILP32 mode.Steve Ellcey1-5/+5
2017-08-29Fix m68k bits/math-inline.h macro namespace (bug 22035).Joseph Myers1-33/+40
2017-08-29MIPS/o32: Fix internal_syscall5/6/7Adhemerval Zanella14-186/+147
2017-08-29[AArch64] Fix procfs.h not to expose stdint.h typesSzabolcs Nagy1-2/+1
2017-08-28Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)Gabriel F. T. Gomes1-1/+2
2017-08-28x86_64 __redirect_ieee754_expf: Change double to floatH.J. Lu1-1/+1
2017-08-28Simplify math-svid-compat code.Joseph Myers1-6/+1
2017-08-28Remove abi-*-options compiler flagsFlorian Weimer8-53/+0
2017-08-28<bits/syscall.h>: Use an arch-independent system call list on LinuxFlorian Weimer5-68/+859
2017-08-27hurd: Add system-specific sysmacros.hSamuel Thibault1-0/+60
2017-08-25x86: Remove assembly versions of index_cpu_*/index_arch_*H.J. Lu1-42/+1
2017-08-25[AArch64] Fix elf_greg_t on ILP32Szabolcs Nagy1-1/+2
2017-08-25Remove powerpc32 sqrt wrappers.Joseph Myers11-604/+0
2017-08-24Remove cancellation support for syscall generationAdhemerval Zanella24-2766/+172
2017-08-24Fix CFLAGS override in sysdeps/ieee754/dbl-64Szabolcs Nagy1-3/+3
2017-08-23x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu1-2/+2
2017-08-23Consolidate remaning non cancellable definitionsAdhemerval Zanella2-0/+5
2017-08-23x86_64: Replace AVX512F .byte sequences with instructionsH.J. Lu6-290/+32
2017-08-22aarch64: Use PTR_REG macro to fix ILP32 bug and make code consistentSteve Ellcey1-1/+1
2017-08-22Remove p{read,write}{v} and fallocate from x86 auto-generation listAdhemerval Zanella2-5/+0
2017-08-22Fix {INLINE,INTERNAL}_SYSCALL macros for x32Adhemerval Zanella2-120/+155
2017-08-22powerpc: Shrink ULPs for float128Gabriel F. T. Gomes1-26/+10
2017-08-22Remove non cancellable sigsuspend definitionAdhemerval Zanella3-7/+0
2017-08-22Consolidate non cancellable nanosleep callAdhemerval Zanella3-3/+13
2017-08-22Consolidate non cancellable pause callAdhemerval Zanella4-25/+15
2017-08-22Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes1-0/+1