about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Hide internal signal functions [BZ #18822]H.J. Lu2017-10-0110-0/+10
* Hide internal __mremap function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal __ioctl function [BZ #18822]H.J. Lu2017-10-015-0/+5
* Hide internal sysinfo functions [BZ #18822]H.J. Lu2017-10-012-0/+8
* Mark internal netlink functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-4/+6
* Hide __readv and __writev [BZ #18822]H.J. Lu2017-10-014-0/+6
* Mark internal dirent functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-014-0/+4
* Mark internal statfs functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-4/+8
* Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-012-6/+0
* Mark __internal_statvfs[64] with attribute_hidden [BZ #18822]H.J. Lu2017-10-016-23/+31
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-014-6/+10
* Fix return pointer save and PIC register restore in __getcontext andJohn David Anglin2017-10-012-1/+5
* Fix hppa text relocations in libc.soJohn David Anglin2017-09-301-0/+5
* Use libm_alias_double for some dbl-64 functions.Joseph Myers2017-09-2940-206/+52
* arm: Update elf_machine_load_address for static PIEH.J. Lu2017-09-291-1/+11
* mips: Update elf_machine_load_address for static PIEH.J. Lu2017-09-291-0/+5
* arm: Check PIC instead of SHARED in start.SH.J. Lu2017-09-291-2/+2
* Update x86_64 libm-test-ulps.Joseph Myers2017-09-291-2/+2
* Use fabs(f/l) rather than __fabsWilco Dijkstra2017-09-2912-11/+14
* New generic powfSzabolcs Nagy2017-09-296-199/+264
* New generic log2fSzabolcs Nagy2017-09-296-73/+133
* New generic logfSzabolcs Nagy2017-09-296-73/+134
* x86: Allow undefined _DYNAMIC in static executableH.J. Lu2017-09-282-4/+18
* Remove ancient __signbit inlinesWilco Dijkstra2017-09-289-436/+0
* Simplify C99 isgreater macrosWilco Dijkstra2017-09-285-286/+0
* AArch64: update libm-test-ulpsSzabolcs Nagy2017-09-281-2/+8
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-284-10/+10
* Update sysdeps/unix/sysv/linux/ifaddrs.cH.J. Lu2017-09-271-0/+2
* hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault2017-09-281-0/+2
* hurd: Fix `seekdir' symbol exposition from `rewinddir'Samuel Thibault2017-09-282-3/+4
* hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault2017-09-282-2/+4
* hurd: Fix dirfd symbol exposition from ftwSamuel Thibault2017-09-282-2/+6
* Fix make-syscalls.sh VDSO support for GCC 8.Joseph Myers2017-09-261-10/+8
* Use generic __ifunc for SPARC.Joseph Myers2017-09-261-8/+2
* powerpc: Regenerate ULPs for expf() and exp2f()Tulio Magno Quites Machado Filho2017-09-261-8/+4
* Fix ia64 executable stack default (bug 22156).Joseph Myers2017-09-261-3/+2
* posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella2017-09-2537-35/+184
* Fix typo in sincos32.h inclusion guard.Stefan Liebler2017-09-251-1/+1
* New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2017-09-2528-2/+92
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-2513-566/+400
* hurd: Fix exposition of s/gettimeofday through timespec_s/getSamuel Thibault2017-09-252-3/+3
* hurd: Fix bits/socket.h conformitySamuel Thibault2017-09-241-9/+16
* hurd: Make sure dl-sysdep.c defines proper symbol namesSamuel Thibault2017-09-241-7/+25
* Use libm_alias_float in flt-32.Joseph Myers2017-09-2240-39/+73
* Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2017-09-212-10/+2
* ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes2017-09-216-2253/+2241
* ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes2017-09-216-12/+3814
* powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes2017-09-213-0/+27
* powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes2017-09-211-0/+3
* Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers2017-09-207-2/+116