about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-277-12/+15
* nptl: Document AS-safe functions in cancellation.c.Carlos O'Donell2019-10-181-2/+5
* nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer2019-10-188-50/+29
* nptl/tst-cancel25 needs to be an internal testFlorian Weimer2019-10-182-2/+3
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-074-8/+2
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-074-7/+3
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-044-7/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07487-487/+487
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-304-6/+2
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-284-7/+2
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-164-7/+3
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-155-21/+4
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-153-30/+2
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-155-7/+5
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-153-7/+2
* nptl: Use uintptr_t for address diagnostic in nptl/tst-pthread-getattrFlorian Weimer2019-07-301-8/+9
* nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe2019-07-182-6/+0
* nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe2019-07-122-10/+0
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-129-27/+160
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-122-13/+18
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-1214-100/+307
* nptl: pthread_rwlock: Move timeout validation into _full functionsMike Crowe2019-07-123-20/+20
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-129-18/+221
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-129-20/+193
* nptl: Add clockid parameter to futex timed wait callsMike Crowe2019-07-124-34/+16
* nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2019-07-024-70/+42
* Fix build warnings in nptl/tst-eintr1.cStefan Liebler2019-06-261-3/+2
* nptl: Convert various tests to use libsupportMike Crowe2019-06-219-409/+117
* nptl: Add comment to __pthread_get_minstack about external usersFlorian Weimer2019-05-271-0/+8
* Assume LLL_LOCK_INITIALIZER is 0Adhemerval Zanella2019-05-145-38/+0
* Small optimization for lowlevellockAdhemerval Zanella2019-05-141-12/+19
* Add single-thread.h headerAdhemerval Zanella2019-05-141-37/+0
* sem_close: Use __twalk_rFlorian Weimer2019-05-101-13/+15
* nptl/tst-abstime: Use libsupportMike Crowe2019-05-091-52/+18
* nptl: Convert some rwlock tests to use libsupportMike Crowe2019-05-094-386/+97
* nptl: Use recent additions to libsupport in tst-sem5Mike Crowe2019-05-091-16/+5
* nptl: Convert tst-cond11.c to use libsupportMike Crowe2019-05-091-133/+36
* Move nptl/tst-eintr1 to xtestsSzabolcs Nagy2019-05-091-1/+6
* nptl/tst-rwlock14: Test pthread_rwlock_timedwrlock correctlyMike Crowe2019-03-251-6/+6
* nptl: Convert tst-sem5 & tst-sem13 to use libsupportMike Crowe2019-03-252-79/+20
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-221-1/+1
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-228-192/+1
* nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME supportAdhemerval Zanella2019-03-052-56/+0
* Add some spaces before '('.Joseph Myers2019-02-272-3/+3
* Break more lines before not after operators.Joseph Myers2019-02-251-2/+3
* nptl: Fix comment typo in pthread_mutex_trylock.cWolfram Sang2019-02-191-1/+1
* nptl: Fix pthread_tryjoin comment.Carlos O'Donell2019-02-191-1/+1
* Move remaining nptl_db headers to sysdeps/nptlFlorian Weimer2019-02-161-1/+1
* nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211]Florian Weimer2019-02-151-2/+3
* nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2019-02-146-130/+137