about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy2021-03-262-26/+24
* aarch64: Optimize __libc_mtag_tag_zero_regionSzabolcs Nagy2021-03-261-16/+80
* aarch64: Optimize __libc_mtag_tag_regionSzabolcs Nagy2021-03-261-18/+80
* aarch64: inline __libc_mtag_new_tagSzabolcs Nagy2021-03-263-41/+11
* aarch64: inline __libc_mtag_address_get_tagSzabolcs Nagy2021-03-263-39/+10
* malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy2021-03-262-12/+8
* malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy2021-03-262-21/+14
* malloc: Change calloc when tagging is disabledSzabolcs Nagy2021-03-261-6/+4
* malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy2021-03-265-26/+21
* malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy2021-03-262-52/+39
* malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy2021-03-263-56/+51
* malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy2021-03-261-10/+31
* malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy2021-03-261-3/+4
* malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy2021-03-261-5/+0
* malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy2021-03-262-7/+2
* malloc: Fix a potential realloc issue with memory taggingSzabolcs Nagy2021-03-261-7/+7
* malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy2021-03-261-1/+3
* S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler2021-03-264-6/+15
* S390: Don't test nanoseconds in io/tst-stat.cStefan Liebler2021-03-264-2/+40
* Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer2021-03-2514-67/+197
* locale: Use compat_symbol_reference in _nl_postload_ctypeFlorian Weimer2021-03-251-6/+8
* Change how the symbol_version_reference macro is definedFlorian Weimer2021-03-253-13/+44
* stdlib: Fix BZ #26241 testcase on GNU/HurdSamuel Thibault2021-03-241-3/+4
* elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault2021-03-245-21/+17
* htl: Add missing fork.hSamuel Thibault2021-03-241-0/+20
* hurd: handle EINTR during critical sectionsSamuel Thibault2021-03-2329-4/+139
* tst: Add test for sigtimedwaitLukasz Majewski2021-03-232-1/+63
* tst: Provide test for selectLukasz Majewski2021-03-232-1/+72
* tst: Add test for ntp_gettimexLukasz Majewski2021-03-232-1/+23
* tst: Add test for ntp_gettimeLukasz Majewski2021-03-232-1/+57
* fix: Always export ntp_gettimex functionLukasz Majewski2021-03-231-1/+1
* nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu2021-03-194-57/+0
* elf: Add EM_INTELGT for Intel Graphics TechnologyH.J. Lu2021-03-191-1/+2
* 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