about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Add aarch64-specific files for memory tagging support rearnsha/mte-v4.0Richard Earnshaw2020-12-186-0/+235
* aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw2020-12-184-0/+34
* linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw2020-12-181-0/+18
* malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw2020-12-185-97/+436
* elf: Add a tunable to control use of tagged memoryRichard Earnshaw2020-12-182-0/+44
* config: Allow memory tagging to be enabled when configuring glibcRichard Earnshaw2020-12-186-0/+69
* ieee754: Remove unused __sin32 and __cos32Anssi Hannula2020-12-187-86/+0
* ieee754: Remove slow paths from asin and acosAnssi Hannula2020-12-181-61/+15
* getenv: Move call to strlen to the branch it's used in.Lode Willems2020-12-181-1/+1
* Update kernel version to 5.10 in tst-mman-consts.py.Joseph Myers2020-12-171-1/+1
* s390x: Require GCC 7.1 or later to build glibc.Stefan Liebler2020-12-175-0/+59
* malloc: Use __libc_initial to detect an inner libcFlorian Weimer2020-12-162-8/+7
* Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer2020-12-169-40/+53
* {nptl,htl}/semaphoreP.h: clean upSamuel Thibault2020-12-162-4/+4
* htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault2020-12-169-102/+51
* pthread: Move semaphore initialization for open to semaphoreP.hSamuel Thibault2020-12-162-11/+16
* Mark __libc_freeres_fn as used [BZ #27002]H.J. Lu2020-12-161-1/+1
* Update syscall lists for Linux 5.10.Joseph Myers2020-12-1626-2/+28
* htl: Add pshared semaphore supportSamuel Thibault2020-12-1611-186/+287
* hurd: Add LLL_PRIVATE and LLL_SHAREDSamuel Thibault2020-12-161-0/+3
* hurd: Add __libc_open and __libc_closeSamuel Thibault2020-12-162-0/+2
* htl: Add futex-internal.hSamuel Thibault2020-12-161-0/+39
* hurd: Add __lll_abstimed_wait_intrSamuel Thibault2020-12-166-1/+51
* hurd: make lll_* take a variable instead of a ptrSamuel Thibault2020-12-1614-60/+76
* hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault2020-12-165-8/+8
* Use Linux 5.10 in build-many-glibcs.py.Joseph Myers2020-12-151-1/+1
* elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer2020-12-151-0/+11
* Use GMP 6.2.1 in build-many-glibcs.py.Joseph Myers2020-12-151-1/+1
* aarch64: remove the strlen_asimd symbolSzabolcs Nagy2020-12-151-2/+1
* aarch64: fix static PIE start code for BTI [BZ #27068]Guillaume Gardet2020-12-151-0/+1
* elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy2020-12-151-10/+15
* elf: inline lose for error handlingSzabolcs Nagy2020-12-151-48/+39
* Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers2020-12-141-118/+0
* nsswitch: handle missing actions properlyDJ Delorie2020-12-1412-4/+110
* x86: Remove the default REP MOVSB threshold tunable value [BZ #27061]H.J. Lu2020-12-141-2/+4
* 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