aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-04-21nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move the internal thread priority protection symbols into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer1-3/+3
2021-04-21nptl: Move pthread_key_delete into libc.Florian Weimer1-1/+1
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move pthread_setcanceltype into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer1-3/+10
2021-04-21nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer1-0/+1
2021-04-21nptl: Move __pthread_keys global variable into libcFlorian Weimer1-0/+1
2021-04-21nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer1-0/+1
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer1-3/+1
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move __pthread_cleanup_upto into libcFlorian Weimer1-1/+1
2021-04-21nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer1-1/+0
2021-04-21nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer1-4/+11
2021-04-21nptl: Move __pthread_cleanup_routine into libcFlorian Weimer1-1/+1
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer1-1/+1
2021-04-21nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer1-2/+17
2021-03-26nptl: Remove unused rulesAdhemerval Zanella1-5/+0
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella1-1/+0
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella1-2/+0
2021-03-26nptl: Remove pthread raise implementationAdhemerval Zanella1-1/+0
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella1-1/+1
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 Zanella1-3/+0
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella1-3/+1
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella1-3/+0
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella1-1/+0
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella1-2/+0
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella1-0/+1
2021-03-18nptl: Move system to libcAdhemerval Zanella1-3/+0
2021-03-18nptl: Move fcntl from libpthreadAdhemerval Zanella1-3/+0
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella1-2/+0
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella1-2/+1
2021-03-18nptl: Remove sigwait from libpthreadAdhemerval Zanella1-1/+1
2021-03-18nptl: Remove tcdrain from libpthreadAdhemerval Zanella1-2/+1
2021-03-18nptl: Remove pause from libpthreadAdhemerval Zanella1-2/+1
2021-03-18nptl: Remove msync from libpthreadAdhemerval Zanella1-2/+1
2021-03-18nptl: Remove fsync from libpthreadAdhemerval Zanella1-2/+1
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella1-2/+1
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella1-2/+1
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella1-2/+1
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella1-2/+1
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella1-2/+0
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella1-2/+1