summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-1/+2
* Add an internal wrapper for clone, clone2 and clone3H.J. Lu2021-07-142-70/+27
* Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer2021-07-121-0/+3
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-091-3/+12
* Force building with -fno-commonFlorian Weimer2021-07-095-10/+7
* nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer2021-07-092-0/+15
* nptl: Reduce the GLIBC_PRIVATE ABIFlorian Weimer2021-07-076-52/+15
* nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlockFlorian Weimer2021-07-073-6/+6
* nptl: Add glibc.pthread.stack_cache_size tunableFlorian Weimer2021-06-283-4/+16
* nptl: Export libthread_db-used symbols under GLIBC_PRIVATEFlorian Weimer2021-06-282-5/+66
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-9/+0
* Linux: Move aio_init from librt into libcFlorian Weimer2021-06-251-0/+1
* Consolidate pthread_atforkAdhemerval Zanella2021-06-243-84/+0
* nptl: Use SA_RESTART for SIGCANCEL handlerAdhemerval Zanella2021-06-231-1/+5
* Remove unsused symbols from nptl/VersionsAndreas Schwab2021-06-221-6/+0
* linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella2021-06-221-18/+34
* nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer2021-06-221-739/+0
* nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop againFlorian Weimer2021-06-152-0/+6
* y2038: Add test coverageAdhemerval Zanella2021-06-152-0/+4
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-1510-24/+22
* nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)Adhemerval Zanella2021-06-091-7/+4
* nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella2021-06-093-11/+15
* nptl: Implement raise in terms of pthread_killAdhemerval Zanella2021-06-094-15/+36
* nptl: Move cancel type out of cancelhandlingAdhemerval Zanella2021-06-097-170/+34
* nptl: Move cancel state out of cancelhandlingAdhemerval Zanella2021-06-0911-60/+31
* nptl: Remove CANCELING_BITMASKAdhemerval Zanella2021-06-094-106/+36
* nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella2021-06-094-45/+28
* nptl: Deallocate the thread stack on setup failure (BZ #19511)Adhemerval Zanella2021-06-093-88/+80
* nptl: Remove exit-thread.hAdhemerval Zanella2021-06-041-2/+2
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-7/+0
* Add missing symbols to Version filesFlorian Weimer2021-06-021-0/+8
* nptl: Add pthread_attr_setaffinity_np failure testAdhemerval Zanella2021-05-272-0/+60
* nptl: Move createthread to pthread_createAdhemerval Zanella2021-05-272-166/+115
* nptl: Move Linux createthread to nptlAdhemerval Zanella2021-05-271-8/+116
* nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]Florian Weimer2021-05-271-2/+5
* Linux: Remove remaining references to $(shared-thread-library)Florian Weimer2021-05-251-14/+7
* nptl: Do not install libpthread.so and do not link tests with itFlorian Weimer2021-05-251-24/+5
* nptl: Remove remaining code from libpthreadFlorian Weimer2021-05-217-195/+11
* nptl: Move pthread_create, thrd_create into libcFlorian Weimer2021-05-216-26/+38
* nptl: Move semi-public __pthread_get_minstack symbol into libcFlorian Weimer2021-05-215-20/+23
* nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer2021-05-214-59/+27
* nptl: Perform signal initialization upon pthread_createFlorian Weimer2021-05-215-88/+131
* nptl: Remove unused __libc_pthread_init functionFlorian Weimer2021-05-212-36/+0
* nptl: Add missing __pthread_cond_wait alias in static buildsFlorian Weimer2021-05-191-0/+3
* nptl: Move pthread_sigqueue into libcFlorian Weimer2021-05-174-5/+19
* nptl: Move pthread_setschedprio into libcFlorian Weimer2021-05-174-6/+19
* nptl: Move pthread_setname_np into libcFlorian Weimer2021-05-174-4/+21
* nptl: Move pthread_setaffinity_np into libcFlorian Weimer2021-05-174-6/+16
* nptl: Move pthread_getname_np into libcFlorian Weimer2021-05-173-6/+13
* nptl: Move pthread_getcpuclockid into libcFlorian Weimer2021-05-174-7/+23