aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2019-11-01nptl: Convert tst-join3 to use libsupportMike Crowe1-66/+20
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella5-69/+42
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella3-35/+23
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2-8/+6
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski7-12/+15
2019-10-18nptl: Document AS-safe functions in cancellation.c.Carlos O'Donell1-2/+5
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer8-50/+29
2019-10-18nptl/tst-cancel25 needs to be an internal testFlorian Weimer2-2/+3
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer4-8/+2
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer4-7/+3
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer4-7/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert487-487/+487
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer4-6/+2
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer4-7/+2
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer4-7/+3
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer5-21/+4
2019-08-15nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer3-30/+2
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer5-7/+5
2019-08-15nptl: Move pthread_equal implementation into libcFlorian Weimer3-7/+2
2019-07-30nptl: Use uintptr_t for address diagnostic in nptl/tst-pthread-getattrFlorian Weimer1-8/+9
2019-07-18nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe2-6/+0
2019-07-12nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe2-10/+0
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe9-27/+160
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2-13/+18
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe14-100/+307
2019-07-12nptl: pthread_rwlock: Move timeout validation into _full functionsMike Crowe3-20/+20
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe9-18/+221
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe9-20/+193
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe4-34/+16
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer4-70/+42
2019-06-26Fix build warnings in nptl/tst-eintr1.cStefan Liebler1-3/+2
2019-06-21nptl: Convert various tests to use libsupportMike Crowe9-409/+117
2019-05-27nptl: Add comment to __pthread_get_minstack about external usersFlorian Weimer1-0/+8
2019-05-14Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella5-38/+0
2019-05-14Small optimization for lowlevellockAdhemerval Zanella1-12/+19
2019-05-14Add single-thread.h headerAdhemerval Zanella1-37/+0
2019-05-10sem_close: Use __twalk_rFlorian Weimer1-13/+15
2019-05-09nptl/tst-abstime: Use libsupportMike Crowe1-52/+18
2019-05-09nptl: Convert some rwlock tests to use libsupportMike Crowe4-386/+97
2019-05-09nptl: Use recent additions to libsupport in tst-sem5Mike Crowe1-16/+5
2019-05-09nptl: Convert tst-cond11.c to use libsupportMike Crowe1-133/+36
2019-05-09Move nptl/tst-eintr1 to xtestsSzabolcs Nagy1-1/+6
2019-03-25nptl/tst-rwlock14: Test pthread_rwlock_timedwrlock correctlyMike Crowe1-6/+6
2019-03-25nptl: Convert tst-sem5 & tst-sem13 to use libsupportMike Crowe2-79/+20
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella1-1/+1
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella8-192/+1
2019-03-05nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella2-56/+0
2019-02-27Add some spaces before '('.Joseph Myers2-3/+3
2019-02-25Break more lines before not after operators.Joseph Myers1-2/+3
2019-02-19nptl: Fix comment typo in pthread_mutex_trylock.cWolfram Sang1-1/+1