aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-14x86: Remove the default REP MOVSB threshold tunable value [BZ #27061]H.J. Lu1-2/+4
2020-12-12elf.h: Remove SHF_GNU_BUILD_NOTE.Mark Wielaard1-1/+0
2020-12-12elf.h: fix spelling typos in commentsDmitry V. Levin1-3/+3
2020-12-12Fix spelling and grammar in several commentsJonny Grant5-12/+11
2020-12-11malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]W. Hashimoto1-1/+4
2020-12-11elf: Fix dl-load.cSzabolcs Nagy1-15/+0
2020-12-11elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer3-2/+43
2020-12-11support: Add support_slibdir_prefix variableFlorian Weimer3-0/+10
2020-12-11aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]Szabolcs Nagy3-19/+43
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy6-18/+21
2020-12-11elf: Move note processing after l_phdr is updatedSzabolcs Nagy1-0/+15
2020-12-11aarch64: align address for BTI protection [BZ #26988]Szabolcs Nagy1-6/+8
2020-12-11aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy1-2/+15
2020-12-11Fix linknamespace errors in nss_database.c if build with -Os.Stefan Liebler1-2/+2
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin10-13/+13
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella36-745/+60
2020-12-10elf: Include <sys/param.h> in cache.cFlorian Weimer1-0/+1
2020-12-10s390x: Add glibc-hwcaps supportFlorian Weimer5-1/+186
2020-12-10elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer1-1/+1
2020-12-10Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request.Stefan Liebler4-2/+25
2020-12-09elf: Fix incorrect comparison in sort_priorities_by_nameFlorian Weimer1-1/+1
2020-12-09S390: Derive float_t from FLT_EVAL_METHODMarius Hillenbrand2-24/+7
2020-12-09Fix parsing of /sys/devices/system/cpu/online (bug 25859)Andreas Schwab1-2/+3
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers22-230/+8
2020-12-08Fixed typos in "NEWS for version 2.32"Paul Zimmermann1-10/+10
2020-12-08Add NEWS entry for CVE-2020-29562 (BZ #26923)Siddhesh Poyarekar1-0/+3
2020-12-07iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita3-13/+55
2020-12-06x86: Rename readelflib.cH.J. Lu2-4/+2
2020-12-04nsswitch: use new internal API (callers)DJ Delorie26-262/+88
2020-12-04nsswitch: user new internal API (tests)DJ Delorie7-1/+524
2020-12-04nsswitch: use new internal API (core)DJ Delorie8-845/+168
2020-12-04nss: Implement <nss_database.h>Florian Weimer5-1/+539
2020-12-04<nss_action.h>: New abstraction for combining NSS modules and NSS actionsFlorian Weimer4-1/+423
2020-12-04nss: Introduce <nss_module.h>Florian Weimer5-61/+467
2020-12-04Add scripts/move-symbol-to-libc.pyFlorian Weimer1-0/+217
2020-12-04powerpc64le: Add glibc-hwcaps supportFlorian Weimer5-1/+135
2020-12-04x86: Adjust tst-cpu-features-supports.c for GCC 11H.J. Lu1-5/+10
2020-12-04x86: Set RDRAND usable if CPU supports RDRANDH.J. Lu1-0/+1
2020-12-04elf: Add missing <stddef.h> header to elf/dl-hwcaps.hMatheus Castanho1-0/+1
2020-12-04lowlevellock-futex: Remove not used macrosLukasz Majewski1-43/+0
2020-12-04futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski1-61/+0
2020-12-04y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski3-29/+50
2020-12-04symbols: Add defines for libanl's libanl_hidden_{def|proto}Lukasz Majewski1-0/+8
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer5-1/+192
2020-12-04elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer10-3/+508
2020-12-04elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer4-53/+427
2020-12-04elf: Implement tail merging of strings in ldconfigFlorian Weimer2-39/+40
2020-12-04elf: Implement a string table for ldconfig, with tail mergingFlorian Weimer5-1/+488
2020-12-04elf: Add extension mechanism to ld.so.cacheFlorian Weimer2-1/+211
2020-12-04elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer3-2/+93