about summary refs log tree commit diff
path: root/sysdeps/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_mutexattr_setrobust into libcFlorian Weimer2021-04-231-4/+9
* nptl: Move pthread_mutexattr_getrobust into libcFlorian Weimer2021-04-231-3/+9
* 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-212-24/+3
* nptl: Move core condition variable functions into libcFlorian Weimer2021-04-211-11/+0
* nptl: Move core mutex functions into libcFlorian Weimer2021-04-212-27/+10
* nptl: Move internal symbol __mutex_aconf into libcFlorian Weimer2021-04-212-0/+74
* nptl: Move rwlock functions with forwarders into libcFlorian Weimer2021-04-212-18/+6
* nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer2021-04-212-3/+0
* nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer2021-04-212-3/+0
* nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer2021-04-212-3/+0
* nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer2021-04-211-0/+37
* elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2021-04-211-0/+30
* Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer2021-04-211-23/+7
* nptl: Invoke the set_robust_list system call directly in forkFlorian Weimer2021-04-212-10/+2
* nptl: Move pthread_setcanceltype into libcFlorian Weimer2021-04-211-1/+0
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-212-4/+1
* nptl: Move pthread_exit into libcFlorian Weimer2021-04-211-1/+0
* 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-211-0/+88
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-212-66/+0
* nptl: Move pthread_once and __pthread_once into libcFlorian Weimer2021-04-213-14/+3
* nptl: Move __pthread_cleanup_upto into libcFlorian Weimer2021-04-212-7/+2
* nptl: Move legacy unwinding implementation into libcFlorian Weimer2021-04-213-58/+31
* nptl: Move pthread_mutex_consistent into libcFlorian Weimer2021-04-211-2/+8
* fork.h: replace with register-atfork.hSamuel Thibault2021-03-293-35/+1
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-261-31/+0
* linux: Use __libc_single_threaded on forkAdhemerval Zanella2021-03-121-1/+2
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-121-41/+1
* nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptionsFlorian Weimer2021-03-021-3/+6
* nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer2021-03-011-100/+15
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-011-0/+3
* nptl: Move elision implementations into libcFlorian Weimer2021-02-231-0/+102
* nptl: Move futex-internal into libcFlorian Weimer2021-02-221-2/+2
* nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer2021-02-221-2/+4
* nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2021-02-222-128/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-081-31/+0
* nptl: Remove private futex optimization [BZ #27304]Florian Weimer2021-02-041-13/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0234-34/+34
* nss: Implement <nss_database.h>Florian Weimer2020-12-041-0/+9
* lowlevellock-futex: Remove not used macrosLukasz Majewski2020-12-041-43/+0
* futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski2020-12-041-61/+0
* y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski2020-12-041-4/+7
* nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes2020-12-011-4/+3
* y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski2020-11-303-6/+13
* nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella2020-11-251-32/+0
* nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella2020-11-252-61/+3
* nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella2020-11-252-51/+0