about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix conform linknamespace tests due to gnu_dev_makedevStefan Liebler2021-03-311-2/+2
* Update sparc libm-tests-ulpsAdhemerval Zanella2021-03-301-1/+3
* Move __isnanf128 to libc.soSiddhesh Poyarekar2021-03-3018-7/+39
* fork.h: replace with register-atfork.hSamuel Thibault2021-03-296-83/+1
* x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu2021-03-293-19/+42
* x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu2021-03-294-24/+31
* x86: Add string/memory function tests in RTM regionH.J. Lu2021-03-2912-0/+618
* x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu2021-03-2952-248/+670
* x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu2021-03-295-4/+467
* x86-64: Add memset family functions with 256-bit EVEXH.J. Lu2021-03-296-14/+90
* x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2021-03-295-11/+104
* x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2021-03-299-3/+1339
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2021-03-2924-17/+2995
* x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu2021-03-293-2/+21
* linux: Add y2106 support on utimensat testsAdhemerval Zanella2021-03-294-166/+119
* linux: Use statx for MIPSn64Adhemerval Zanella2021-03-293-33/+29
* linux: Disable fstatat64 fallback if __ASSUME_STATX is definedAdhemerval Zanella2021-03-291-16/+40
* linux: Implement fstatat with __fstatat64_time64Adhemerval Zanella2021-03-291-38/+11
* x86: Properly disable XSAVE related features [BZ #27605]H.J. Lu2021-03-292-0/+56
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-2632-118/+9
* nptl: Move sigaction to libcAdhemerval Zanella2021-03-2629-58/+0
* nptl: Remove pthread raise implementationAdhemerval Zanella2021-03-2631-50/+0
* nptl: Move pthread_kill to libcAdhemerval Zanella2021-03-2661-29/+64
* nptl: Remove pwrite from libpthreadAdhemerval Zanella2021-03-2638-87/+37
* nptl: Remove pread from libpthreadAdhemerval Zanella2021-03-2638-87/+37
* nptl: Remove open from libpthreadAdhemerval Zanella2021-03-2638-120/+15
* nptl: Remove lseek from libpthreadAdhemerval Zanella2021-03-2637-89/+12
* nptl: Remove send from libpthreadAdhemerval Zanella2021-03-2637-72/+20
* 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: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy2021-03-264-17/+13
* malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy2021-03-261-10/+31
* S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler2021-03-264-6/+15
* Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer2021-03-252-3/+86
* Change how the symbol_version_reference macro is definedFlorian Weimer2021-03-251-0/+38
* elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault2021-03-241-0/+2
* htl: Add missing fork.hSamuel Thibault2021-03-241-0/+20
* hurd: handle EINTR during critical sectionsSamuel Thibault2021-03-2322-2/+102
* tst: Add test for sigtimedwaitLukasz Majewski2021-03-232-1/+63
* 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-192-24/+0
* signal: Add __libc_sigactionAdhemerval Zanella2021-03-1810-17/+12
* nptl: Move system to libcAdhemerval Zanella2021-03-1825-25/+0
* nptl: Move fcntl from libpthreadAdhemerval Zanella2021-03-1827-101/+0
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-1829-29/+0