summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move rwlock functions with forwarders into libcFlorian Weimer2021-03-1861-174/+384
* nptl: Move pthread_key_delete into libc.Florian Weimer2021-03-1861-29/+64
* nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer2021-03-1861-58/+128
* nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer2021-03-1861-58/+128
* nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer2021-03-1861-58/+128
* nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer2021-03-181-29/+0
* nptl: Move pthread_setcanceltype into libcFlorian Weimer2021-03-1829-29/+0
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-03-1831-35/+3
* nptl: Move pthread_exit into libcFlorian Weimer2021-03-1829-29/+0
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-03-1863-56/+65
* nptl: Move pthread_once and __pthread_once into libcFlorian Weimer2021-03-1861-58/+128
* nptl: Move __pthread_cleanup_upto into libcFlorian Weimer2021-03-181-5/+2
* x86: Restore compile-time check for shadow stack pointer in longjmpAdhemerval Zanella2021-03-181-0/+39
* nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer2021-03-1829-153/+28
* nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer2021-03-1861-116/+128
* nptl: Move __pthread_cleanup_routine into libcFlorian Weimer2021-03-1861-29/+64
* nptl: Move pthread_mutex_consistent into libcFlorian Weimer2021-03-1861-58/+96
* 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