about summary refs log tree commit diff
path: root/sysdeps/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: Use internal low-level lock type for !IS_IN (libc)Florian Weimer2021-07-071-46/+5
* resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer2021-07-021-12/+12
* nptl: Add glibc.pthread.stack_cache_size tunableFlorian Weimer2021-06-281-0/+4
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-0/+1
* Linux: Move timer helper routines from librt to libcFlorian Weimer2021-06-252-1/+3
* Linux: Move mq_notify from librt to libcFlorian Weimer2021-06-251-0/+3
* Linux: Move aio_init from librt into libcFlorian Weimer2021-06-252-2/+3
* Consolidate pthread_atforkAdhemerval Zanella2021-06-241-0/+4
* posix: Consolidate fork implementationAdhemerval Zanella2021-06-243-264/+200
* linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella2021-06-221-8/+16
* nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer2021-06-2210-9/+748
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-0/+119
* nptl: Move cancel type out of cancelhandlingAdhemerval Zanella2021-06-091-0/+1
* nptl: Move cancel state out of cancelhandlingAdhemerval Zanella2021-06-091-0/+2
* libio: Assume _IO_lock_inexpensiveAdhemerval Zanella2021-06-041-3/+0
* nptl: Remove exit-thread.hAdhemerval Zanella2021-06-041-1/+2
* nptl: Do not install libpthread.so and do not link tests with itFlorian Weimer2021-05-251-2/+6
* nptl: Remove remaining code from libpthreadFlorian Weimer2021-05-211-4/+0
* nptl: Move pthread_create, thrd_create into libcFlorian Weimer2021-05-211-2/+0
* nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer2021-05-211-0/+28
* nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer2021-05-171-0/+8
* Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer2021-05-101-0/+110
* nptl: Move more stack management variables into _rtld_globalFlorian Weimer2021-05-101-0/+1
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-101-2/+23
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-102-13/+57
* nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer2021-05-053-30/+5
* nptl: Move pthread_yield into libc, as a compatibility symbolFlorian Weimer2021-05-031-4/+7
* nptl: Move pthread_rwlock_trywrlock into libcFlorian Weimer2021-05-031-5/+0
* nptl: Move pthread_rwlock_tryrdlock into libcFlorian Weimer2021-05-031-5/+0
* nptl: Move pthread_rwlock_init into libcFlorian Weimer2021-05-031-9/+2
* nptl: Move pthread_rwlock_destroy into libcFlorian Weimer2021-05-031-8/+1
* nptl: Move mtx_init into libcFlorian Weimer2021-05-031-8/+0
* nptl: Move call_once into libcFlorian Weimer2021-05-031-2/+8
* Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor2021-04-271-1/+2
* nptl: Move pthread_mutexattr_setrobust into libcFlorian Weimer2021-04-231-4/+9
* nptl: Move pthread_mutexattr_getrobust into libcFlorian Weimer2021-04-231-3/+9
* nptl: __nptl_set_robust_list_avail must be nocommonFlorian Weimer2021-04-221-1/+1
* nptl: Remove remnants of the libc/libpthread forwarder interfaceFlorian Weimer2021-04-212-72/+6
* nptl: Move setxid broadcast implementation into libcFlorian Weimer2021-04-212-24/+3
* nptl: Move core condition variable functions into libcFlorian Weimer2021-04-211-11/+0
* nptl: Move core mutex functions into libcFlorian Weimer2021-04-212-27/+10
* nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer2021-04-212-0/+74
* nptl: Move rwlock functions with forwarders into libcFlorian Weimer2021-04-212-18/+6
* nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer2021-04-212-3/+0
* nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer2021-04-212-3/+0
* nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer2021-04-212-3/+0
* nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer2021-04-211-0/+37
* elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2021-04-211-0/+30
* Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer2021-04-211-23/+7
* nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer2021-04-212-10/+2