aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-18aarch64: Add aarch64-specific files for memory tagging supportrearnsha/mte-v4.0Richard Earnshaw
2020-12-18aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw
2020-12-18linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw
2020-12-18malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw
2020-12-18elf: Add a tunable to control use of tagged memoryRichard Earnshaw
2020-12-18config: Allow memory tagging to be enabled when configuring glibcRichard Earnshaw
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula
2020-12-18ieee754: Remove slow paths from asin and acosAnssi Hannula
2020-12-18getenv: Move call to strlen to the branch it's used in.Lode Willems
2020-12-17Update kernel version to 5.10 in tst-mman-consts.py.Joseph Myers
2020-12-17s390x: Require GCC 7.1 or later to build glibc.Stefan Liebler
2020-12-16malloc: Use __libc_initial to detect an inner libcFlorian Weimer
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer
2020-12-16{nptl,htl}/semaphoreP.h: clean upSamuel Thibault
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault
2020-12-16pthread: Move semaphore initialization for open to semaphoreP.hSamuel Thibault
2020-12-16Mark __libc_freeres_fn as used [BZ #27002]H.J. Lu
2020-12-16Update syscall lists for Linux 5.10.Joseph Myers
2020-12-16htl: Add pshared semaphore supportSamuel Thibault
2020-12-16hurd: Add LLL_PRIVATE and LLL_SHAREDSamuel Thibault
2020-12-16hurd: Add __libc_open and __libc_closeSamuel Thibault
2020-12-16htl: Add futex-internal.hSamuel Thibault
2020-12-16hurd: Add __lll_abstimed_wait_intrSamuel Thibault
2020-12-16hurd: make lll_* take a variable instead of a ptrSamuel Thibault
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