about summary refs log tree commit diff
path: root/nptl/nptl-init.c
Commit message (Expand)AuthorAgeFilesLines
* nptl: Remove remaining code from libpthreadFlorian Weimer2021-05-211-46/+0
* nptl: Move semi-public __pthread_get_minstack symbol into libcFlorian Weimer2021-05-211-19/+0
* nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer2021-05-211-43/+3
* nptl: Perform signal initialization upon pthread_createFlorian Weimer2021-05-211-75/+0
* nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer2021-05-171-12/+0
* Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer2021-05-101-3/+0
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-101-4/+0
* nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer2021-05-101-9/+1
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-101-9/+0
* elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer2021-05-051-2/+0
* nptl: Remove remnants of the libc/libpthread forwarder interfaceFlorian Weimer2021-04-211-10/+1
* nptl: Move setxid broadcast implementation into libcFlorian Weimer2021-04-211-48/+1
* nptl: Move core condition variable functions into libcFlorian Weimer2021-04-211-10/+0
* nptl: Move core mutex functions into libcFlorian Weimer2021-04-211-4/+0
* nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer2021-04-211-4/+0
* nptl: Move rwlock functions with forwarders into libcFlorian Weimer2021-04-211-3/+0
* nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer2021-04-211-1/+0
* nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer2021-04-211-1/+0
* nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer2021-04-211-1/+0
* nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer2021-04-211-34/+2
* nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer2021-04-211-21/+0
* nptl: Move pthread_setcanceltype into libcFlorian Weimer2021-04-211-1/+0
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-211-1/+0
* nptl: Move pthread_exit into libcFlorian Weimer2021-04-211-1/+0
* nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer2021-04-211-1/+0
* nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer2021-04-211-1/+0
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-211-1/+0
* nptl: Move pthread_once and __pthread_once into libcFlorian Weimer2021-04-211-3/+1
* nptl: Move __pthread_cleanup_upto into libcFlorian Weimer2021-04-211-1/+0
* nptl: Move legacy unwinding implementation into libcFlorian Weimer2021-04-211-2/+0
* fork.h: replace with register-atfork.hSamuel Thibault2021-03-291-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-8/+3
* nptl: Eliminate <smp.h> and __is_smpFlorian Weimer2020-11-131-4/+0
* linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella2020-07-071-1/+1
* nptl: Change type of __default_pthread_attrFlorian Weimer2020-06-021-2/+2
* Linux: set_robust_list syscall number is always availableFlorian Weimer2020-03-031-4/+0
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-201-2/+0
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-201-2/+0
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+0
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-141-16/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer2019-10-181-16/+0