about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]H.J. Lu2020-07-293-2/+87
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01493-493/+493
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-192-3/+2
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-192-3/+2
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-091-8/+18
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-031-2/+2
* nptl: Add struct_rwlock.hAdhemerval Zanella2019-11-261-1/+1
* nptl: Add struct_mutex.hAdhemerval Zanella2019-11-261-1/+2
* nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella2019-11-261-0/+8
* nptl: Cleanup mutex internal offset testsAdhemerval Zanella2019-11-262-10/+6
* nptl: Refactor thrd_sleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-12/+9
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-063-6/+4
* nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout testMike Crowe2019-11-012-0/+75
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-0115-28/+181
* nptl: Convert tst-join3 to use libsupportMike Crowe2019-11-011-66/+20
* Refactor PI mutexes internal definitionsAdhemerval Zanella2019-10-315-69/+42
* nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella2019-10-313-35/+23
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-302-8/+6
* 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