about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reindent nptl/pthread_rwlock_common.cAndreas Schwab2018-12-132-78/+84
* Remove x86 mathinline.h hypot inline.Joseph Myers2018-12-122-4/+5
* benchtests: send non-consumable data to stderrLeonardo Sandoval2018-12-122-3/+12
* benchtests: include --stats parameterLeonardo Sandoval2018-12-122-9/+27
* benchtests: keep comparing even if function timings do not matchLeonardo Sandoval2018-12-122-1/+6
* timespec_get (posix): Fix copyright headerFlorian Weimer2018-12-122-1/+6
* powerpc: Add missing CFI register information (bug #23614)Tulio Magno Quites Machado Filho2018-12-124-18/+46
* Add *-ldbl.h headers to include/bitsGabriel F. T. Gomes2018-12-117-0/+15
* Remove redirection of _IO_vfprintfGabriel F. T. Gomes2018-12-112-1/+4
* Remove support for abilist-patternAndreas Schwab2018-12-112-53/+9
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-114-0/+71
* test-container: move postclean outside of namespace changesDJ Delorie2018-12-102-8/+43
* Use gen-as-const.py to process .pysym files.Joseph Myers2018-12-106-150/+38
* Move tst-signal-numbers to Python.Joseph Myers2018-12-106-147/+234
* Enable VDSO for static linking on mipsRafael Ávila de Espíndola2018-12-106-10/+25
* compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2018-12-103-3/+27
* Move *-le.abilist to le/*.abilistAndreas Schwab2018-12-1028-4/+8
* Update timezone code from tzcode 2018g.Joseph Myers2018-12-106-337/+607
* Fix potential stack overflow [BZ #23490]Paul Pluzhnikov2018-12-082-2/+8
* malloc: Add another test for tcache double free check.DJ Delorie2018-12-073-1/+63
* Don't use __typeof__ (getcpu)H.J. Lu2018-12-072-1/+7
* Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes2018-12-073-3/+41
* hurd: Fix linknamespace of spawniSamuel Thibault2018-12-074-3/+16
* Add getcpuH.J. Lu2018-12-0735-1/+152