about summary refs log tree commit diff
path: root/nptl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* nptl: Remove unused rulesAdhemerval Zanella2021-03-261-5/+0
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-261-1/+0
* nptl: Move sigaction to libcAdhemerval Zanella2021-03-261-2/+0
* nptl: Remove pthread raise implementationAdhemerval Zanella2021-03-261-1/+0
* nptl: Move pthread_kill to libcAdhemerval Zanella2021-03-261-1/+1
* nptl: Remove sigsuspend from pthread-compat-wrappersAdhemerval Zanella2021-03-261-7/+0
* nptl: Remove msgrcv from pthread-compat-wrappersAdhemerval Zanella2021-03-261-2/+0
* nptl: Remove msgsnd from pthread-compat-wrappersAdhemerval Zanella2021-03-261-2/+1
* nptl: Remove pwrite from libpthreadAdhemerval Zanella2021-03-261-3/+0
* nptl: Remove pread from libpthreadAdhemerval Zanella2021-03-261-3/+1
* nptl: Remove open from libpthreadAdhemerval Zanella2021-03-261-3/+0
* nptl: Remove lseek from libpthreadAdhemerval Zanella2021-03-261-1/+0
* nptl: Remove send from libpthreadAdhemerval Zanella2021-03-261-2/+0
* signal: Add __libc_sigactionAdhemerval Zanella2021-03-181-0/+1
* nptl: Move system to libcAdhemerval Zanella2021-03-181-3/+0
* nptl: Move fcntl from libpthreadAdhemerval Zanella2021-03-181-3/+0
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-181-2/+0
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove sigwait from libpthreadAdhemerval Zanella2021-03-181-1/+1
* nptl: Remove tcdrain from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove pause from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove msync from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove fsync from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove sendto from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove recvfrom from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-181-2/+0
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-181-2/+1
* nptl: Move fork into libcAdhemerval Zanella2021-03-121-1/+0
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-121-1/+0
* [PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek2021-03-041-4/+0
* nptl: Move elision implementations into libcFlorian Weimer2021-02-231-0/+5
* nptl: Move futex-internal into libcFlorian Weimer2021-02-221-1/+1
* nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer2021-02-221-2/+1
* nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2021-02-221-0/+3
* nptl: Split libpthread-routines into one routine per lineFlorian Weimer2021-02-221-86/+152
* pthread: Refactor semaphore codeAdhemerval Zanella2021-02-081-1/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-081-1/+0
* nptl: Remove set*id, set*gid files which are not builtFlorian Weimer2021-01-041-4/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes2020-12-011-1/+1
* nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella2020-11-271-1/+2
* nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella2020-11-251-1/+1
* nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella2020-11-251-1/+0
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-161-1/+1
* tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]H.J. Lu2020-11-031-1/+1
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-1/+1