aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault
2021-03-26nptl: Remove unused rulesAdhemerval Zanella
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella
2021-03-26nptl: Remove pthread raise implementationAdhemerval Zanella
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella
2021-03-26nptl: Remove sigsuspend from pthread-compat-wrappersAdhemerval Zanella
2021-03-26nptl: Remove msgrcv from pthread-compat-wrappersAdhemerval Zanella
2021-03-26nptl: Remove msgsnd from pthread-compat-wrappersAdhemerval Zanella
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer
2021-03-19nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella
2021-03-18nptl: Move system to libcAdhemerval Zanella
2021-03-18nptl: Move fcntl from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove sigwait from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove tcdrain from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove pause from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove msync from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove fsync from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella
2021-03-12nptl: Move fork into libcAdhemerval Zanella
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella
2021-03-12nptl: Move Linux pthread_kill to nptlAdhemerval Zanella
2021-03-05nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella
2021-03-04[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer
2021-02-23nptl: Move elision implementations into libcFlorian Weimer
2021-02-22nptl: Move futex-internal into libcFlorian Weimer
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer
2021-02-22nptl: Move futex-internal.c into main nptl directoryFlorian Weimer
2021-02-22nptl: Reformat VersionsFlorian Weimer
2021-02-22nptl: Split libpthread-routines into one routine per lineFlorian Weimer
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer
2021-01-04nptl: Fix comment typo in pthread_cond_wait.cJangwoong Kim
2021-01-04nptl: Remove set*id, set*gid files which are not builtFlorian Weimer