aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella61-29/+64
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella38-87/+37
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella38-87/+37
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella38-120/+15
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella37-89/+12
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella37-72/+20
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: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy4-17/+13
2021-03-26malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy1-10/+31
2021-03-26S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler4-6/+15
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer2-3/+86
2021-03-25Change how the symbol_version_reference macro is definedFlorian Weimer1-0/+38
2021-03-24elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault1-0/+2
2021-03-24htl: Add missing fork.hSamuel Thibault1-0/+20
2021-03-23hurd: handle EINTR during critical sectionsSamuel Thibault22-2/+102
2021-03-23tst: Add test for sigtimedwaitLukasz Majewski2-1/+63
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. Lu2-24/+0
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella10-17/+12
2021-03-18nptl: Move system to libcAdhemerval Zanella25-25/+0
2021-03-18nptl: Move fcntl from libpthreadAdhemerval Zanella27-101/+0
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella29-29/+0
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella29-29/+0
2021-03-18nptl: Remove sigwait from libpthreadAdhemerval Zanella29-29/+0
2021-03-18nptl: Remove tcdrain from libpthreadAdhemerval Zanella29-29/+0
2021-03-18nptl: Remove pause from libpthreadAdhemerval Zanella29-29/+0
2021-03-18nptl: Remove msync from libpthreadAdhemerval Zanella29-29/+0
2021-03-18nptl: Remove fsync from libpthreadAdhemerval Zanella29-29/+0
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella29-29/+0
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella29-29/+0
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella29-29/+0
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella29-58/+0
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella29-29/+0
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella30-60/+2
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella29-58/+0
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella30-59/+1
2021-03-16powerpc: Add optimized llogb* for POWER9Raphael Moreira Zinsly2-0/+43
2021-03-16powerpc: Add optimized ilogb* for POWER9Raphael Moreira Zinsly3-1/+59
2021-03-16Legacy unwinder: Remove definition of _Unwind_GetCFAFlorian Weimer1-8/+0
2021-03-16powerpc: Update libm-test-ulpsMatheus Castanho1-1/+1
2021-03-15Build get-cpuid-feature-leaf.c without stack-protector [BZ #27555]Siddhesh Poyarekar2-0/+4
2021-03-15x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]H.J. Lu7-0/+79
2021-03-12s390x: Regenerate ULPs.Stefan Liebler1-1/+3
2021-03-12nptl: Move fork into libcAdhemerval Zanella25-50/+0
2021-03-12linux: Use __libc_single_threaded on forkAdhemerval Zanella1-1/+2