aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nptl
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-26nptl: Add default pthreadtypes-arch.hAdhemerval Zanella1-0/+45
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella3-28/+78
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella3-133/+113
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-3/+3
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe1-1/+1
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe1-0/+11
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella2-0/+95
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella1-2/+13
2019-10-31Consolidate lowlevellock-futex.hAdhemerval Zanella1-37/+128
2019-10-31Consolidate futex-internal.hAdhemerval Zanella1-15/+196
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer1-24/+5
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer1-2/+0
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer1-2/+0
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer1-1/+0
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert30-30/+30
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer1-1/+0
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer1-1/+0
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer1-1/+0
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer1-2/+0
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer1-1/+0
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer1-1/+0
2019-07-18nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe1-4/+0
2019-07-12nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe1-8/+1
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe1-0/+7
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe1-7/+9
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe1-0/+14
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2-0/+19
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe2-5/+17
2019-05-14x86: Remove arch-specific low level lock implementationAdhemerval Zanella1-1/+3
2019-05-14Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella1-14/+3
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-8/+0
2019-03-05nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella1-2/+1
2019-02-16Move remaining nptl_db headers to sysdeps/nptlFlorian Weimer2-0/+553
2019-02-14nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2-26/+7
2019-02-08nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer2-6/+8
2019-01-03nptl: Cleanup cancellation macrosAdhemerval Zanella3-40/+30
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers28-28/+28
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-7/+0
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang1-0/+27
2018-10-17Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler1-1/+21
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-07-25Fix ISO C threads installed header and HURD assumptionAdhemerval Zanella1-1/+207
2018-07-25Fix C11 conformance issuesAdhemerval Zanella1-0/+1
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2-3/+2
2018-05-08Fix comment typoAndreas Schwab1-1/+1
2018-05-04Fix blocking pthread_join. [BZ #23137]Stefan Liebler1-5/+8
2018-04-26Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766]Tulio Magno Quites Machado Filho1-1/+2