aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella
2019-11-06nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella
2019-11-01nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe
2019-11-01nptl: Convert tst-join3 to use libsupportMike Crowe
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-10-18nptl: Document AS-safe functions in cancellation.c.Carlos O'Donell
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer
2019-10-18nptl/tst-cancel25 needs to be an internal testFlorian Weimer
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer
2019-08-15nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer
2019-07-30nptl: Use uintptr_t for address diagnostic in nptl/tst-pthread-getattrFlorian Weimer
2019-07-18nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe
2019-07-12nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe
2019-07-12nptl: pthread_rwlock: Move timeout validation into _full functionsMike Crowe
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer
2019-06-26Fix build warnings in nptl/tst-eintr1.cStefan Liebler
2019-06-21nptl: Convert various tests to use libsupportMike Crowe
2019-05-27nptl: Add comment to __pthread_get_minstack about external usersFlorian Weimer
2019-05-14Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella
2019-05-14Small optimization for lowlevellockAdhemerval Zanella
2019-05-14Add single-thread.h headerAdhemerval Zanella
2019-05-10sem_close: Use __twalk_rFlorian Weimer
2019-05-09nptl/tst-abstime: Use libsupportMike Crowe
2019-05-09nptl: Convert some rwlock tests to use libsupportMike Crowe
2019-05-09nptl: Use recent additions to libsupport in tst-sem5Mike Crowe