aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2021-04-21nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer6-6/+27
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer8-21/+36
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer6-22/+21
2021-04-21nptl: Move __pthread_cleanup_upto into libcFlorian Weimer5-6/+4
2021-04-21nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer3-52/+0
2021-04-21nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer7-30/+60
2021-04-21nptl: Move legacy unwinding implementation into libcFlorian Weimer4-58/+66
2021-04-21nptl: Move __pthread_cleanup_routine into libcFlorian Weimer3-4/+12
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer3-6/+23
2021-04-21nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer4-2/+169
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