about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Hide internal fadvise64/fallocate64 functions [BZ #18822]H.J. Lu2017-10-012-0/+4
* Hide internal __sched_setaffinity_new function [BZ #18822]H.J. Lu2017-10-011-0/+4
* Hide internal __glob64 function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal __new_getrlimit function [BZ #18822]H.J. Lu2017-10-011-1/+2
* Hide internal __tcgetattr function [BZ #18822]H.J. Lu2017-10-012-0/+2
* Hide internal __setrlimit function [BZ #18822]H.J. Lu2017-10-013-0/+5
* Hide internal __ifreq function [BZ #18822]H.J. Lu2017-10-012-24/+0
* Hide internal idna functions [BZ #18822]H.J. Lu2017-10-011-4/+1
* Hide internal __get_sol function [BZ #18822]H.J. Lu2017-10-013-4/+22
* Hide internal __bsd_getpt function [BZ #18822]H.J. Lu2017-10-011-1/+1
* Hide internal __sysinfo function [BZ #18822]H.J. Lu2017-10-011-1/+1
* 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