summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nptl: Split libpthread-routines into one routine per linefw/libpthreadFlorian Weimer2020-12-141-87/+152
* nptl: Remove set*id, set*gid functions which are not builtFlorian Weimer2020-12-149-28/+0
* elf.h: Remove SHF_GNU_BUILD_NOTE.Mark Wielaard2020-12-121-1/+0
* elf.h: fix spelling typos in commentsDmitry V. Levin2020-12-121-3/+3
* Fix spelling and grammar in several commentsJonny Grant2020-12-125-12/+11
* malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]W. Hashimoto2020-12-111-1/+4
* elf: Fix dl-load.cSzabolcs Nagy2020-12-111-15/+0
* elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer2020-12-113-2/+43
* support: Add support_slibdir_prefix variableFlorian Weimer2020-12-113-0/+10
* aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]Szabolcs Nagy2020-12-113-19/+43
* elf: Pass the fd to note processingSzabolcs Nagy2020-12-116-18/+21
* elf: Move note processing after l_phdr is updatedSzabolcs Nagy2020-12-111-0/+15
* aarch64: align address for BTI protection [BZ #26988]Szabolcs Nagy2020-12-111-6/+8
* aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy2020-12-111-2/+15
* Fix linknamespace errors in nss_database.c if build with -Os.Stefan Liebler2020-12-111-2/+2
* treewide: fix incorrect spelling of indices in commentsDmitry V. Levin2020-12-1110-13/+13
* linux: Consolidate brk implementationAdhemerval Zanella2020-12-1036-745/+60
* elf: Include <sys/param.h> in cache.cFlorian Weimer2020-12-101-0/+1
* s390x: Add glibc-hwcaps supportFlorian Weimer2020-12-105-1/+186
* elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer2020-12-101-1/+1
* Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request.Stefan Liebler2020-12-104-2/+25
* elf: Fix incorrect comparison in sort_priorities_by_nameFlorian Weimer2020-12-091-1/+1
* S390: Derive float_t from FLT_EVAL_METHODMarius Hillenbrand2020-12-092-24/+7
* Fix parsing of /sys/devices/system/cpu/online (bug 25859)Andreas Schwab2020-12-091-2/+3
* Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers2020-12-0822-230/+8
* Fixed typos in "NEWS for version 2.32"Paul Zimmermann2020-12-081-10/+10
* Add NEWS entry for CVE-2020-29562 (BZ #26923)Siddhesh Poyarekar2020-12-081-0/+3
* iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita2020-12-073-13/+55
* x86: Rename readelflib.cH.J. Lu2020-12-062-4/+2
* nsswitch: use new internal API (callers)DJ Delorie2020-12-0426-262/+88
* nsswitch: user new internal API (tests)DJ Delorie2020-12-047-1/+524
* nsswitch: use new internal API (core)DJ Delorie2020-12-048-845/+168
* nss: Implement <nss_database.h>Florian Weimer2020-12-045-1/+539
* <nss_action.h>: New abstraction for combining NSS modules and NSS actionsFlorian Weimer2020-12-044-1/+423
* nss: Introduce <nss_module.h>Florian Weimer2020-12-045-61/+467
* Add scripts/move-symbol-to-libc.pyFlorian Weimer2020-12-041-0/+217
* powerpc64le: Add glibc-hwcaps supportFlorian Weimer2020-12-045-1/+135
* x86: Adjust tst-cpu-features-supports.c for GCC 11H.J. Lu2020-12-041-5/+10
* x86: Set RDRAND usable if CPU supports RDRANDH.J. Lu2020-12-041-0/+1
* elf: Add missing <stddef.h> header to elf/dl-hwcaps.hMatheus Castanho2020-12-041-0/+1
* lowlevellock-futex: Remove not used macrosLukasz Majewski2020-12-041-43/+0
* futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski2020-12-041-61/+0
* y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski2020-12-043-29/+50
* symbols: Add defines for libanl's libanl_hidden_{def|proto}Lukasz Majewski2020-12-041-0/+8
* x86_64: Add glibc-hwcaps supportFlorian Weimer2020-12-045-1/+192
* elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer2020-12-0410-3/+508
* elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer2020-12-044-53/+427
* elf: Implement tail merging of strings in ldconfigFlorian Weimer2020-12-042-39/+40
* elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer2020-12-045-1/+488
* elf: Add extension mechanism to ld.so.cacheFlorian Weimer2020-12-042-1/+211