aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-29elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]fw/bug24214Florian Weimer9-10/+114
2019-11-28Update syscall-names.list for Linux 5.4.Joseph Myers1-2/+2
2019-11-28Fix syntax error in build-many-glibcs.py.Joseph Myers1-1/+1
2019-11-28Define MADV_COLD and MADV_PAGEOUT from Linux 5.4.Joseph Myers1-0/+2
2019-11-27Move _dl_open_check to its original place in dl_open_workerFlorian Weimer1-6/+2
2019-11-27Block signals during the initial part of dlopenFlorian Weimer1-2/+26
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer10-38/+328
2019-11-27Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer4-131/+258
2019-11-27Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer2-49/+114
2019-11-27Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer7-21/+216
2019-11-27resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer11-1/+253
2019-11-27dlsym: Do not determine caller link map if not neededFlorian Weimer1-4/+21
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