about summary refs log tree commit diff
path: root/nptl/nptl-init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-071-1/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-071-1/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-041-1/+0
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-301-1/+0
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-281-1/+0
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-161-1/+0
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-151-4/+0
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-151-1/+0