aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2018-12-18S390: Refactor strspn ifunc handling.Stefan Liebler7-20/+110
2018-12-18S390: Refactor strrchr ifunc handling.Stefan Liebler7-22/+113
2018-12-18S390: Refactor strchrnul ifunc handling.Stefan Liebler7-19/+106
2018-12-18S390: Refactor strchr ifunc handling.Stefan Liebler7-22/+113
2018-12-18S390: Refactor strncmp ifunc handling.Stefan Liebler7-20/+110
2018-12-18S390: Refactor strcmp ifunc handling.Stefan Liebler10-104/+119
2018-12-18S390: Refactor strncat ifunc handling.Stefan Liebler7-16/+108
2018-12-18S390: Refactor strcat ifunc handling.Stefan Liebler7-21/+108
2018-12-18S390: Refactor stpncpy ifunc handling.Stefan Liebler7-22/+113
2018-12-18S390: Refactor strncpy ifunc handling.Stefan Liebler10-66/+123
2018-12-18S390: Refactor stpcpy ifunc handling.Stefan Liebler7-26/+118
2018-12-18S390: Refactor strcpy ifunc handling.Stefan Liebler10-103/+123
2018-12-18S390: Refactor strnlen ifunc handling.Stefan Liebler7-21/+113
2018-12-18S390: Refactor strlen ifunc handling.Stefan Liebler7-20/+108
2018-12-18S390: Add z13 memmem ifunc variant.Stefan Liebler6-1/+218
2018-12-18S390: Add z13 strstr ifunc variant.Stefan Liebler6-1/+191
2018-12-18S390: Add z13 memmove ifunc variant.Stefan Liebler6-1/+217
2018-12-18S390: Add configure check to detect z13 as mininum architecture level set.Stefan Liebler2-0/+66
2018-12-18S390: Use memcpy for forward cases in memmove.Stefan Liebler1-0/+23
2018-12-18S390: Remove s390 specific implementation of bcopy.Stefan Liebler2-156/+0
2018-12-18S390: Refactor memcpy/mempcpy ifunc handling.Stefan Liebler9-195/+265
2018-12-18S390: Unify 31/64bit memcpy.Stefan Liebler9-281/+81
2018-12-18S390: Refactor memcmp ifunc handling.Stefan Liebler7-148/+204
2018-12-18S390: Unify 31/64bit memcmp.Stefan Liebler9-219/+60
2018-12-18S390: Implement bzero with memset.Stefan Liebler6-68/+89
2018-12-18S390: Refactor memset ifunc handling.Stefan Liebler7-146/+215
2018-12-18S390: Unify 31/64bit memset.Stefan Liebler9-230/+63
2018-12-18S390: Use hwcap instead of dl_hwcap in ifunc-resolvers.Stefan Liebler1-6/+6
2018-12-18S390: Add configure check to detect z10 as mininum architecture level set.Stefan Liebler2-0/+68
2018-12-18x86: Merge i386/x86_64 atomic-machine.hH.J. Lu2-621/+165
2018-12-17Do not clobber r12 for ia64 syscalls.Joseph Myers1-1/+1
2018-12-17Add test that MAP_* constants agree with kernel.Joseph Myers2-0/+74
2018-12-17Add statx conditionals for wordsize-32 *xstat.cMao Han13-6/+169
2018-12-14Remove x86 mathinline.h asinh, acosh, atanh inlines.Joseph Myers1-13/+0
2018-12-13Do not clobber sp in _hurd_stack_setup.Joseph Myers1-1/+1
2018-12-13x86: Add Hygon Dhyana support.Carlos O'Donell1-2/+3
2018-12-12Remove x86 mathinline.h hypot inline.Joseph Myers1-4/+0
2018-12-12timespec_get (posix): Fix copyright headerFlorian Weimer1-1/+1
2018-12-12powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho3-18/+38
2018-12-11Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy1-0/+12
2018-12-10Move tst-signal-numbers to Python.Joseph Myers3-90/+55
2018-12-10Enable VDSO for static linking on mipsRafael Ávila de Espíndola5-10/+13
2018-12-10compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2-3/+17
2018-12-10Move *-le.abilist to le/*.abilistAndreas Schwab27-4/+0
2018-12-08Fix potential stack overflow [BZ #23490]Paul Pluzhnikov1-2/+2
2018-12-07hurd: Fix linknamespace of spawniSamuel Thibault1-2/+2
2018-12-07Add getcpuH.J. Lu31-1/+83
2018-12-07hurd: Implement support for posix_spawn_file_actions_addfchdir_npSamuel Thibault1-0/+44
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer29-0/+37
2018-12-05Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg4-276/+238