aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-18aarch64: Add aarch64-specific files for memory tagging supportrearnsha/mte-v4.0Richard Earnshaw6-0/+235
2020-12-18aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw4-0/+34
2020-12-18linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw1-0/+18
2020-12-18malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw5-97/+436
2020-12-18elf: Add a tunable to control use of tagged memoryRichard Earnshaw2-0/+44
2020-12-18config: Allow memory tagging to be enabled when configuring glibcRichard Earnshaw6-0/+69
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula7-86/+0
2020-12-18ieee754: Remove slow paths from asin and acosAnssi Hannula1-61/+15
2020-12-18getenv: Move call to strlen to the branch it's used in.Lode Willems1-1/+1
2020-12-17Update kernel version to 5.10 in tst-mman-consts.py.Joseph Myers1-1/+1
2020-12-17s390x: Require GCC 7.1 or later to build glibc.Stefan Liebler5-0/+59
2020-12-16malloc: Use __libc_initial to detect an inner libcFlorian Weimer2-8/+7
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer9-40/+53
2020-12-16{nptl,htl}/semaphoreP.h: clean upSamuel Thibault2-4/+4
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault9-102/+51
2020-12-16pthread: Move semaphore initialization for open to semaphoreP.hSamuel Thibault2-11/+16
2020-12-16Mark __libc_freeres_fn as used [BZ #27002]H.J. Lu1-1/+1
2020-12-16Update syscall lists for Linux 5.10.Joseph Myers26-2/+28
2020-12-16htl: Add pshared semaphore supportSamuel Thibault11-186/+287
2020-12-16hurd: Add LLL_PRIVATE and LLL_SHAREDSamuel Thibault1-0/+3
2020-12-16hurd: Add __libc_open and __libc_closeSamuel Thibault2-0/+2
2020-12-16htl: Add futex-internal.hSamuel Thibault1-0/+39
2020-12-16hurd: Add __lll_abstimed_wait_intrSamuel Thibault6-1/+51
2020-12-16hurd: make lll_* take a variable instead of a ptrSamuel Thibault14-60/+76
2020-12-16hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault5-8/+8
2020-12-15Use Linux 5.10 in build-many-glibcs.py.Joseph Myers1-1/+1
2020-12-15elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer1-0/+11
2020-12-15Use GMP 6.2.1 in build-many-glibcs.py.Joseph Myers1-1/+1
2020-12-15aarch64: remove the strlen_asimd symbolSzabolcs Nagy1-2/+1
2020-12-15aarch64: fix static PIE start code for BTI [BZ #27068]Guillaume Gardet1-0/+1
2020-12-15elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy1-10/+15
2020-12-15elf: inline lose for error handlingSzabolcs Nagy1-48/+39
2020-12-14Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers1-118/+0
2020-12-14nsswitch: handle missing actions properlyDJ Delorie12-4/+110
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