about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* 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
* signal: Add __libc_sigactionAdhemerval Zanella2021-03-188-9/+7
* nptl: Move system to libcAdhemerval Zanella2021-03-1825-25/+0
* nptl: Move fcntl from libpthreadAdhemerval Zanella2021-03-1826-52/+0
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove sigwait from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove tcdrain from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove pause from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove msync from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove fsync from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove sendto from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove recvfrom from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-1829-58/+0
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-1829-29/+0
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-1829-58/+0
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-1829-58/+0
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-1829-58/+0
* nptl: Move fork into libcAdhemerval Zanella2021-03-1225-50/+0
* nptl: Move Linux pthread_kill to nptlAdhemerval Zanella2021-03-121-57/+0
* io: Return UNSUPPORTED if filesystem do not support 64 bit timestampsAdhemerval Zanella2021-03-123-3/+19
* io: Return EBAFD for negative file descriptor on fstat (BZ #27559)Adhemerval Zanella2021-03-112-0/+18
* Update kernel version to 5.11 in tst-mman-consts.py.Joseph Myers2021-03-101-1/+1
* Linux: misc/tst-ofdlocks-compat can be a regular testFlorian Weimer2021-03-092-9/+7
* Linux: dirent/tst-readdir64-compat can be a regular testFlorian Weimer2021-03-092-6/+5
* tst: Add test for ntp_adjtimeLukasz Majewski2021-03-082-1/+23
* tst: Add test for adjtimexLukasz Majewski2021-03-082-1/+23
* tst: Modify tst-clock_adjtime to allow reuse of its codeLukasz Majewski2021-03-081-1/+5
* tst: Add test for clock_adjtimeLukasz Majewski2021-03-082-1/+59
* linux: Fix __thrd_sleep64 hidden definitionAdhemerval Zanella2021-03-052-2/+2
* tst: Fix tst-timerfd testLukasz Majewski2021-03-021-11/+4
* ld.so: Implement the --list-diagnostics optionFlorian Weimer2021-03-021-0/+77
* tst: Add test for utimesLukasz Majewski2021-03-022-1/+89
* tst: Add test for utimeLukasz Majewski2021-03-022-1/+88
* tst: Add test for futimensLukasz Majewski2021-03-022-1/+85
* nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer2021-03-011-14/+2
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-011-67/+0
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-2533-6/+39
* nptl: Move elision implementations into libcFlorian Weimer2021-02-2336-684/+24
* x86_64/clone.S: Upate commentsH.J. Lu2021-02-221-6/+8
* i386/clone.S: Remove redundant EBX loadH.J. Lu2021-02-221-6/+0
* aarch64: Remove the unused __read_tp symbolSzabolcs Nagy2021-02-223-51/+0
* Update syscall lists for Linux 5.11.Joseph Myers2021-02-1926-2/+28
* Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines.John David Anglin2021-02-194-4/+4
* S390: Add new hwcap values.Stefan Liebler2021-02-161-0/+2
* aarch64: Fix sys/ptrace.h if linux headers are includedSzabolcs Nagy2021-02-151-0/+34
* linux: Remove stat-check.cAdhemerval Zanella2021-02-113-30/+13