aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
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-18signal: Add __libc_sigactionAdhemerval Zanella9-10/+7
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 Zanella29-58/+0
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella29-58/+0
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella29-58/+0
2021-03-12nptl: Move fork into libcAdhemerval Zanella25-50/+0
2021-03-12nptl: Move Linux pthread_kill to nptlAdhemerval Zanella1-57/+0
2021-03-12io: Return UNSUPPORTED if filesystem do not support 64 bit timestampsAdhemerval Zanella3-3/+19
2021-03-11io: Return EBAFD for negative file descriptor on fstat (BZ #27559)Adhemerval Zanella2-0/+18
2021-03-10Update kernel version to 5.11 in tst-mman-consts.py.Joseph Myers1-1/+1
2021-03-09Linux: misc/tst-ofdlocks-compat can be a regular testFlorian Weimer2-9/+7
2021-03-09Linux: dirent/tst-readdir64-compat can be a regular testFlorian Weimer2-6/+5
2021-03-08tst: Add test for ntp_adjtimeLukasz Majewski2-1/+23
2021-03-08tst: Add test for adjtimexLukasz Majewski2-1/+23
2021-03-08tst: Modify tst-clock_adjtime to allow reuse of its codeLukasz Majewski1-1/+5
2021-03-08tst: Add test for clock_adjtimeLukasz Majewski2-1/+59
2021-03-05linux: Fix __thrd_sleep64 hidden definitionAdhemerval Zanella2-2/+2
2021-03-02tst: Fix tst-timerfd testLukasz Majewski1-11/+4
2021-03-02ld.so: Implement the --list-diagnostics optionFlorian Weimer1-0/+77
2021-03-02tst: Add test for utimesLukasz Majewski2-1/+89
2021-03-02tst: Add test for utimeLukasz Majewski2-1/+88
2021-03-02tst: Add test for futimensLukasz Majewski2-1/+85
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer1-14/+2
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer1-67/+0
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer33-6/+39
2021-02-23nptl: Move elision implementations into libcFlorian Weimer36-684/+24
2021-02-22x86_64/clone.S: Upate commentsH.J. Lu1-6/+8
2021-02-22i386/clone.S: Remove redundant EBX loadH.J. Lu1-6/+0
2021-02-22aarch64: Remove the unused __read_tp symbolSzabolcs Nagy3-51/+0
2021-02-19Update syscall lists for Linux 5.11.Joseph Myers26-2/+28
2021-02-19Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines.John David Anglin4-4/+4
2021-02-16S390: Add new hwcap values.Stefan Liebler1-0/+2
2021-02-15aarch64: Fix sys/ptrace.h if linux headers are includedSzabolcs Nagy1-0/+34