aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar5-5/+0
2021-07-12Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer1-1/+3
2021-07-09Force building with -fno-commonFlorian Weimer1-2/+2
2021-07-09nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer1-8/+18
2021-07-07nptl: Use internal low-level lock type for !IS_IN (libc)Florian Weimer1-46/+5
2021-07-02resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer1-12/+12
2021-06-28nptl: Add glibc.pthread.stack_cache_size tunableFlorian Weimer1-0/+4
2021-06-28Linux: Cleanups after librt moveFlorian Weimer1-0/+1
2021-06-25Linux: Move timer helper routines from librt to libcFlorian Weimer2-1/+3
2021-06-25Linux: Move mq_notify from librt to libcFlorian Weimer1-0/+3
2021-06-25Linux: Move aio_init from librt into libcFlorian Weimer2-2/+3
2021-06-24Consolidate pthread_atforkAdhemerval Zanella1-0/+4
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella3-264/+200
2021-06-22linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella1-8/+16
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer10-9/+748
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella1-0/+119
2021-06-09nptl: Move cancel type out of cancelhandlingAdhemerval Zanella1-0/+1
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella1-0/+2
2021-06-04libio: Assume _IO_lock_inexpensiveAdhemerval Zanella1-3/+0
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella1-1/+2
2021-05-25nptl: Do not install libpthread.so and do not link tests with itFlorian Weimer1-2/+6
2021-05-21nptl: Remove remaining code from libpthreadFlorian Weimer1-4/+0
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer1-2/+0
2021-05-21nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer1-0/+28
2021-05-17nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer1-0/+8
2021-05-10Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer1-0/+110
2021-05-10nptl: Move more stack management variables into _rtld_globalFlorian Weimer1-0/+1
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer1-2/+23
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2-13/+57
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer3-30/+5
2021-05-03nptl: Move pthread_yield into libc, as a compatibility symbolFlorian Weimer1-4/+7
2021-05-03nptl: Move pthread_rwlock_trywrlock into libcFlorian Weimer1-5/+0
2021-05-03nptl: Move pthread_rwlock_tryrdlock into libcFlorian Weimer1-5/+0
2021-05-03nptl: Move pthread_rwlock_init into libcFlorian Weimer1-9/+2
2021-05-03nptl: Move pthread_rwlock_destroy into libcFlorian Weimer1-8/+1
2021-05-03nptl: Move mtx_init into libcFlorian Weimer1-8/+0
2021-05-03nptl: Move call_once into libcFlorian Weimer1-2/+8
2021-04-27Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor1-1/+2
2021-04-23nptl: Move pthread_mutexattr_setrobust into libcFlorian Weimer1-4/+9
2021-04-23nptl: Move pthread_mutexattr_getrobust into libcFlorian Weimer1-3/+9
2021-04-22nptl: __nptl_set_robust_list_avail must be nocommonFlorian Weimer1-1/+1
2021-04-21nptl: Remove remnants of the libc/libpthread forwarder interfaceFlorian Weimer2-72/+6
2021-04-21nptl: Move setxid broadcast implementation into libcFlorian Weimer2-24/+3
2021-04-21nptl: Move core condition variable functions into libcFlorian Weimer1-11/+0
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer2-27/+10
2021-04-21nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer2-0/+74
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer2-18/+6
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer2-3/+0
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer2-3/+0
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer2-3/+0