about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* S390: Refactor memchr ifunc handling.Stefan Liebler2018-12-1811-105/+146
* S390: Refactor strcspn ifunc handling.Stefan Liebler2018-12-188-21/+126
* S390: Refactor strpbrk ifunc handling.Stefan Liebler2018-12-188-21/+126
* S390: Refactor strspn ifunc handling.Stefan Liebler2018-12-188-20/+125
* S390: Refactor strrchr ifunc handling.Stefan Liebler2018-12-188-22/+128
* S390: Refactor strchrnul ifunc handling.Stefan Liebler2018-12-188-19/+121
* S390: Refactor strchr ifunc handling.Stefan Liebler2018-12-188-22/+128
* S390: Refactor strncmp ifunc handling.Stefan Liebler2018-12-188-20/+125
* S390: Refactor strcmp ifunc handling.Stefan Liebler2018-12-1811-104/+138
* S390: Refactor strncat ifunc handling.Stefan Liebler2018-12-188-16/+123
* S390: Refactor strcat ifunc handling.Stefan Liebler2018-12-188-21/+123
* S390: Refactor stpncpy ifunc handling.Stefan Liebler2018-12-188-22/+128
* S390: Refactor strncpy ifunc handling.Stefan Liebler2018-12-1811-66/+144
* S390: Refactor stpcpy ifunc handling.Stefan Liebler2018-12-188-26/+133
* S390: Refactor strcpy ifunc handling.Stefan Liebler2018-12-1811-103/+142
* S390: Refactor strnlen ifunc handling.Stefan Liebler2018-12-188-21/+128
* S390: Refactor strlen ifunc handling.Stefan Liebler2018-12-188-20/+123
* S390: Add z13 memmem ifunc variant.Stefan Liebler2018-12-187-1/+228
* S390: Add z13 strstr ifunc variant.Stefan Liebler2018-12-187-1/+201
* S390: Add z13 memmove ifunc variant.Stefan Liebler2018-12-187-1/+230
* S390: Add configure check to detect z13 as mininum architecture level set.Stefan Liebler2018-12-184-0/+75
* S390: Use memcpy for forward cases in memmove.Stefan Liebler2018-12-182-0/+27
* S390: Remove s390 specific implementation of bcopy.Stefan Liebler2018-12-183-156/+5
* S390: Refactor memcpy/mempcpy ifunc handling.Stefan Liebler2018-12-1810-195/+288
* S390: Unify 31/64bit memcpy.Stefan Liebler2018-12-1810-281/+98
* S390: Refactor memcmp ifunc handling.Stefan Liebler2018-12-188-148/+223
* S390: Unify 31/64bit memcmp.Stefan Liebler2018-12-1810-219/+78
* S390: Implement bzero with memset.Stefan Liebler2018-12-187-68/+100
* S390: Refactor memset ifunc handling.Stefan Liebler2018-12-188-146/+234
* S390: Unify 31/64bit memset.Stefan Liebler2018-12-1810-230/+81
* S390: Use hwcap instead of dl_hwcap in ifunc-resolvers.Stefan Liebler2018-12-182-6/+12
* S390: Add configure check to detect z10 as mininum architecture level set.Stefan Liebler2018-12-184-0/+77
* x86: Merge i386/x86_64 atomic-machine.hH.J. Lu2018-12-183-621/+171
* locale: Rewrite locale/gen-translit.pl in PythonFlorian Weimer2018-12-1810-2364/+1581
* localedata: Remove executable bit from localedata/locales/bi_VU [BZ #23995]Florian Weimer2018-12-182-0/+5
* Fix __TIMERSIZE and @theglibcadj typosAlbert ARIBAUD (3ADEV)2018-12-182-2/+2
* Y2038: add function __localtime64Albert ARIBAUD (3ADEV)2018-12-174-1/+157
* Do not clobber r12 for ia64 syscalls.Joseph Myers2018-12-172-1/+4
* Add test that MAP_* constants agree with kernel.Joseph Myers2018-12-174-4/+100
* Add statx conditionals for wordsize-32 *xstat.cMao Han2018-12-1714-6/+186
* regex: fix storage-exhaustion errorPaul Eggert2018-12-162-0/+9
* regex: fix heap-use-after-free errorAssaf Gordon2018-12-162-0/+14
* support: Do not require overflow builtin in support/blob_repeat.cFlorian Weimer2018-12-152-3/+29
* Remove x86 mathinline.h asinh, acosh, atanh inlines.Joseph Myers2018-12-142-13/+7
* manual: Document thread/task IDs for LinuxFlorian Weimer2018-12-143-18/+56
* Add tests for the long double version of ecvt and fcvtGabriel F. T. Gomes2018-12-145-28/+128
* Add missing libnss_testX.so requirement for tst-nss-test3.Stefan Liebler2018-12-142-1/+5
* Do not clobber sp in _hurd_stack_setup.Joseph Myers2018-12-132-1/+6
* x86: Add Hygon Dhyana support.Carlos O'Donell2018-12-132-2/+8
* Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab2018-12-134-2/+95