aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-19malloc: Ensure mtag code path in checked_request2size is coldnsz/mtag-2Szabolcs Nagy1-2/+7
2021-03-19malloc: Remove unnecessary tagging around _mid_memalignSzabolcs Nagy1-8/+2
2021-03-19malloc: Rename chunk2rawmemSzabolcs Nagy2-43/+43
2021-03-19malloc: Use chunk2rawmem throughoutSzabolcs Nagy2-26/+34
2021-03-19malloc: Use different tag after mremapSzabolcs Nagy1-1/+1
2021-03-19malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy2-26/+24
2021-03-19aarch64: Optimize __libc_mtag_tag_zero_regionnsz/mtagSzabolcs Nagy1-16/+80
2021-03-19aarch64: Optimize __libc_mtag_tag_regionSzabolcs Nagy1-18/+80
2021-03-19aarch64: inline __libc_mtag_new_tagSzabolcs Nagy3-41/+11
2021-03-19aarch64: inline __libc_mtag_address_get_tagSzabolcs Nagy3-39/+10
2021-03-19malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy2-12/+8
2021-03-19malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy2-21/+14
2021-03-19malloc: Change calloc when tagging is disabledSzabolcs Nagy1-6/+4
2021-03-19malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy5-26/+21
2021-03-19malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy2-52/+39
2021-03-19malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy3-56/+51
2021-03-19malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy1-10/+31
2021-03-19malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy1-3/+4
2021-03-19malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy1-5/+0
2021-03-19malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy2-7/+2
2021-03-19Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy1-4/+0
2021-03-19malloc: Fix a potential realloc issue with memory taggingSzabolcs Nagy1-7/+7
2021-03-19malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy1-1/+3
2021-03-18support: Use syscall function instead of INLINE_SYSCALL_CALLAdhemerval Zanella1-1/+1
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella14-23/+48
2021-03-18nptl: Move system to libcAdhemerval Zanella28-74/+0
2021-03-18nptl: Move fcntl from libpthreadAdhemerval Zanella29-106/+0
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella32-32/+1
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella32-32/+2
2021-03-18nptl: Remove sigwait from libpthreadAdhemerval Zanella31-31/+1
2021-03-18nptl: Remove tcdrain from libpthreadAdhemerval Zanella31-32/+1
2021-03-18nptl: Remove pause from libpthreadAdhemerval Zanella31-32/+1
2021-03-18nptl: Remove msync from libpthreadAdhemerval Zanella31-32/+1
2021-03-18nptl: Remove fsync from libpthreadAdhemerval Zanella31-32/+1
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella32-32/+2
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella32-32/+2
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella32-32/+3
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella32-62/+2
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella32-32/+1
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella33-64/+4
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella32-63/+2
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella34-65/+4
2021-03-16benchtests: Add ilogb* testsRaphael Moreira Zinsly4-2/+35
2021-03-16powerpc: Add optimized llogb* for POWER9Raphael Moreira Zinsly2-0/+43
2021-03-16powerpc: Add optimized ilogb* for POWER9Raphael Moreira Zinsly3-1/+59
2021-03-16glibcymbols.read_abilist: Add check for duplicate symbolsFlorian Weimer1-1/+4
2021-03-16scripts/glibcsymbols.py: Extract from scripts/move-symbol-to-libc.pyFlorian Weimer2-62/+93
2021-03-16Legacy unwinder: Remove definition of _Unwind_GetCFAFlorian Weimer1-8/+0
2021-03-16support: Pass environ to child processSiddhesh Poyarekar1-1/+1
2021-03-16powerpc: Update libm-test-ulpsMatheus Castanho1-1/+1