about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_mutexattr_gettype into libcFlorian Weimer2021-04-2361-58/+96
* nptl: Move pthread_mutexattr_getrobust into libcFlorian Weimer2021-04-2362-61/+105
* nptl: Move pthread_mutexattr_getpshared into libcFlorian Weimer2021-04-2361-29/+64
* nptl: Move pthread_mutexattr_getprotocol into libcFlorian Weimer2021-04-2361-29/+64
* nptl: Move pthread_mutexattr_getprioceiling into libcFlorian Weimer2021-04-2361-29/+64
* nptl: Move pthread_mutexattr_destroy into libcFlorian Weimer2021-04-2361-58/+96
* nptl: Move pthread_mutex_trylock, __pthread_mutex_trylock into libcFlorian Weimer2021-04-2361-58/+128
* nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libcFlorian Weimer2021-04-2361-58/+128
* nptl: Move pthread_mutex_setprioceiling into libcFlorian Weimer2021-04-2361-29/+64
* nptl: Move pthread_mutex_getprioceiling into libcFlorian Weimer2021-04-2361-29/+64
* powerpc: Add optimized strlen for POWER10Matheus Castanho2021-04-225-1/+230
* nptl: Move pthread_kill_other_threads_np compatibility symbol into libcFlorian Weimer2021-04-2261-29/+32
* 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-2233-15/+18
* 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-213-28/+3
* nptl: Move core condition variable functions into libcFlorian Weimer2021-04-2162-220/+80
* nptl: Move core mutex functions into libcFlorian Weimer2021-04-2163-259/+266
* x86: Remove low-level lock optimizationFlorian Weimer2021-04-213-89/+0
* nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer2021-04-213-0/+102
* pthread: Introduce __pthread_early_initFlorian Weimer2021-04-211-0/+29
* nptl: Move rwlock functions with forwarders into libcFlorian Weimer2021-04-2163-192/+294
* nptl: Move pthread_key_delete into libc.Florian Weimer2021-04-2161-29/+64
* nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer2021-04-2163-61/+128
* nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer2021-04-2163-61/+128
* nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer2021-04-2163-61/+128
* nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer2021-04-212-29/+37
* elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2021-04-212-0/+35
* 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-211-0/+7
* dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer2021-04-211-0/+9
* nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer2021-04-212-10/+2
* nptl: Move pthread_setcanceltype into libcFlorian Weimer2021-04-2130-30/+0
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-2134-42/+6
* nptl: Move pthread_exit into libcFlorian Weimer2021-04-2131-31/+1
* nptl: Move __nptl_deallocate_tsd into libcFlorian Weimer2021-04-212-6/+0
* nptl: Move internal __nptl_nthreads variable into libcFlorian Weimer2021-04-212-13/+2
* csu: Move calling main out of __libc_start_main_implFlorian Weimer2021-04-212-0/+112
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-2171-162/+86
* nptl: Move pthread_once and __pthread_once into libcFlorian Weimer2021-04-2164-72/+131
* nptl: Move __pthread_cleanup_upto into libcFlorian Weimer2021-04-213-12/+4
* x86: Restore compile-time check for shadow stack pointer in longjmpAdhemerval Zanella2021-04-211-0/+39
* nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer2021-04-2130-224/+28
* nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer2021-04-2161-116/+128
* nptl: Move legacy unwinding implementation into libcFlorian Weimer2021-04-213-58/+31
* nptl: Move __pthread_cleanup_routine into libcFlorian Weimer2021-04-2161-29/+64
* nptl: Move pthread_mutex_consistent into libcFlorian Weimer2021-04-2165-65/+109
* elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy2021-04-214-4/+0
* x86: Optimize strlen-avx2.SNoah Goldstein2021-04-192-214/+334