aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)AuthorFilesLines
2020-12-04nss: Implement <nss_database.h>Florian Weimer1-0/+9
2020-12-04lowlevellock-futex: Remove not used macrosLukasz Majewski1-43/+0
2020-12-04futex: Remove not used futex_reltimed_wait{_cancelable}Lukasz Majewski1-61/+0
2020-12-04y2038: Convert gai_suspend to support 64 bit timeLukasz Majewski1-4/+7
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes1-4/+3
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski3-6/+13
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella1-32/+0
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella2-61/+3
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella2-51/+0
2020-11-25nptl: Consolidate __futex_abstimed_wait_{cancelable}64Adhemerval Zanella1-76/+35
2020-11-25nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella2-9/+13
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella1-49/+0
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella1-29/+0
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella1-98/+0
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-0/+80
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella1-0/+1
2020-10-30Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers1-10/+27
2020-10-21y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski2-1/+52
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2-2/+123
2020-10-07nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella1-0/+1
2020-10-05Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)Joseph Myers1-2/+3
2020-10-04Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit timeLukasz Majewski2-0/+76
2020-09-30nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.hLukasz Majewski1-4/+4
2020-09-30nptl: Provide proper spelling for 32 bit version of futex_abstimed_waitLukasz Majewski1-6/+6
2020-09-28nptl: Fix __futex_abstimed_wait_cancellable32Adhemerval Zanella1-4/+10
2020-09-09nptl: futex: Provide correct indentation for part of __futex_abstimed_wait_ca...Lukasz Majewski1-3/+3
2020-09-02y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski3-1/+106
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski1-0/+52
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2-0/+18
2020-06-02nptl: Make pthread_attr_t dynamically extensibleFlorian Weimer1-3/+13
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer1-0/+7
2020-03-03Linux: set_robust_list syscall number is always availableFlorian Weimer1-6/+4
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-4/+0
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella1-5/+4
2020-02-10nptl: update default pthread-offsets.hAndreas Schwab1-16/+6
2020-02-09C11 threads: Move implementation to sysdeps/pthreadSamuel Thibault2-204/+2
2020-02-09nptl: Move nptl-specific types to separate headerSamuel Thibault2-8/+15
2020-01-30nptl: Avoid using PTHREAD_MUTEX_DEFAULT in macro definition [BZ #25271]Florian Weimer1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2019-11-26nptl: Fix __PTHREAD_MUTEX_INITIALIZER for !__PTHREAD_MUTEX_HAVE_PREVAdhemerval Zanella1-1/+1
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella1-0/+26