aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
AgeCommit message (Expand)AuthorFilesLines
2021-03-18nptl: Remove fsync from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella1-2/+0
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella1-1/+0
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella1-2/+0
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella1-2/+0
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella1-2/+0
2021-03-12nptl: Move fork into libcAdhemerval Zanella1-2/+0
2021-02-23nptl: Move elision implementations into libcFlorian Weimer1-0/+5
2021-02-22nptl: Move futex-internal into libcFlorian Weimer1-2/+2
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer1-0/+2
2021-02-22nptl: Reformat VersionsFlorian Weimer1-188/+279
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer1-1/+0
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski1-0/+1
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