about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* S390: Refactor stpcpy ifunc handling.Stefan Liebler2018-12-187-26/+118
* S390: Refactor strcpy ifunc handling.Stefan Liebler2018-12-1810-103/+123
* S390: Refactor strnlen ifunc handling.Stefan Liebler2018-12-187-21/+113
* S390: Refactor strlen ifunc handling.Stefan Liebler2018-12-187-20/+108
* S390: Add z13 memmem ifunc variant.Stefan Liebler2018-12-186-1/+218
* S390: Add z13 strstr ifunc variant.Stefan Liebler2018-12-186-1/+191
* S390: Add z13 memmove ifunc variant.Stefan Liebler2018-12-186-1/+217
* S390: Add configure check to detect z13 as mininum architecture level set.Stefan Liebler2018-12-182-0/+66
* S390: Use memcpy for forward cases in memmove.Stefan Liebler2018-12-181-0/+23
* S390: Remove s390 specific implementation of bcopy.Stefan Liebler2018-12-182-156/+0
* S390: Refactor memcpy/mempcpy ifunc handling.Stefan Liebler2018-12-189-195/+265
* S390: Unify 31/64bit memcpy.Stefan Liebler2018-12-189-281/+81
* S390: Refactor memcmp ifunc handling.Stefan Liebler2018-12-187-148/+204
* S390: Unify 31/64bit memcmp.Stefan Liebler2018-12-189-219/+60
* S390: Implement bzero with memset.Stefan Liebler2018-12-186-68/+89
* S390: Refactor memset ifunc handling.Stefan Liebler2018-12-187-146/+215
* S390: Unify 31/64bit memset.Stefan Liebler2018-12-189-230/+63
* S390: Use hwcap instead of dl_hwcap in ifunc-resolvers.Stefan Liebler2018-12-181-6/+6
* S390: Add configure check to detect z10 as mininum architecture level set.Stefan Liebler2018-12-182-0/+68
* x86: Merge i386/x86_64 atomic-machine.hH.J. Lu2018-12-182-621/+165
* Do not clobber r12 for ia64 syscalls.Joseph Myers2018-12-171-1/+1
* Add test that MAP_* constants agree with kernel.Joseph Myers2018-12-172-0/+74
* Add statx conditionals for wordsize-32 *xstat.cMao Han2018-12-1713-6/+169
* Remove x86 mathinline.h asinh, acosh, atanh inlines.Joseph Myers2018-12-141-13/+0
* Do not clobber sp in _hurd_stack_setup.Joseph Myers2018-12-131-1/+1
* x86: Add Hygon Dhyana support.Carlos O'Donell2018-12-131-2/+3
* Remove x86 mathinline.h hypot inline.Joseph Myers2018-12-121-4/+0
* timespec_get (posix): Fix copyright headerFlorian Weimer2018-12-121-1/+1
* powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho2018-12-123-18/+38
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-111-0/+12
* Move tst-signal-numbers to Python.Joseph Myers2018-12-103-90/+55
* Enable VDSO for static linking on mipsRafael Ávila de Espíndola2018-12-105-10/+13
* compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2018-12-102-3/+17
* Move *-le.abilist to le/*.abilistAndreas Schwab2018-12-1027-4/+0
* Fix potential stack overflow [BZ #23490]Paul Pluzhnikov2018-12-081-2/+2
* hurd: Fix linknamespace of spawniSamuel Thibault2018-12-071-2/+2
* Add getcpuH.J. Lu2018-12-0731-1/+83
* hurd: Implement support for posix_spawn_file_actions_addfchdir_npSamuel Thibault2018-12-071-0/+44
* posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer2018-12-0729-0/+37
* Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-054-276/+238
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-053-23/+23
* Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg2018-12-051-1/+1
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-10/+11
* Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-130/+121
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-053-4/+23
* Enable VDSO for static linking on armRafael Ávila de Espíndola2018-12-033-10/+8
* posix: Fix segfault in maybe_script_executeAdhemerval Zanella2018-12-031-1/+1
* x86: Extend CPUID support in struct cpu_featuresH.J. Lu2018-12-036-245/+1249
* htl: Fix comparing attr with default valuesSamuel Thibault2018-12-014-4/+4
* Mutex: Add pthread mutex tunablesKemi Wang2018-12-012-0/+49