aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2021-07-14Add an internal wrapper for clone, clone2 and clone3H.J. Lu
2021-07-12Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu
2021-07-09Force building with -fno-commonFlorian Weimer
2021-07-09nptl: Use out-of-line wake function in __libc_lock_unlock slow pathFlorian Weimer
2021-07-07nptl: Reduce the GLIBC_PRIVATE ABIFlorian Weimer
2021-07-07nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlockFlorian Weimer
2021-06-28nptl: Add glibc.pthread.stack_cache_size tunableFlorian Weimer
2021-06-28nptl: Export libthread_db-used symbols under GLIBC_PRIVATEFlorian Weimer
2021-06-28Linux: Cleanups after librt moveFlorian Weimer
2021-06-25Linux: Move aio_init from librt into libcFlorian Weimer
2021-06-24Consolidate pthread_atforkAdhemerval Zanella
2021-06-23nptl: Use SA_RESTART for SIGCANCEL handlerAdhemerval Zanella
2021-06-22Remove unsused symbols from nptl/VersionsAndreas Schwab
2021-06-22linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer
2021-06-15nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop againFlorian Weimer
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-06-09nptl: Avoid async cancellation to wrongly update __nptl_nthreads (BZ #19366)Adhemerval Zanella
2021-06-09nptl: Use pthread_kill on pthread_cancelAdhemerval Zanella
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella
2021-06-09nptl: Move cancel type out of cancelhandlingAdhemerval Zanella
2021-06-09nptl: Move cancel state out of cancelhandlingAdhemerval Zanella
2021-06-09nptl: Remove CANCELING_BITMASKAdhemerval Zanella
2021-06-09nptl: Install cancellation handler on pthread_cancelAdhemerval Zanella
2021-06-09nptl: Deallocate the thread stack on setup failure (BZ #19511)Adhemerval Zanella
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-06-02Add missing symbols to Version filesFlorian Weimer
2021-05-27nptl: Add pthread_attr_setaffinity_np failure testAdhemerval Zanella
2021-05-27nptl: Move createthread to pthread_createAdhemerval Zanella
2021-05-27nptl: Move Linux createthread to nptlAdhemerval Zanella
2021-05-27nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]Florian Weimer
2021-05-25Linux: Remove remaining references to $(shared-thread-library)Florian Weimer
2021-05-25nptl: Do not install libpthread.so and do not link tests with itFlorian Weimer
2021-05-21nptl: Remove remaining code from libpthreadFlorian Weimer
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer
2021-05-21nptl: Move semi-public __pthread_get_minstack symbol into libcFlorian Weimer
2021-05-21nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer
2021-05-21nptl: Perform signal initialization upon pthread_createFlorian Weimer
2021-05-21nptl: Remove unused __libc_pthread_init functionFlorian Weimer
2021-05-19nptl: Add missing __pthread_cond_wait alias in static buildsFlorian Weimer
2021-05-17nptl: Move pthread_sigqueue into libcFlorian Weimer
2021-05-17nptl: Move pthread_setschedprio into libcFlorian Weimer
2021-05-17nptl: Move pthread_setname_np into libcFlorian Weimer
2021-05-17nptl: Move pthread_setaffinity_np into libcFlorian Weimer
2021-05-17nptl: Move pthread_getname_np into libcFlorian Weimer
2021-05-17nptl: Move pthread_getcpuclockid into libcFlorian Weimer
2021-05-17nptl: Replace pthread_getcpuclockid with Linux implementationFlorian Weimer