aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault4-3/+8
2021-03-26nptl: Remove unused rulesAdhemerval Zanella1-5/+0
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella3-57/+0
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella3-37/+0
2021-03-26nptl: Remove pthread raise implementationAdhemerval Zanella3-31/+0
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella3-3/+11
2021-03-26nptl: Remove sigsuspend from pthread-compat-wrappersAdhemerval Zanella1-7/+0
2021-03-26nptl: Remove msgrcv from pthread-compat-wrappersAdhemerval Zanella1-2/+0
2021-03-26nptl: Remove msgsnd from pthread-compat-wrappersAdhemerval Zanella1-2/+1
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella2-6/+0
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella2-6/+1
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella2-7/+0
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella2-4/+0
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella2-4/+0
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer1-8/+8
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