aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers493-493/+493
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella2-3/+2
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella2-3/+2
2019-12-09nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella1-8/+18
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer1-2/+2
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella1-1/+1
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella1-1/+2
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella1-0/+8
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella2-10/+6
2019-11-06nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella1-12/+9
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella3-6/+4
2019-11-01nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe2-0/+75
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe15-28/+181
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