aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2021-04-23nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libcFlorian Weimer4-20/+53
2021-04-23nptl: Move pthread_mutex_setprioceiling into libcFlorian Weimer3-5/+13
2021-04-23nptl: Move pthread_mutex_getprioceiling into libcFlorian Weimer3-4/+12
2021-04-22nptl: Do not build nptl/tst-pthread-gdb-attach as PIEFlorian Weimer1-0/+3
2021-04-22nptl: Move pthread_kill_other_threads_np compatibility symbol into libcFlorian Weimer3-4/+3
2021-04-22nptl: Move pthread_atfork compatibility symbol to libcFlorian Weimer3-4/+3
2021-04-22nptl: Check for compatible GDB in nptl/tst-pthread-gdb-attachFlorian Weimer1-2/+76
2021-04-21nptl: Remove remnants of the libc/libpthread forwarder interfaceFlorian Weimer5-75/+4
2021-04-21nptl: Move setxid broadcast implementation into libcFlorian Weimer6-259/+284
2021-04-21nptl: Move core condition variable functions into libcFlorian Weimer13-122/+86
2021-04-21nptl: Move core mutex functions into libcFlorian Weimer10-49/+74
2021-04-21nptl: pthread_mutex_lock, pthread_mutex_unock single-threaded optimizationFlorian Weimer3-4/+39
2021-04-21nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer5-39/+3
2021-04-21nptl: Move the internal thread priority protection symbols into libcFlorian Weimer4-8/+21
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer7-24/+56
2021-04-21nptl: Move pthread_key_delete into libc.Florian Weimer4-5/+18
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer5-9/+22
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer5-9/+20
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer5-10/+20
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer6-68/+15
2021-04-21nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer2-24/+0
2021-04-21nptl: Move pthread_setcanceltype into libcFlorian Weimer6-6/+4
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer6-12/+5
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer8-24/+65
2021-04-21nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer6-96/+116
2021-04-21nptl: Move __pthread_keys global variable into libcFlorian Weimer5-6/+27
2021-04-21nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer6-6/+27
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer8-21/+36
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer6-22/+21
2021-04-21nptl: Move __pthread_cleanup_upto into libcFlorian Weimer5-6/+4
2021-04-21nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer3-52/+0
2021-04-21nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer7-30/+60
2021-04-21nptl: Move legacy unwinding implementation into libcFlorian Weimer4-58/+66
2021-04-21nptl: Move __pthread_cleanup_routine into libcFlorian Weimer3-4/+12
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer3-6/+23
2021-04-21nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer4-2/+169
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault4-3/+8
2021-03-26nptl: Remove unused rulesAdhemerval Zanella1-5/+0
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella3-57/+0
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella3-37/+0
2021-03-26nptl: Remove pthread raise implementationAdhemerval Zanella3-31/+0
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella3-3/+11
2021-03-26nptl: Remove sigsuspend from pthread-compat-wrappersAdhemerval Zanella1-7/+0
2021-03-26nptl: Remove msgrcv from pthread-compat-wrappersAdhemerval Zanella1-2/+0
2021-03-26nptl: Remove msgsnd from pthread-compat-wrappersAdhemerval Zanella1-2/+1
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella2-6/+0
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella2-6/+1
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella2-7/+0
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella2-4/+0
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella2-4/+0