aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
AgeCommit message (Expand)AuthorFilesLines
2020-06-02nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_npFlorian Weimer1-0/+3
2020-06-02nptl: Add internal alias __pthread_getattr_default_npFlorian Weimer1-0/+1
2020-05-20nptl: Add __pthread_attr_copy for copying pthread_attr_t objectsFlorian Weimer1-0/+1
2020-05-20nptl: Make __pthread_attr_init, __pthread_attr_destroy available internallyFlorian Weimer1-0/+1
2020-05-20nptl: Move pthread_gettattr_np into libcFlorian Weimer1-3/+5
2020-05-20nptl: Move pthread_getaffinity_np into libcFlorian Weimer1-1/+4
2020-05-20nptl: Move pthread_attr_setaffinity_np into libcFlorian Weimer1-2/+10
2020-04-21nptl: Move pthread_sigmask implementation to libcAdhemerval Zanella1-0/+4
2020-02-20nptl: Move pthread_setschedparam implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_getschedparam implementation into libcFlorian Weimer1-1/+1
2020-02-20nptl: Move pthread_cond_init implementation into libcFlorian Weimer1-2/+1
2020-02-20nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer1-2/+4
2020-02-20nptl: Move pthread_condattr_init implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer1-1/+1
2020-02-20nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer1-2/+0
2020-02-20nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer1-1/+1
2020-02-20nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer1-1/+0
2020-02-20nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer1-1/+1
2019-12-19nptl: Move waitpid implementation to libcAdhemerval Zanella1-1/+1
2019-12-19nptl: Move wait implementation to libcAdhemerval Zanella1-1/+1
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella1-3/+2
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe1-0/+4
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer1-1/+0
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer1-1/+1
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer1-1/+0
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer1-1/+1
2019-08-28nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer1-1/+0
2019-08-16nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer1-1/+1
2019-08-15nptl: Move pthread_attr_init implementation into libcFlorian Weimer1-2/+0
2019-08-15nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer1-1/+1
2019-08-15nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer1-1/+1
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe1-0/+1
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe1-0/+1
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe1-1/+1
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe1-0/+4
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer1-3/+2
2018-07-24nptl: Add C11 threads tss_* functionsAdhemerval Zanella1-1/+1
2018-07-24nptl: Add C11 threads cnd_* functionsAdhemerval Zanella1-1/+2
2018-07-24nptl: Add C11 threads call_once functionsAdhemerval Zanella1-0/+1
2018-07-24nptl: Add C11 threads mtx_* functionsAdhemerval Zanella1-0/+1
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella1-0/+9
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell1-0/+1
2015-09-22Remove ignored symbols from nptl/VersionsH.J. Lu1-4/+0
2015-06-17Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers1-0/+1
2015-02-06Clean up NPTL fork to be compat-only.Roland McGrath1-0/+3
2014-12-12NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath1-0/+1
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath1-0/+5
2014-05-14ARM: Consolidate NPTL/non versions of vforkRoland McGrath1-0/+4
2013-06-15New API to set default thread attributesSiddhesh Poyarekar1-0/+5
2011-12-22Create internal threads with sufficient stack sizeUlrich Drepper1-1/+1