about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* malloc: Ensure mtag code path in checked_request2size is cold nsz/mtag-2Szabolcs Nagy2021-03-191-2/+7
* malloc: Remove unnecessary tagging around _mid_memalignSzabolcs Nagy2021-03-191-8/+2
* malloc: Rename chunk2rawmemSzabolcs Nagy2021-03-192-43/+43
* malloc: Use chunk2rawmem throughoutSzabolcs Nagy2021-03-192-26/+34
* malloc: Use different tag after mremapSzabolcs Nagy2021-03-191-1/+1
* malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy2021-03-192-26/+24
* aarch64: Optimize __libc_mtag_tag_zero_region nsz/mtagSzabolcs Nagy2021-03-191-16/+80
* aarch64: Optimize __libc_mtag_tag_regionSzabolcs Nagy2021-03-191-18/+80
* aarch64: inline __libc_mtag_new_tagSzabolcs Nagy2021-03-193-41/+11
* aarch64: inline __libc_mtag_address_get_tagSzabolcs Nagy2021-03-193-39/+10
* malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy2021-03-192-12/+8
* malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy2021-03-192-21/+14
* malloc: Change calloc when tagging is disabledSzabolcs Nagy2021-03-191-6/+4
* malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy2021-03-195-26/+21
* malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy2021-03-192-52/+39
* malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy2021-03-193-56/+51
* malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy2021-03-191-10/+31
* malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy2021-03-191-3/+4
* malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy2021-03-191-5/+0
* malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy2021-03-192-7/+2
* Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy2021-03-191-4/+0
* malloc: Fix a potential realloc issue with memory taggingSzabolcs Nagy2021-03-191-7/+7
* malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy2021-03-191-1/+3
* support: Use syscall function instead of INLINE_SYSCALL_CALLAdhemerval Zanella2021-03-181-1/+1
* signal: Add __libc_sigactionAdhemerval Zanella2021-03-1814-23/+48
* nptl: Move system to libcAdhemerval Zanella2021-03-1828-74/+0
* nptl: Move fcntl from libpthreadAdhemerval Zanella2021-03-1829-106/+0
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-1832-32/+1
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-1832-32/+2
* nptl: Remove sigwait from libpthreadAdhemerval Zanella2021-03-1831-31/+1
* nptl: Remove tcdrain from libpthreadAdhemerval Zanella2021-03-1831-32/+1
* nptl: Remove pause from libpthreadAdhemerval Zanella2021-03-1831-32/+1
* nptl: Remove msync from libpthreadAdhemerval Zanella2021-03-1831-32/+1
* nptl: Remove fsync from libpthreadAdhemerval Zanella2021-03-1831-32/+1
* nptl: Remove sendto from libpthreadAdhemerval Zanella2021-03-1832-32/+2
* nptl: Remove recvfrom from libpthreadAdhemerval Zanella2021-03-1832-32/+2
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-1832-32/+3
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-1832-62/+2
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-1832-32/+1
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-1833-64/+4
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-1832-63/+2
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-1834-65/+4
* benchtests: Add ilogb* testsRaphael Moreira Zinsly2021-03-164-2/+35
* powerpc: Add optimized llogb* for POWER9Raphael Moreira Zinsly2021-03-162-0/+43
* powerpc: Add optimized ilogb* for POWER9Raphael Moreira Zinsly2021-03-163-1/+59
* glibcymbols.read_abilist: Add check for duplicate symbolsFlorian Weimer2021-03-161-1/+4
* scripts/glibcsymbols.py: Extract from scripts/move-symbol-to-libc.pyFlorian Weimer2021-03-162-62/+93
* Legacy unwinder: Remove definition of _Unwind_GetCFAFlorian Weimer2021-03-161-8/+0
* support: Pass environ to child processSiddhesh Poyarekar2021-03-161-1/+1
* powerpc: Update libm-test-ulpsMatheus Castanho2021-03-161-1/+1