aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-27libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]Florian Weimer1-0/+5
2019-11-27ldbl-128ibm-compat: Add syslog functionsGabriel F. T. Gomes10-1/+163
2019-11-27ldbl-128ibm-compat: Add obstack printing functionsGabriel F. T. Gomes12-1/+209
2019-11-27ldbl-128ibm-compat: Reuse tests for err.h and error.h functionsGabriel F. T. Gomes1-0/+15
2019-11-27ldbl-128ibm-compat: Add error.h functionsGabriel F. T. Gomes3-1/+56
2019-11-27ldbl-128ibm-compat: Add err.h functionsGabriel F. T. Gomes3-0/+106
2019-11-27ldbl-128ibm-compat: Add argp_error and argp_failureGabriel F. T. Gomes3-0/+59
2019-11-27sparc: Use atomic compiler builtins on sparcAdhemerval Zanella16-1032/+166
2019-11-27Remove 32 bit sparc v7 supportAdhemerval Zanella26-2708/+418
2019-11-27S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B...Stefan Liebler2-7/+36
2019-11-26nptl: Fix __PTHREAD_MUTEX_INITIALIZER for !__PTHREAD_MUTEX_HAVE_PREVAdhemerval Zanella1-1/+1
2019-11-26Compile elf/rtld.c with -fno-tree-loop-distribute-patterns.Sandra Loosemore1-0/+6
2019-11-26hppa: Remove unrequired nptl headersAdhemerval Zanella1-1171/+0
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella12-74/+26
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella9-320/+17
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella31-434/+625
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella26-261/+417
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella17-46/+7
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella18-0/+78
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella19-94/+6
2019-11-26locale: Greek -> ASCII transliteration table [BZ #12031]Egor Kobylkin1-0/+135
2019-11-26ru_UA locale: use copy "ru_RU" in LC_TIME (bug 25044)Rafał Lużyński1-69/+1
2019-11-26sysdeps/posix/getaddrinfo: Return early on invalid address familyTim Rühsen1-22/+18
2019-11-26sysdeps/posix: Simplify if expression in getaddrinfoTim Rühsen1-1/+1
2019-11-26Use Linux 5.4 in build-many-glibcs.py.Joseph Myers1-1/+1
2019-11-25arm: Fix armv7 selection after 'Split BE/LE abilist'Adhemerval Zanella5-0/+5
2019-11-22ldbl-128ibm-compat: Add wide character scanning functionsGabriel F. T. Gomes11-1/+248
2019-11-22ldbl-128ibm-compat: Add regular character scanning functionsGabriel F. T. Gomes13-3/+421
2019-11-22ldbl-128ibm-compat: Test positional argumentsGabriel F. T. Gomes4-4/+38
2019-11-22ldbl-128ibm-compat: Test double valuesGabriel F. T. Gomes4-110/+117
2019-11-22ldbl-128ibm-compat: Add wide character, fortified printing functionsGabriel F. T. Gomes13-1/+357
2019-11-22ldbl-128ibm-compat: Add regular character, fortified printing functionsGabriel F. T. Gomes19-0/+649
2019-11-22ldbl-128ibm-compat: Add wide character printing functionsGabriel F. T. Gomes11-1/+321
2019-11-22ldbl-128ibm-compat: Add regular character printing functionsGabriel F. T. Gomes17-1/+603
2019-11-22Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes3-9/+2
2019-11-22misc: Set generic pselect as ENOSYSAdhemerval Zanella3-76/+80
2019-11-22Remove duplicate inline implementation of issignalingfPaul A. Clarke2-11/+2
2019-11-21Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez2-13/+7
2019-11-21Enable inlining issignalingf within glibcPaul A. Clarke2-29/+53
2019-11-21Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer2-1/+5
2019-11-21rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki2-2/+7
2019-11-16Enhance _dl_catch_exception to allow disabling exception handlingFlorian Weimer2-1/+15
2019-11-16hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]Florian Weimer1-0/+9
2019-11-15linux: Add comment on affinity set sizes to tst-skeleton-affinity.cFlorian Weimer1-0/+5
2019-11-15Avoid zero-length array at the end of struct link_map [BZ #25097]Florian Weimer2-12/+23
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer10-45/+78
2019-11-15Properly initialize audit cookie for the dynamic loader [BZ #25157]Florian Weimer13-9/+290
2019-11-14nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)Florian Weimer1-0/+9
2019-11-13Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]Florian Weimer4-63/+52
2019-11-13Add new script for plotting string benchmark JSON outputKrzysztof Koch1-0/+395