aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-19aarch64: Optimize __libc_mtag_tag_zero_regionnsz/mtagSzabolcs Nagy
2021-03-19aarch64: Optimize __libc_mtag_tag_regionSzabolcs Nagy
2021-03-19aarch64: inline __libc_mtag_new_tagSzabolcs Nagy
2021-03-19aarch64: inline __libc_mtag_address_get_tagSzabolcs Nagy
2021-03-19malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy
2021-03-19malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy
2021-03-19malloc: Change calloc when tagging is disabledSzabolcs Nagy
2021-03-19malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy
2021-03-19malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy
2021-03-19malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy
2021-03-19malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy
2021-03-19malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy
2021-03-19malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy
2021-03-19malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy
2021-03-19Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy
2021-03-19malloc: Fix a potential realloc issue with memory taggingSzabolcs Nagy
2021-03-19malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy
2021-03-18support: Use syscall function instead of INLINE_SYSCALL_CALLAdhemerval Zanella
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella
2021-03-18nptl: Move system to libcAdhemerval Zanella
2021-03-18nptl: Move fcntl from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove sigwait from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove tcdrain from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove pause from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove msync from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove fsync from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella
2021-03-16benchtests: Add ilogb* testsRaphael Moreira Zinsly
2021-03-16powerpc: Add optimized llogb* for POWER9Raphael Moreira Zinsly
2021-03-16powerpc: Add optimized ilogb* for POWER9Raphael Moreira Zinsly
2021-03-16glibcymbols.read_abilist: Add check for duplicate symbolsFlorian Weimer
2021-03-16scripts/glibcsymbols.py: Extract from scripts/move-symbol-to-libc.pyFlorian Weimer
2021-03-16Legacy unwinder: Remove definition of _Unwind_GetCFAFlorian Weimer
2021-03-16support: Pass environ to child processSiddhesh Poyarekar
2021-03-16powerpc: Update libm-test-ulpsMatheus Castanho
2021-03-15Build libc-start with stack protector for SHAREDSiddhesh Poyarekar
2021-03-15Build get-cpuid-feature-leaf.c without stack-protector [BZ #27555]Siddhesh Poyarekar
2021-03-15Add inhibit_stack_protector to ifuncmain9 [BZ #25680]David Hughes
2021-03-15support: Typo and formatting fixesSiddhesh Poyarekar
2021-03-15elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer
2021-03-15x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]H.J. Lu