]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl/Makefile
Rename sys/ucontext.h to bits/ucontext.h.
[thirdparty/glibc.git] / nptl / Makefile
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...
2018-01-15  Florian Weimernptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]
2018-01-11  Florian Weimernptl: Add tst-minstack-cancel, tst-minstack-exit [BZ...
2018-01-08  Florian Weimernptl: Add test for callee-saved register restore in...
2018-01-07  Palmer DabbeltAvoid race conditions when rebuilding librt.so
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-20  Adhemerval Zanellanptl: Consolidate pthread_{timed,try}join{_np}
2017-12-20  Florian Weimernptl: Implement pthread_self in libc.so [BZ #22635]
2017-12-19  H.J. LuLinux/x86: Update cancel_jmp_buf to match __jmp_buf_tag...
2017-12-11  H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-12-05  Rogerio AlvesAdd elision tunables
2017-11-07  Andreas SchwabRemove traces of tst-typesizes
2017-09-21  Joseph MyersRemove non-add-on Banner files.
2017-08-09  Andreas SchwabAdd test for bug 21041
2017-08-07  Andreas SchwabFix missing redirects in testsuite targets
2017-07-29  Carlos O'Donellmutex: Fix robust mutex lock acquire (Bug 21778)
2017-07-28  Carlos O'Donellrwlock: Fix explicit hand-over (bug 21298)
2017-07-14  Szabolcs NagyDisable single thread optimization for open_memstream
2017-05-25  Tulio Magno Quites... Move tst-mutex*8* to tests-internal
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux fsync syscall
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux fdatasync syscall
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux msync syscall
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux sigsuspend implementation
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux nanosleep syscall
2017-05-11  Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-05-11  Adhemerval ZanellaConsolidate Linux write syscall
2017-05-11  Adhemerval ZanellaConsolidate Linux read syscall
2017-05-11  Adhemerval ZanellaConsolidate Linux close syscall generation
2017-01-29  Carlos O'DonellBug 20116: Fix use after free in pthread_create()
2017-01-27  Florian Weimernptl: Add tst-robust-fork
2017-01-13  Torvald Riegelrobust mutexes: Fix broken x86 assembly by removing it
2017-01-10  Torvald RiegelNew pthread rwlock that is more scalable.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Torvald RiegelNew condvar implementation that provides stronger order...
2016-12-23  Carlos O'DonellFix failing pretty printer tests when CPPFLAGS has...
2016-12-08  Martin GalvanAdd pretty printers for the NPTL lock types
2016-11-08  Adhemerval ZanellaConsolidate lseek/lseek64/llseek implementations
2016-09-20  Adhemerval Zanellaposix: Correctly enable/disable cancellation on Linux...
2016-09-15  Adhemerval Zanellanptl: Set sem_open as a non cancellation point (BZ...
2016-09-14  Florian WeimerRemove the ptw-% patterns
2016-08-03  Florian Weimerelf: Do not use memalign for TCB/TLS blocks allocation...
2016-07-11  Siddhesh PoyarekarRevert "Add pretty printers for the NPTL lock types"
2016-07-08  Martin GalvanAdd pretty printers for the NPTL lock types
2016-07-07  Andreas SchwabAdd test case for bug 20263
2016-06-30  H.J. LuCompile tst-cleanupx4 test with -fexceptions
2016-06-13  Adhemerval Zanellanptl: Add sendmmsg and recvmmsg cancellation tests
next