aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)Author
2021-03-29linux: Add y2106 support on utimensat testsAdhemerval Zanella
2021-03-29linux: Use statx for MIPSn64Adhemerval Zanella
2021-03-29linux: Disable fstatat64 fallback if __ASSUME_STATX is definedAdhemerval Zanella
2021-03-29linux: Implement fstatat with __fstatat64_time64Adhemerval Zanella
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella
2021-03-26nptl: Remove pthread raise implementationAdhemerval Zanella
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella
2021-03-23tst: Add test for sigtimedwaitLukasz 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-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-12nptl: Move fork into libcAdhemerval Zanella
2021-03-12nptl: Move Linux pthread_kill to nptlAdhemerval Zanella
2021-03-12io: Return UNSUPPORTED if filesystem do not support 64 bit timestampsAdhemerval Zanella
2021-03-11io: Return EBAFD for negative file descriptor on fstat (BZ #27559)Adhemerval Zanella
2021-03-10Update kernel version to 5.11 in tst-mman-consts.py.Joseph Myers
2021-03-09Linux: misc/tst-ofdlocks-compat can be a regular testFlorian Weimer
2021-03-09Linux: dirent/tst-readdir64-compat can be a regular testFlorian Weimer
2021-03-08tst: Add test for ntp_adjtimeLukasz Majewski
2021-03-08tst: Add test for adjtimexLukasz Majewski
2021-03-08tst: Modify tst-clock_adjtime to allow reuse of its codeLukasz Majewski
2021-03-08tst: Add test for clock_adjtimeLukasz Majewski
2021-03-05linux: Fix __thrd_sleep64 hidden definitionAdhemerval Zanella
2021-03-02tst: Fix tst-timerfd testLukasz Majewski
2021-03-02ld.so: Implement the --list-diagnostics optionFlorian Weimer
2021-03-02tst: Add test for utimesLukasz Majewski