summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-26malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy
2021-03-26malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy
2021-03-26malloc: Change calloc when tagging is disabledSzabolcs Nagy
2021-03-26malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy
2021-03-26malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy
2021-03-26malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy
2021-03-26malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy
2021-03-26malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy
2021-03-26malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy
2021-03-26malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy
2021-03-26malloc: Fix a potential realloc issue with memory taggingSzabolcs Nagy
2021-03-26malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy
2021-03-26S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler
2021-03-26S390: Don't test nanoseconds in io/tst-stat.cStefan Liebler
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer
2021-03-25locale: Use compat_symbol_reference in _nl_postload_ctypeFlorian Weimer
2021-03-25Change how the symbol_version_reference macro is definedFlorian Weimer
2021-03-24stdlib: Fix BZ #26241 testcase on GNU/HurdSamuel Thibault
2021-03-24elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault
2021-03-24htl: Add missing fork.hSamuel Thibault
2021-03-23hurd: handle EINTR during critical sectionsSamuel Thibault
2021-03-23tst: Add test for sigtimedwaitLukasz Majewski
2021-03-23tst: Provide test for selectLukasz Majewski
2021-03-23tst: Add test for ntp_gettimexLukasz Majewski
2021-03-23tst: Add test for ntp_gettimeLukasz Majewski
2021-03-23fix: Always export ntp_gettimex functionLukasz Majewski
2021-03-19nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu
2021-03-19elf: Add EM_INTELGT for Intel Graphics TechnologyH.J. Lu
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