aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2021-03-19nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu2-33/+0
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella1-0/+1
2021-03-18nptl: Move system to libcAdhemerval Zanella3-49/+0
2021-03-18nptl: Move fcntl from libpthreadAdhemerval Zanella2-5/+0
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella2-3/+0
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella2-3/+1
2021-03-18nptl: Remove sigwait from libpthreadAdhemerval Zanella2-2/+1
2021-03-18nptl: Remove tcdrain from libpthreadAdhemerval Zanella2-3/+1
2021-03-18nptl: Remove pause from libpthreadAdhemerval Zanella2-3/+1
2021-03-18nptl: Remove msync from libpthreadAdhemerval Zanella2-3/+1
2021-03-18nptl: Remove fsync from libpthreadAdhemerval Zanella2-3/+1
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella2-3/+1
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella2-3/+1
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella2-3/+1
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella2-4/+1
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella2-3/+0
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella2-4/+1
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella2-4/+1
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella3-5/+2
2021-03-12nptl: Move fork into libcAdhemerval Zanella3-52/+0
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella2-151/+0
2021-03-12nptl: Move Linux pthread_kill to nptlAdhemerval Zanella1-9/+17
2021-03-05nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella3-4/+4
2021-03-04[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek4-9/+64
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer3-4/+6
2021-02-23nptl: Move elision implementations into libcFlorian Weimer12-39/+101
2021-02-22nptl: Move futex-internal into libcFlorian Weimer3-5/+5
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer4-26/+5
2021-02-22nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2-0/+129
2021-02-22nptl: Reformat VersionsFlorian Weimer1-188/+279
2021-02-22nptl: Split libpthread-routines into one routine per lineFlorian Weimer1-86/+152
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella2-22/+1
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer4-4/+0
2021-01-04nptl: Fix comment typo in pthread_cond_wait.cJangwoong Kim1-1/+1
2021-01-04nptl: Remove set*id, set*gid files which are not builtFlorian Weimer9-28/+0
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert280-280/+280
2020-12-16{nptl,htl}/semaphoreP.h: clean upSamuel Thibault1-2/+2
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault3-439/+0
2020-12-16pthread: Move semaphore initialization for open to semaphoreP.hSamuel Thibault2-11/+16
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes2-1/+139
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski1-0/+1
2020-11-27nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella4-13/+13
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella4-25/+11
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella1-0/+4
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella3-1/+76
2020-11-25nptl: Replace lll_futex_wake with futex-internal.hAdhemerval Zanella3-12/+7
2020-11-25nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella1-1/+1
2020-11-25nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella4-12/+14
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella3-65/+2