about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* WIP dlopen NODELETE test fw/dlopen-nodelete-relocFlorian Weimer2019-12-0317-2/+789
* elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer2019-12-029-10/+114
* elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.soFlorian Weimer2019-12-021-2/+5
* hurd: Fix ld.so __access override from libcSamuel Thibault2019-12-016-6/+10
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-017-6/+11
* hurd: Make __sigprocmask GLIBC_PRIVATESamuel Thibault2019-12-013-6/+4
* hurd: Fix renameat2 errorSamuel Thibault2019-12-011-0/+2
* hurd: make strerror(0) coherent with other portsSamuel Thibault2019-12-011-1/+1
* hurd: Fix ld.so linkSamuel Thibault2019-12-015-5/+17
* Update kernel version to 5.4 in tst-mman-consts.py.Joseph Myers2019-11-291-1/+1
* Update SOMAXCONN value from Linux 5.4.Joseph Myers2019-11-291-1/+1
* Update syscall-names.list for Linux 5.4.Joseph Myers2019-11-281-2/+2
* Fix syntax error in build-many-glibcs.py.Joseph Myers2019-11-281-1/+1
* Define MADV_COLD and MADV_PAGEOUT from Linux 5.4.Joseph Myers2019-11-281-0/+2
* Move _dl_open_check to its original place in dl_open_workerFlorian Weimer2019-11-271-6/+2
* Block signals during the initial part of dlopenFlorian Weimer2019-11-271-2/+26
* Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer2019-11-2710-38/+328
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-11-274-131/+258
* Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer2019-11-272-49/+114
* Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer2019-11-277-21/+216
* resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer2019-11-2711-1/+253
* dlsym: Do not determine caller link map if not neededFlorian Weimer2019-11-271-4/+21
* libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]Florian Weimer2019-11-271-0/+5
* ldbl-128ibm-compat: Add syslog functionsGabriel F. T. Gomes2019-11-2710-1/+163
* ldbl-128ibm-compat: Add obstack printing functionsGabriel F. T. Gomes2019-11-2712-1/+209
* ldbl-128ibm-compat: Reuse tests for err.h and error.h functionsGabriel F. T. Gomes2019-11-271-0/+15
* ldbl-128ibm-compat: Add error.h functionsGabriel F. T. Gomes2019-11-273-1/+56
* ldbl-128ibm-compat: Add err.h functionsGabriel F. T. Gomes2019-11-273-0/+106
* ldbl-128ibm-compat: Add argp_error and argp_failureGabriel F. T. Gomes2019-11-273-0/+59
* sparc: Use atomic compiler builtins on sparcAdhemerval Zanella2019-11-2716-1032/+166
* Remove 32 bit sparc v7 supportAdhemerval Zanella2019-11-2726-2708/+418
* S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B...Stefan Liebler2019-11-272-7/+36
* nptl: Fix __PTHREAD_MUTEX_INITIALIZER for !__PTHREAD_MUTEX_HAVE_PREVAdhemerval Zanella2019-11-261-1/+1
* Compile elf/rtld.c with -fno-tree-loop-distribute-patterns.Sandra Loosemore2019-11-261-0/+6
* hppa: Remove unrequired nptl headersAdhemerval Zanella2019-11-261-1171/+0
* nptl: Add default pthread-offsets.hAdhemerval Zanella2019-11-2612-74/+26
* nptl: Add default pthreadtypes-arch.hAdhemerval Zanella2019-11-269-320/+17
* nptl: Add struct_rwlock.hAdhemerval Zanella2019-11-2631-434/+625
* nptl: Add struct_mutex.hAdhemerval Zanella2019-11-2626-261/+417
* nptl: Remove rwlock elision definitionsAdhemerval Zanella2019-11-2617-46/+7
* nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella2019-11-2618-0/+78
* nptl: Cleanup mutex internal offset testsAdhemerval Zanella2019-11-2619-94/+6
* locale: Greek -> ASCII transliteration table [BZ #12031]Egor Kobylkin2019-11-261-0/+135
* ru_UA locale: use copy "ru_RU" in LC_TIME (bug 25044)Rafał Lużyński2019-11-261-69/+1
* sysdeps/posix/getaddrinfo: Return early on invalid address familyTim Rühsen2019-11-261-22/+18
* sysdeps/posix: Simplify if expression in getaddrinfoTim Rühsen2019-11-261-1/+1
* Use Linux 5.4 in build-many-glibcs.py.Joseph Myers2019-11-261-1/+1
* arm: Fix armv7 selection after 'Split BE/LE abilist'Adhemerval Zanella2019-11-255-0/+5
* ldbl-128ibm-compat: Add wide character scanning functionsGabriel F. T. Gomes2019-11-2211-1/+248
* ldbl-128ibm-compat: Add regular character scanning functionsGabriel F. T. Gomes2019-11-2213-3/+421