aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Use libm_alias_ldouble macros in sysdeps/ia64/fpu.Joseph Myers47-4/+52
2017-11-23sigwait: Do not fail with EINTR and return error code [BZ #22478]Florian Weimer1-2/+9
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer33-1/+170
2017-11-22Remove unused sparc64/soft-fp libm function implementations.Joseph Myers3-155/+0
2017-11-22Avoid use of strlen in getlogin_r (bug 22447).Joseph Myers1-2/+3
2017-11-21Update hppa bits/mman.h from Linux 4.14.Joseph Myers1-3/+2
2017-11-21S390: Add cfi information for start routines in order to stop unwinding.Stefan Liebler6-16/+26
2017-11-20aarch64: Optimized memset for falkorSiddhesh Poyarekar11-22/+204
2017-11-18tst-ttyname: Fix namespace setup for FedoraFlorian Weimer1-61/+6
2017-11-17powerpc: Update AT_HWCAP2 bitsTulio Magno Quites Machado Filho2-2/+4
2017-11-17Use libm_alias_ldouble in sysdeps/x86_64/fpu.Joseph Myers11-12/+23
2017-11-17Use libm_alias_ldouble in sysdeps/i386/fpu.Joseph Myers21-21/+42
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers5-126/+146
2017-11-17Add AArch64 HWCAP_DCPOP from Linux 4.14.Joseph Myers1-0/+1
2017-11-17aarch64: Fix f{max,min}{f} build for GCC 4.9 and 5Adhemerval Zanella1-0/+6
2017-11-16Add Linux 4.14 ARPHRD_RAWIP to net/if_arp.h.Joseph Myers1-0/+1
2017-11-16Update kernel version in syscall-names.list to 4.14.Joseph Myers1-2/+2
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar1-1/+1
2017-11-15The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor2-6/+12
2017-11-15linux ttyname{_r}: Add testsLuke Shumaker2-1/+627
2017-11-15linux ttyname{_r}: Don't bail prematurely [BZ #22145]Luke Shumaker2-15/+24
2017-11-15linux ttyname{_r}: Make tty checks consistentLuke Shumaker3-64/+29
2017-11-15linux ttyname: Change return type of is_pty from int to boolLuke Shumaker1-1/+2
2017-11-15linux ttyname: Update a reference to kernel docs for kernel 4.10Luke Shumaker1-1/+2
2017-11-15Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.Joseph Myers1-0/+2
2017-11-15Add MADV_WIPEONFORK, MADV_KEEPONFORK from Linux 4.14.Joseph Myers2-0/+4
2017-11-15Cleanup sigpause implementationAdhemerval Zanella1-20/+6
2017-11-15Check length of ifname before copying it into to ifreq structure.Steve Ellcey1-0/+6
2017-11-15linux: Include <sysdep-cancel.h> for epoll_waitLuke Shumaker1-0/+2
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu3-4/+9
2017-11-11Fix clog10_downward ulps on hppa.John David Anglin1-2/+2
2017-11-09Add jmp_buf-macros.hH.J. Lu24-0/+144
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella18-7/+64
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella16-0/+128
2017-11-07Move <bits/mman-linux.h> to the Linux sysdeps directoryFlorian Weimer2-7/+111
2017-11-07powerpc: Use latest optimization for internal function callsRajalakshmi Srinivasaraghavan1-1/+1
2017-11-06Cleanup Linux sigqueue implementationAdhemerval Zanella1-8/+2
2017-11-06Simplify Linux sig{timed}wait{info} implementationsAdhemerval Zanella4-118/+13
2017-11-06arm: Implement memchr ifunc selection in CAdhemerval Zanella8-285/+286
2017-11-06arm: Implement memcpy ifunc selection in CAdhemerval Zanella9-82/+124
2017-11-06Do not declare _Float128 support for powerpc64le -mlong-double-64 (bug 22402).Joseph Myers1-1/+2
2017-11-03aarch64: Guess L1 cache linesize for aarch64Richard Henderson1-0/+55
2017-11-03aarch64: optimize _dl_tlsdesc_dynamic fast pathSzabolcs Nagy1-54/+51
2017-11-03arm: Remove lazy tlsdesc initialization related codeSzabolcs Nagy4-209/+2
2017-11-03arm: Remove unnecessary volatile qualifierSzabolcs Nagy1-2/+1
2017-11-03[BZ #18572] arm: Disable lazy initialization of tlsdesc entriesSzabolcs Nagy1-9/+15
2017-11-03[BZ #17078] arm: remove prelinker support for R_ARM_TLS_DESCSzabolcs Nagy1-31/+3
2017-11-03aarch64: Remove barriers from TLS descriptor functionsSzabolcs Nagy4-342/+1
2017-11-03aarch64: Disable lazy symbol binding of TLSDESCSzabolcs Nagy1-5/+14
2017-11-02test-errno-linux: quotactl can fail with EPERM in containersFlorian Weimer1-38/+38