aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-05-12Remove useless SPARC signbit aliases.Joseph Myers5-10/+0
2017-05-12fork: Remove bogus parent PID assertions [BZ #21386]Florian Weimer1-8/+0
2017-05-12Remove __ASSUME_STATFS_F_FLAGS.Joseph Myers2-199/+1
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg7-17/+23
2017-05-11Remove _IO_MTSAFE_IO from public headers.Zack Weinberg2-0/+2
2017-05-11powerpc: Fix signal handling in backtraceAdhemerval Zanella2-14/+20
2017-05-11Consolidate Linux writev implementationAdhemerval Zanella1-0/+27
2017-05-11Consolidate Linux readv implementationAdhemerval Zanella1-0/+27
2017-05-11Consolidate Linux write syscallAdhemerval Zanella1-0/+33
2017-05-11Consolidate Linux read syscallAdhemerval Zanella1-0/+33
2017-05-11Consolidate Linux creat implementationAdhemerval Zanella6-18/+51
2017-05-11Consolidate Linux open implementationAdhemerval Zanella5-68/+27
2017-05-11Consolidate Linux close syscall generationAdhemerval Zanella1-0/+30
2017-05-11Condition some sys/ucontext.h contents on __USE_MISC (bug 21457).Joseph Myers11-150/+176
2017-05-11Remove wrong definitions from pthread header refactorAdhemerval Zanella2-2/+2
2017-05-11getaddrinfo: Unconditionally use malloc for address listFlorian Weimer1-24/+5
2017-05-09Remove MIPS32 accept4, recvmmsg, sendmmsg implementations.Joseph Myers3-88/+0
2017-05-09Simplify accept4, recvmmsg, sendmmsg code.Joseph Myers9-65/+13
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella31-3236/+1316
2017-05-09Simplify sendmmsg code.Joseph Myers2-68/+12
2017-05-09Simplify recvmmsg code.Joseph Myers2-68/+10
2017-05-09float128: Add _Float128 make bits to libm.Paul E. Murphy2-0/+148
2017-05-09Assume prlimit64 is available.Joseph Myers5-85/+3
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg1-1/+1
2017-05-09S390: Regenerate ULPsStefan Liebler1-6/+6
2017-05-08Remove __ASSUME_PROC_PID_TASK_COMM.Joseph Myers2-19/+0
2017-05-08Remove __ASSUME_GETCPU_SYSCALL.Joseph Myers1-5/+0
2017-05-08Remove <sys/ultrasound.h>Florian Weimer2-2/+1
2017-05-08Require Linux kernel 3.2 or later on x86 / x86_64.Joseph Myers4-8/+0
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers1-26/+2
2017-05-04ldbl-128: Use mathx_hidden_def inplace of hidden_defPaul E. Murphy4-3/+7
2017-05-04Use __glibc_reserved convention in mcontext, sigcontext (bug 21457).Joseph Myers3-10/+10
2017-05-04powerpc: Fix strncat ifunc selectionRajalakshmi Srinivasaraghavan1-1/+1
2017-05-03x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu11-138/+237
2017-05-03Consolidate Linux epoll_wait syscallAdhemerval Zanella4-5/+8
2017-05-03Consolidate Linux select implementationAdhemerval Zanella6-11/+68
2017-05-03Consolidate Linux poll implementationAdhemerval Zanella2-3/+6
2017-05-03Add HWCAP_ASIMDRDM from Linux 4.11 to AArch64 bits/hwcap.h.Joseph Myers1-0/+1
2017-05-02sparc: handle R_SPARC_DISP64 and R_SPARC_REGISTER relocsVladimir Mezentsev1-0/+6
2017-05-02posix: Fix internal p{read,write} plt usageAdhemerval Zanella4-1/+3
2017-05-02powerpc: Update powerpc-fpu libm-test-ulpsTulio Magno Quites Machado Filho1-16/+16
2017-05-01Add TCP_FASTOPEN_CONNECT from Linux 4.11 to netinet/tcp.h.Joseph Myers1-0/+1
2017-05-01Add PF_SMC, AF_SMC from Linux 4.11 to bits/socket.h.Joseph Myers1-1/+3
2017-04-28powerpc: Fix logbl on power7 [BZ# 21280]Tulio Magno Quites Machado Filho1-6/+18
2017-04-28powerpc64le: Create divergent sysdep directory for powerpc64le.Paul E. Murphy19-0/+21
2017-04-26Add earlyclobber to sqrtt/sqrtf insns.Uros Bizjak1-4/+4
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers1-6/+1
2017-04-25posix: Remove ununsed posix_spawn internal assignmentAdhemerval Zanella1-16/+14
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella3-1/+13
2017-04-24Macroize function declarations in math_private.hGabriel F. T. Gomes2-170/+146