aboutsummaryrefslogtreecommitdiff
path: root/nptl/nptl-init.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-21nptl: Remove remaining code from libpthreadFlorian Weimer1-46/+0
2021-05-21nptl: Move semi-public __pthread_get_minstack symbol into libcFlorian Weimer1-19/+0
2021-05-21nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer1-43/+3
2021-05-21nptl: Perform signal initialization upon pthread_createFlorian Weimer1-75/+0
2021-05-17nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer1-12/+0
2021-05-10Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer1-3/+0
2021-05-10nptl: Move changing of stack permissions into ld.soFlorian Weimer1-4/+0
2021-05-10nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer1-9/+1
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer1-9/+0
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer1-2/+0
2021-04-21nptl: Remove remnants of the libc/libpthread forwarder interfaceFlorian Weimer1-10/+1
2021-04-21nptl: Move setxid broadcast implementation into libcFlorian Weimer1-48/+1
2021-04-21nptl: Move core condition variable functions into libcFlorian Weimer1-10/+0
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer1-4/+0
2021-04-21nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer1-4/+0
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer1-3/+0
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer1-34/+2
2021-04-21nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer1-21/+0
2021-04-21nptl: Move pthread_setcanceltype into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer1-3/+1
2021-04-21nptl: Move __pthread_cleanup_upto into libcFlorian Weimer1-1/+0
2021-04-21nptl: Move legacy unwinding implementation into libcFlorian Weimer1-2/+0
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-8/+3
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer1-4/+0
2020-07-07linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella1-1/+1
2020-06-02nptl: Change type of __default_pthread_attrFlorian Weimer1-2/+2
2020-03-03Linux: set_robust_list syscall number is always availableFlorian Weimer1-4/+0
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-16/+10
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer1-16/+0