about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* fork.h: replace with register-atfork.hSamuel Thibault2021-03-294-3/+8
* nptl: Remove unused rulesAdhemerval Zanella2021-03-261-5/+0
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-263-57/+0
* nptl: Move sigaction to libcAdhemerval Zanella2021-03-263-37/+0
* nptl: Remove pthread raise implementationAdhemerval Zanella2021-03-263-31/+0
* nptl: Move pthread_kill to libcAdhemerval Zanella2021-03-263-3/+11
* 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-262-6/+0
* nptl: Remove pread from libpthreadAdhemerval Zanella2021-03-262-6/+1
* nptl: Remove open from libpthreadAdhemerval Zanella2021-03-262-7/+0
* nptl: Remove lseek from libpthreadAdhemerval Zanella2021-03-262-4/+0
* nptl: Remove send from libpthreadAdhemerval Zanella2021-03-262-4/+0
* Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer2021-03-251-8/+8
* nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu2021-03-192-33/+0
* signal: Add __libc_sigactionAdhemerval Zanella2021-03-181-0/+1
* nptl: Move system to libcAdhemerval Zanella2021-03-183-49/+0
* nptl: Move fcntl from libpthreadAdhemerval Zanella2021-03-182-5/+0
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-182-3/+0
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove sigwait from libpthreadAdhemerval Zanella2021-03-182-2/+1
* nptl: Remove tcdrain from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove pause from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove msync from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove fsync from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove sendto from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove recvfrom from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-182-4/+1
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-182-3/+0
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-182-4/+1
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-182-4/+1
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-183-5/+2
* nptl: Move fork into libcAdhemerval Zanella2021-03-123-52/+0
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-122-151/+0
* nptl: Move Linux pthread_kill to nptlAdhemerval Zanella2021-03-121-9/+17
* nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella2021-03-053-4/+4
* [PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek2021-03-044-9/+64
* nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer2021-03-013-4/+6
* nptl: Move elision implementations into libcFlorian Weimer2021-02-2312-39/+101
* nptl: Move futex-internal into libcFlorian Weimer2021-02-223-5/+5
* nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer2021-02-224-26/+5
* nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2021-02-222-0/+129
* nptl: Reformat VersionsFlorian Weimer2021-02-221-188/+279
* nptl: Split libpthread-routines into one routine per lineFlorian Weimer2021-02-221-86/+152
* pthread: Refactor semaphore codeAdhemerval Zanella2021-02-082-22/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-084-4/+0
* nptl: Fix comment typo in pthread_cond_wait.cJangwoong Kim2021-01-041-1/+1
* nptl: Remove set*id, set*gid files which are not builtFlorian Weimer2021-01-049-28/+0