aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella41-94/+39
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella40-127/+15
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella40-95/+13
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella40-76/+21
2021-03-26Add OTHER_SHLIB_COMPATAdhemerval Zanella1-0/+9
2021-03-26misc: Fix tst-select timeout handling (BZ#27648)Adhemerval Zanella1-30/+55
2021-03-26malloc: Ensure mtag code path in checked_request2size is coldSzabolcs Nagy1-2/+7
2021-03-26malloc: Remove unnecessary tagging around _mid_memalignSzabolcs Nagy1-8/+2
2021-03-26malloc: Rename chunk2rawmemSzabolcs Nagy2-43/+43
2021-03-26malloc: Use chunk2rawmem throughoutSzabolcs Nagy2-26/+34
2021-03-26malloc: Use different tag after mremapSzabolcs Nagy1-1/+1
2021-03-26malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy2-26/+24
2021-03-26aarch64: Optimize __libc_mtag_tag_zero_regionSzabolcs Nagy1-16/+80
2021-03-26aarch64: Optimize __libc_mtag_tag_regionSzabolcs Nagy1-18/+80
2021-03-26aarch64: inline __libc_mtag_new_tagSzabolcs Nagy3-41/+11
2021-03-26aarch64: inline __libc_mtag_address_get_tagSzabolcs Nagy3-39/+10
2021-03-26malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy2-12/+8
2021-03-26malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy2-21/+14
2021-03-26malloc: Change calloc when tagging is disabledSzabolcs Nagy1-6/+4
2021-03-26malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy5-26/+21
2021-03-26malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy2-52/+39
2021-03-26malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy3-56/+51
2021-03-26malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy1-10/+31
2021-03-26malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy1-3/+4
2021-03-26malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy1-5/+0
2021-03-26malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy2-7/+2
2021-03-26malloc: Fix a potential realloc issue with memory taggingSzabolcs Nagy1-7/+7
2021-03-26malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy1-1/+3
2021-03-26S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler4-6/+15
2021-03-26S390: Don't test nanoseconds in io/tst-stat.cStefan Liebler4-2/+40
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer14-67/+197
2021-03-25locale: Use compat_symbol_reference in _nl_postload_ctypeFlorian Weimer1-6/+8
2021-03-25Change how the symbol_version_reference macro is definedFlorian Weimer3-13/+44
2021-03-24stdlib: Fix BZ #26241 testcase on GNU/HurdSamuel Thibault1-3/+4
2021-03-24elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault5-21/+17
2021-03-24htl: Add missing fork.hSamuel Thibault1-0/+20
2021-03-23hurd: handle EINTR during critical sectionsSamuel Thibault29-4/+139
2021-03-23tst: Add test for sigtimedwaitLukasz Majewski2-1/+63
2021-03-23tst: Provide test for selectLukasz Majewski2-1/+72
2021-03-23tst: Add test for ntp_gettimexLukasz Majewski2-1/+23
2021-03-23tst: Add test for ntp_gettimeLukasz Majewski2-1/+57
2021-03-23fix: Always export ntp_gettimex functionLukasz Majewski1-1/+1
2021-03-19nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu4-57/+0
2021-03-19elf: Add EM_INTELGT for Intel Graphics TechnologyH.J. Lu1-1/+2
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