about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libcFlorian Weimer2021-04-2365-78/+181
* nptl: Move pthread_mutex_setprioceiling into libcFlorian Weimer2021-04-2364-34/+77
* nptl: Move pthread_mutex_getprioceiling into libcFlorian Weimer2021-04-2364-33/+76
* powerpc: Add optimized strlen for POWER10Matheus Castanho2021-04-225-1/+230
* nptl: Do not build nptl/tst-pthread-gdb-attach as PIEFlorian Weimer2021-04-221-0/+3
* nptl: Move pthread_kill_other_threads_np compatibility symbol into libcFlorian Weimer2021-04-2264-33/+35
* x86: tst-cpu-features-supports.c: Update AMX checkH.J. Lu2021-04-221-3/+3
* nptl: Move pthread_atfork compatibility symbol to libcFlorian Weimer2021-04-2236-19/+21
* nptl: Check for compatible GDB in nptl/tst-pthread-gdb-attachFlorian Weimer2021-04-221-2/+76
* 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-217-147/+10
* nptl: Move setxid broadcast implementation into libcFlorian Weimer2021-04-219-287/+287
* nptl: Move core condition variable functions into libcFlorian Weimer2021-04-2175-342/+166
* nptl: Move core mutex functions into libcFlorian Weimer2021-04-2173-308/+340
* x86: Remove low-level lock optimizationFlorian Weimer2021-04-213-89/+0
* nptl: pthread_mutex_lock, pthread_mutex_unock single-threaded optimizationFlorian Weimer2021-04-213-4/+39
* nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer2021-04-217-6/+72
* pthread: Introduce __pthread_early_initFlorian Weimer2021-04-212-0/+32
* nptl: Move the internal thread priority protection symbols into libcFlorian Weimer2021-04-214-8/+21
* nptl: Move rwlock functions with forwarders into libcFlorian Weimer2021-04-2170-216/+350
* nptl: Move pthread_key_delete into libc.Florian Weimer2021-04-2165-34/+82
* nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer2021-04-2168-70/+150
* nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer2021-04-2168-70/+148
* nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer2021-04-2168-71/+148
* nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer2021-04-218-97/+52
* elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2021-04-216-20/+63
* Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer2021-04-213-48/+7
* dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer2021-04-2114-229/+329
* dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer2021-04-217-4/+110
* nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer2021-04-214-34/+2
* nptl: Move pthread_setcanceltype into libcFlorian Weimer2021-04-2136-36/+4
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-2143-77/+21
* nptl: Move pthread_exit into libcFlorian Weimer2021-04-2139-55/+66
* nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer2021-04-218-102/+116
* nptl: Move __pthread_keys global variable into libcFlorian Weimer2021-04-216-7/+28
* nptl_db: Introduce DB_MAIN_ARRAY_VARIABLEFlorian Weimer2021-04-212-0/+6
* nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer2021-04-219-20/+30
* csu: Move calling main out of __libc_start_main_implFlorian Weimer2021-04-213-70/+116
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-2182-189/+126
* nptl: Move pthread_once and __pthread_once into libcFlorian Weimer2021-04-2170-94/+152
* nptl: Move __pthread_cleanup_upto into libcFlorian Weimer2021-04-218-18/+8
* x86: Restore compile-time check for shadow stack pointer in longjmpAdhemerval Zanella2021-04-211-0/+39
* nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer2021-04-2133-276/+28
* nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer2021-04-2168-146/+188
* nptl: Move legacy unwinding implementation into libcFlorian Weimer2021-04-217-116/+97
* nptl: Move __pthread_cleanup_routine into libcFlorian Weimer2021-04-2164-33/+76
* nptl: Move pthread_mutex_consistent into libcFlorian Weimer2021-04-2169-72/+135
* elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy2021-04-215-51/+6
* Fix argv overrun in getconf (bug 27761)Andreas Schwab2021-04-211-2/+2
* nptl_db: Support different libpthread/ld.so load orders (bug 27744)Florian Weimer2021-04-217-11/+180