summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-16hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault
2020-12-15Use Linux 5.10 in build-many-glibcs.py.Joseph Myers
2020-12-15elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer
2020-12-15Use GMP 6.2.1 in build-many-glibcs.py.Joseph Myers
2020-12-15aarch64: remove the strlen_asimd symbolSzabolcs Nagy
2020-12-15aarch64: fix static PIE start code for BTI [BZ #27068]Guillaume Gardet
2020-12-15elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy
2020-12-15elf: inline lose for error handlingSzabolcs Nagy
2020-12-14Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers
2020-12-14nsswitch: handle missing actions properlyDJ Delorie
2020-12-14x86: Remove the default REP MOVSB threshold tunable value [BZ #27061]H.J. Lu
2020-12-12elf.h: Remove SHF_GNU_BUILD_NOTE.Mark Wielaard
2020-12-12elf.h: fix spelling typos in commentsDmitry V. Levin
2020-12-12Fix spelling and grammar in several commentsJonny Grant
2020-12-11malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]W. Hashimoto
2020-12-11elf: Fix dl-load.cSzabolcs Nagy
2020-12-11elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer
2020-12-11support: Add support_slibdir_prefix variableFlorian Weimer
2020-12-11aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]Szabolcs Nagy
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy
2020-12-11elf: Move note processing after l_phdr is updatedSzabolcs Nagy
2020-12-11aarch64: align address for BTI protection [BZ #26988]Szabolcs Nagy
2020-12-11aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy
2020-12-11Fix linknamespace errors in nss_database.c if build with -Os.Stefan Liebler
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella
2020-12-10elf: Include <sys/param.h> in cache.cFlorian Weimer
2020-12-10s390x: Add glibc-hwcaps supportFlorian Weimer
2020-12-10elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer
2020-12-10Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request.Stefan Liebler
2020-12-09elf: Fix incorrect comparison in sort_priorities_by_nameFlorian Weimer
2020-12-09S390: Derive float_t from FLT_EVAL_METHODMarius Hillenbrand
2020-12-09Fix parsing of /sys/devices/system/cpu/online (bug 25859)Andreas Schwab
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers
2020-12-08Fixed typos in "NEWS for version 2.32"Paul Zimmermann
2020-12-08Add NEWS entry for CVE-2020-29562 (BZ #26923)Siddhesh Poyarekar
2020-12-07iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita
2020-12-06x86: Rename readelflib.cH.J. Lu
2020-12-04nsswitch: use new internal API (callers)DJ Delorie
2020-12-04nsswitch: user new internal API (tests)DJ Delorie
2020-12-04nsswitch: use new internal API (core)DJ Delorie
2020-12-04nss: Implement <nss_database.h>Florian Weimer
2020-12-04<nss_action.h>: New abstraction for combining NSS modules and NSS actionsFlorian Weimer
2020-12-04nss: Introduce <nss_module.h>Florian Weimer
2020-12-04Add scripts/move-symbol-to-libc.pyFlorian Weimer
2020-12-04powerpc64le: Add glibc-hwcaps supportFlorian Weimer
2020-12-04x86: Adjust tst-cpu-features-supports.c for GCC 11H.J. Lu
2020-12-04x86: Set RDRAND usable if CPU supports RDRANDH.J. Lu
2020-12-04elf: Add missing <stddef.h> header to elf/dl-hwcaps.hMatheus Castanho
2020-12-04lowlevellock-futex: Remove not used macrosLukasz Majewski