aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-18S390: Refactor strcpy ifunc handling.Stefan Liebler11-103/+142
2018-12-18S390: Refactor strnlen ifunc handling.Stefan Liebler8-21/+128
2018-12-18S390: Refactor strlen ifunc handling.Stefan Liebler8-20/+123
2018-12-18S390: Add z13 memmem ifunc variant.Stefan Liebler7-1/+228
2018-12-18S390: Add z13 strstr ifunc variant.Stefan Liebler7-1/+201
2018-12-18S390: Add z13 memmove ifunc variant.Stefan Liebler7-1/+230
2018-12-18S390: Add configure check to detect z13 as mininum architecture level set.Stefan Liebler4-0/+75
2018-12-18S390: Use memcpy for forward cases in memmove.Stefan Liebler2-0/+27
2018-12-18S390: Remove s390 specific implementation of bcopy.Stefan Liebler3-156/+5
2018-12-18S390: Refactor memcpy/mempcpy ifunc handling.Stefan Liebler10-195/+288
2018-12-18S390: Unify 31/64bit memcpy.Stefan Liebler10-281/+98
2018-12-18S390: Refactor memcmp ifunc handling.Stefan Liebler8-148/+223
2018-12-18S390: Unify 31/64bit memcmp.Stefan Liebler10-219/+78
2018-12-18S390: Implement bzero with memset.Stefan Liebler7-68/+100
2018-12-18S390: Refactor memset ifunc handling.Stefan Liebler8-146/+234
2018-12-18S390: Unify 31/64bit memset.Stefan Liebler10-230/+81
2018-12-18S390: Use hwcap instead of dl_hwcap in ifunc-resolvers.Stefan Liebler2-6/+12
2018-12-18S390: Add configure check to detect z10 as mininum architecture level set.Stefan Liebler4-0/+77
2018-12-18x86: Merge i386/x86_64 atomic-machine.hH.J. Lu3-621/+171
2018-12-18locale: Rewrite locale/gen-translit.pl in PythonFlorian Weimer10-2364/+1581
2018-12-18localedata: Remove executable bit from localedata/locales/bi_VU [BZ #23995]Florian Weimer2-0/+5
2018-12-18Fix __TIMERSIZE and @theglibcadj typosAlbert ARIBAUD (3ADEV)2-2/+2
2018-12-17Y2038: add function __localtime64Albert ARIBAUD (3ADEV)4-1/+157
2018-12-17Do not clobber r12 for ia64 syscalls.Joseph Myers2-1/+4
2018-12-17Add test that MAP_* constants agree with kernel.Joseph Myers4-4/+100
2018-12-17Add statx conditionals for wordsize-32 *xstat.cMao Han14-6/+186
2018-12-16regex: fix storage-exhaustion errorPaul Eggert2-0/+9
2018-12-16regex: fix heap-use-after-free errorAssaf Gordon2-0/+14
2018-12-15support: Do not require overflow builtin in support/blob_repeat.cFlorian Weimer2-3/+29
2018-12-14Remove x86 mathinline.h asinh, acosh, atanh inlines.Joseph Myers2-13/+7
2018-12-14manual: Document thread/task IDs for LinuxFlorian Weimer3-18/+56
2018-12-14Add tests for the long double version of ecvt and fcvtGabriel F. T. Gomes5-28/+128
2018-12-14Add missing libnss_testX.so requirement for tst-nss-test3.Stefan Liebler2-1/+5
2018-12-13Do not clobber sp in _hurd_stack_setup.Joseph Myers2-1/+6
2018-12-13x86: Add Hygon Dhyana support.Carlos O'Donell2-2/+8
2018-12-13Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861)Andreas Schwab4-2/+95
2018-12-13Reindent nptl/pthread_rwlock_common.cAndreas Schwab2-78/+84
2018-12-12Remove x86 mathinline.h hypot inline.Joseph Myers2-4/+5
2018-12-12benchtests: send non-consumable data to stderrLeonardo Sandoval2-3/+12
2018-12-12benchtests: include --stats parameterLeonardo Sandoval2-9/+27
2018-12-12benchtests: keep comparing even if function timings do not matchLeonardo Sandoval2-1/+6
2018-12-12timespec_get (posix): Fix copyright headerFlorian Weimer2-1/+6
2018-12-12powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho4-18/+46
2018-12-11Add *-ldbl.h headers to include/bitsGabriel F. T. Gomes7-0/+15
2018-12-11Remove redirection of _IO_vfprintfGabriel F. T. Gomes2-1/+4
2018-12-11Remove support for abilist-patternAndreas Schwab2-53/+9
2018-12-11Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy4-0/+71
2018-12-10test-container: move postclean outside of namespace changesDJ Delorie2-8/+43
2018-12-10Use gen-as-const.py to process .pysym files.Joseph Myers6-150/+38
2018-12-10Move tst-signal-numbers to Python.Joseph Myers6-147/+234