]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl/Makefile
htl: Add sem_clockwait support
[thirdparty/glibc.git] / nptl / Makefile
2020-06-07  Samuel Thibaulthtl: Add sem_clockwait support
2020-06-02  Florian Weimernptl: Add pthread_attr_setsigmask_np, pthread_attr_gets...
2020-06-02  Florian Weimernptl: Make pthread_attr_t dynamically extensible
2020-06-01  Samuel Thibaulthtl: Make pthread_cond_destroy wait for threads to...
2020-06-01  Samuel Thibaulthtl: Enable more cond tests
2020-05-26  Samuel Thibaulthtl: Add clock variants
2020-05-25  Florian Weimersignal: Deprecate additional legacy signal handling...
2020-05-20  Florian Weimernptl: Use __pthread_attr_copy in pthread_getattr_defaul...
2020-05-20  Florian Weimernptl: Add __pthread_attr_copy for copying pthread_attr_...
2020-05-20  Florian Weimernptl: Move pthread_gettattr_np into libc
2020-05-20  Florian Weimernptl: Move pthread_getaffinity_np into libc
2020-05-20  Florian Weimernptl: Move pthread_attr_setaffinity_np into libc
2020-05-20  Florian Weimernptl: Replace some stubs with the Linux implementation
2020-04-27  Florian Weimernptl/tst-setuid1-static: Improve isolation from system...
2020-04-21  Adhemerval Zanellasignal: Only handle on NSIG signals on signal functions...
2020-04-21  Adhemerval Zanellanptl: Move pthread_sigmask implementation to libc
2020-02-20  Florian Weimernptl: Move pthread_setschedparam implementation into...
2020-02-20  Florian Weimernptl: Move pthread_getschedparam implementation into...
2020-02-20  Florian Weimernptl: Move pthread_cond_init implementation into libc
2020-02-20  Florian Weimernptl: Move pthread_cond_destroy implementation into...
2020-02-20  Florian Weimernptl: Move pthread_condattr_init implementation into...
2020-02-20  Florian Weimernptl: Move pthread_condattr_destroy implementation...
2020-02-20  Florian Weimernptl: Move pthread_attr_setscope implementation into...
2020-02-20  Florian Weimernptl: Move pthread_attr_getscope implementation into...
2020-02-20  Florian Weimernptl: Move pthread_attr_setschedpolicy implementation...
2020-02-20  Florian Weimernptl: Move pthread_attr_getschedpolicy implementation...
2020-02-20  Florian Weimernptl: Sort routines list in Makefile alphabetically
2020-02-20  Florian Weimernptl: Use .NOTPARALLEL in Makefile only if actually...
2020-02-19  Adhemerval ZanellaBlock all signals on timer_create thread (BZ#10815)
2020-02-16  Samuel Thibaultpthread: Fix building tst-robust8 with nptl
2020-02-16  Samuel Thibaultpthread: Move robust mutex tests from nptl to sysdeps...
2020-02-15  Adhemerval Zanellanptl: Remove ununsed pthread-errnos.h rule
2020-02-10  Samuel Thibaultpthread: Move some join tests from nptl to sysdeps...
2020-02-10  Samuel Thibaultpthread: Move most barrier tests from nptl to sysdeps...
2020-02-10  Samuel Thibaultpthread: Move most sem tests from nptl to sysdeps/pthread
2020-02-10  Samuel Thibaultpthread: Move key tests from nptl to sysdeps/pthread
2020-02-09  Samuel Thibaultpthread: Move some rwlock tests from nptl to sysdeps...
2020-02-09  Samuel Thibaultpthread: Move most once tests from nptl to sysdeps...
2020-02-09  Samuel Thibaultpthread: Move most cond tests from nptl to sysdeps...
2020-02-09  Samuel Thibaultpthread: Move some attr tests from nptl to sysdeps...
2020-02-09  Samuel Thibaultpthread: Move most mutex tests from nptl to sysdeps...
2020-02-09  Samuel Thibaultpthread: Move spin tests from nptl to sysdeps/pthread
2020-02-09  Samuel Thibaultpthread: Move basic tests from nptl to sysdeps/pthread
2020-02-09  Samuel ThibaultC11 threads: Move implementation to sysdeps/pthread
2020-02-03  DJ DelorieRun nptl/tst-pthread-getattr in a container
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-19  Adhemerval Zanellanptl: Move waitpid implementation to libc
2019-12-19  Adhemerval Zanellanptl: Move wait implementation to libc
2019-12-03  Florian WeimerExpand $(as-needed) and $(no-as-needed) throughout...
2019-11-26  Adhemerval Zanellanptl: Add struct_rwlock.h
2019-11-26  Adhemerval Zanellanptl: Add struct_mutex.h
2019-11-06  Adhemerval Zanellanptl: Move nanosleep implementation to libc
2019-11-01  Mike Crowenptl: Add pthread_timedjoin_np, pthread_clockjoin_np...
2019-11-01  Mike Crowenptl: Add pthread_clockjoin_np
2019-10-18  Florian Weimernptl/tst-cancel25 needs to be an internal test
2019-10-07  Florian Weimernptl: Move pthread_attr_setschedparam implementation...
2019-10-07  Florian Weimernptl: Move pthread_attr_getschedparam implementation...
2019-10-04  Florian Weimernptl: Move pthread_attr_setinheritsched implementation...
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-30  Florian Weimernptl: Move pthread_attr_getinheritsched implementation...
2019-08-28  Florian Weimernptl: Move pthread_attr_setdetachstate implementation...
2019-08-16  Florian Weimernptl: Move pthread_attr_getdetachstate implementation...
2019-08-15  Florian Weimernptl: Move pthread_attr_init implementation into libc
2019-08-15  Florian Weimernptl: Remove pthread_self compatibility symbol from...
2019-08-15  Florian Weimernptl: Move pthread_attr_destroy implementation into...
2019-08-15  Florian Weimernptl: Move pthread_equal implementation into libc
2019-07-12  Mike Crowenptl: Add POSIX-proposed pthread_mutex_clocklock
2019-07-12  Mike Crowenptl: Add POSIX-proposed pthread_rwlock_clockrdlock...
2019-07-12  Mike Crowenptl: Add POSIX-proposed pthread_cond_clockwait
2019-07-12  Mike Crowenptl: Add POSIX-proposed sem_clockwait
2019-07-02  Florian Weimernptl: Remove vfork IFUNC-based forwarder from libpthrea...
2019-05-09  Szabolcs NagyMove nptl/tst-eintr1 to xtests
2019-03-22  Adhemerval Zanellanptl: Remove pthread_clock_gettime pthread_clock_settime
2019-02-14  Adhemerval Zanellanptl: Reinstate pthread_timedjoin_np as a cancellation...
2019-02-13  Jim WilsonRISC-V: Fix elfutils testsuite unwind failures.
2019-02-01  Carlos O'Donellnptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)
2019-01-03  Adhemerval Zanellanptl: Remove tst-cancel-wrappers test and related macros
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-13  Andreas SchwabFix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP...
2018-12-01  Kemi WangMutex: Add pthread mutex tunables
2018-11-30  Tulio Magno Quites... Fix _dl_profile_fixup data-dependency issue (Bug 23690)
2018-11-24  Rafael Ávila de... Enable VDSO on x86_64 statically linked programs [BZ...
2018-10-17  Stefan LieblerFix race in pthread_mutex_lock while promoting to PTHRE...
2018-07-24  Adhemerval Zanellanptl: Add test cases for ISO C11 threads
2018-07-24  Adhemerval Zanellanptl: Add C11 threads tss_* functions
2018-07-24  Adhemerval Zanellanptl: Add C11 threads cnd_* functions
2018-07-24  Adhemerval Zanellanptl: Add C11 threads call_once functions
2018-07-24  Adhemerval Zanellanptl: Add C11 threads mtx_* functions
2018-07-24  Adhemerval Zanellanptl: Add C11 threads thrd_* functions
2018-06-30  Carlos O'Donelllibc: Extend __libc_freeres framework (Bug 23329).
2018-06-26  Adhemerval ZanellaFix Linux fcntl OFD locks for non-LFS architectures...
2018-06-12  Zack WeinbergAvoid cancellable I/O primitives in ld.so.
2018-03-01  Florian Weimernptl: Turn libpthread.so into a symbolic link to the...
2018-03-01  Florian Weimernptl: Drop libpthread_nonshared.a from libpthread.so
2018-03-01  Florian Weimernptl: Move pthread_atfork to libc_nonshared.a
2018-02-22  Adhemerval ZanellaRefactor atfork handlers
2018-02-16  Stefan LieblerAdd runtime check if mutex will be elided in tst-mutex8...
2018-01-26  Carlos O'DonellRevert Intel CET changes to __jmp_buf_tag (Bug 22743)
2018-01-16  Florian Weimernptl/tst-thread-exit-clobber: Run with any C++ compiler
2018-01-16  Florian Weimernptl/tst-minstack-throw: Compile in C++11 mode with...
next