aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy29-4/+100
2017-10-02powerpc: Optimize memrchr for power8Rajalakshmi Srinivasaraghavan5-3/+368
2017-10-01Hide internal fadvise64/fallocate64 functions [BZ #18822]H.J. Lu2-0/+4
2017-10-01Hide internal __sched_setaffinity_new function [BZ #18822]H.J. Lu1-0/+4
2017-10-01Hide internal __glob64 function [BZ #18822]H.J. Lu1-0/+1
2017-10-01Hide internal __new_getrlimit function [BZ #18822]H.J. Lu1-1/+2
2017-10-01Hide internal __tcgetattr function [BZ #18822]H.J. Lu2-0/+2
2017-10-01Hide internal __setrlimit function [BZ #18822]H.J. Lu3-0/+5
2017-10-01Hide internal __ifreq function [BZ #18822]H.J. Lu2-24/+0
2017-10-01Hide internal idna functions [BZ #18822]H.J. Lu1-4/+1
2017-10-01Hide internal __get_sol function [BZ #18822]H.J. Lu3-4/+22
2017-10-01Hide internal __bsd_getpt function [BZ #18822]H.J. Lu1-1/+1
2017-10-01Hide internal __sysinfo function [BZ #18822]H.J. Lu1-1/+1
2017-10-01Hide internal signal functions [BZ #18822]H.J. Lu10-0/+10
2017-10-01Hide internal __mremap function [BZ #18822]H.J. Lu1-0/+1
2017-10-01Hide internal __ioctl function [BZ #18822]H.J. Lu5-0/+5
2017-10-01Hide internal sysinfo functions [BZ #18822]H.J. Lu2-0/+8
2017-10-01Mark internal netlink functions with attribute_hidden [BZ #18822]H.J. Lu1-4/+6
2017-10-01Hide __readv and __writev [BZ #18822]H.J. Lu4-0/+6
2017-10-01Mark internal dirent functions with attribute_hidden [BZ #18822]H.J. Lu4-0/+4
2017-10-01Mark internal statfs functions with attribute_hidden [BZ #18822]H.J. Lu1-4/+8
2017-10-01Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu2-6/+0
2017-10-01Mark __internal_statvfs[64] with attribute_hidden [BZ #18822]H.J. Lu6-23/+31
2017-10-01Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu4-6/+10
2017-10-01Fix return pointer save and PIC register restore in __getcontext andJohn David Anglin2-1/+5
2017-09-30Fix hppa text relocations in libc.soJohn David Anglin1-0/+5
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers40-206/+52
2017-09-29arm: Update elf_machine_load_address for static PIEH.J. Lu1-1/+11
2017-09-29mips: Update elf_machine_load_address for static PIEH.J. Lu1-0/+5
2017-09-29arm: Check PIC instead of SHARED in start.SH.J. Lu1-2/+2
2017-09-29Update x86_64 libm-test-ulps.Joseph Myers1-2/+2
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra12-11/+14
2017-09-29New generic powfSzabolcs Nagy6-199/+264
2017-09-29New generic log2fSzabolcs Nagy6-73/+133
2017-09-29New generic logfSzabolcs Nagy6-73/+134
2017-09-28x86: Allow undefined _DYNAMIC in static executableH.J. Lu2-4/+18
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra9-436/+0
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra5-286/+0
2017-09-28AArch64: update libm-test-ulpsSzabolcs Nagy1-2/+8
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers4-10/+10
2017-09-27Update sysdeps/unix/sysv/linux/ifaddrs.cH.J. Lu1-0/+2
2017-09-28hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault1-0/+2
2017-09-28hurd: Fix `seekdir' symbol exposition from `rewinddir'Samuel Thibault2-3/+4
2017-09-28hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault2-2/+4
2017-09-28hurd: Fix dirfd symbol exposition from ftwSamuel Thibault2-2/+6
2017-09-26Fix make-syscalls.sh VDSO support for GCC 8.Joseph Myers1-10/+8
2017-09-26Use generic __ifunc for SPARC.Joseph Myers1-8/+2
2017-09-26powerpc: Regenerate ULPs for expf() and exp2f()Tulio Magno Quites Machado Filho1-8/+4
2017-09-26Fix ia64 executable stack default (bug 22156).Joseph Myers1-3/+2
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella37-35/+184