about summary refs log tree commit diff
path: root/nptl/Versions
Commit message (Expand)AuthorAgeFilesLines
* nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer2020-06-021-0/+3
* nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer2020-06-021-0/+1
* nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer2020-05-201-0/+1
* nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer2020-05-201-0/+1
* nptl: Move pthread_gettattr_np into libcFlorian Weimer2020-05-201-3/+5
* nptl: Move pthread_getaffinity_np into libcFlorian Weimer2020-05-201-1/+4
* nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer2020-05-201-2/+10
* nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella2020-04-211-0/+4
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-201-2/+0
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-201-2/+1
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-201-2/+4
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-201-2/+0
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-201-2/+0
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+0
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-201-1/+1
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-191-1/+1
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-191-1/+1
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-061-3/+2
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-011-0/+4
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-071-1/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-071-1/+1
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-041-1/+0
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-301-1/+1
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-281-1/+0
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-161-1/+1
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-151-2/+0
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-151-1/+1
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-151-1/+1
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-121-0/+1
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-121-0/+1
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-121-1/+1
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-121-0/+4
* nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2019-07-021-3/+2
* nptl: Add C11 threads tss_* functionsAdhemerval Zanella2018-07-241-1/+1
* nptl: Add C11 threads cnd_* functionsAdhemerval Zanella2018-07-241-1/+2
* nptl: Add C11 threads call_once functionsAdhemerval Zanella2018-07-241-0/+1
* nptl: Add C11 threads mtx_* functionsAdhemerval Zanella2018-07-241-0/+1
* nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2018-07-241-0/+9
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-291-0/+1
* Remove ignored symbols from nptl/VersionsH.J. Lu2015-09-221-4/+0
* Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers2015-06-171-0/+1
* Clean up NPTL fork to be compat-only.Roland McGrath2015-02-061-0/+3
* NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath2014-12-121-0/+1
* Get rid of nptl/sysdeps/ entirely!Roland McGrath2014-07-071-0/+5
* ARM: Consolidate NPTL/non versions of vforkRoland McGrath2014-05-141-0/+4
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-0/+5
* Create internal threads with sufficient stack sizeUlrich Drepper2011-12-221-1/+1