]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl
hurd: Fix build
[thirdparty/glibc.git] / nptl /
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-30  Florian Weimernptl: Use uintptr_t for address diagnostic in nptl...
2019-07-18  Mike Crowenptl: Remove unnecessary forwarding of pthread_cond_clo...
2019-07-12  Mike Crowenptl: Remove futex_supports_exact_relative_timeouts
2019-07-12  Mike Crowenptl: Add POSIX-proposed pthread_mutex_clocklock
2019-07-12  Mike Crowenptl: Rename lll_timedlock to lll_clocklock and add...
2019-07-12  Mike Crowenptl: Add POSIX-proposed pthread_rwlock_clockrdlock...
2019-07-12  Mike Crowenptl: pthread_rwlock: Move timeout validation into...
2019-07-12  Mike Crowenptl: Add POSIX-proposed pthread_cond_clockwait
2019-07-12  Mike Crowenptl: Add POSIX-proposed sem_clockwait
2019-07-12  Mike Crowenptl: Add clockid parameter to futex timed wait calls
2019-07-02  Florian Weimernptl: Remove vfork IFUNC-based forwarder from libpthrea...
2019-06-26  Stefan LieblerFix build warnings in nptl/tst-eintr1.c
2019-06-21  Mike Crowenptl: Convert various tests to use libsupport
2019-05-27  Florian Weimernptl: Add comment to __pthread_get_minstack about exter...
2019-05-14  Adhemerval ZanellaAssume LLL_LOCK_INITIALIZER is 0
2019-05-14  Adhemerval ZanellaSmall optimization for lowlevellock
2019-05-14  Adhemerval ZanellaAdd single-thread.h header
2019-05-10  Florian Weimersem_close: Use __twalk_r
2019-05-09  Mike Crowenptl/tst-abstime: Use libsupport
2019-05-09  Mike Crowenptl: Convert some rwlock tests to use libsupport
2019-05-09  Mike Crowenptl: Use recent additions to libsupport in tst-sem5
2019-05-09  Mike Crowenptl: Convert tst-cond11.c to use libsupport
2019-05-09  Szabolcs NagyMove nptl/tst-eintr1 to xtests
2019-03-25  Mike Crowenptl/tst-rwlock14: Test pthread_rwlock_timedwrlock...
2019-03-25  Mike Crowenptl: Convert tst-sem5 & tst-sem13 to use libsupport
2019-03-22  Adhemerval ZanellaRefactor hp-timing rtld usage
2019-03-22  Adhemerval Zanellanptl: Remove pthread_clock_gettime pthread_clock_settime
2019-03-05  Adhemerval Zanellanptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME support
2019-02-27  Joseph MyersAdd some spaces before '('.
2019-02-25  Joseph MyersBreak more lines before not after operators.
2019-02-19  Wolfram Sangnptl: Fix comment typo in pthread_mutex_trylock.c
2019-02-19  Carlos O'Donellnptl: Fix pthread_tryjoin comment.
2019-02-16  Florian WeimerMove remaining nptl_db headers to sysdeps/nptl
2019-02-15  Florian Weimernptl: Fix invalid Systemtap probe in pthread_join ...
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-08  Florian Weimernptl: Avoid fork handler lock for async-signal-safe...
2019-02-07  Stefan LieblerAdd compiler barriers around modifications of the robus...
2019-02-06  Joseph MyersAvoid "inline" after return type in function definitions.
2019-02-06  Stefan LieblerFix alignment of TLS variables for tls variant TLS_TCB_...
2019-02-01  Carlos O'Donellnptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)
2019-01-03  Adhemerval Zanellanptl: Cleanup cancellation macros
2019-01-03  Adhemerval Zanellanptl: Fix testcases for new pthread cancellation mechanism
2019-01-03  Adhemerval Zanellanptl: Remove tst-cancel-wrappers test and related macros
2019-01-02  Florian Weimernptl/tst-audit-threads: Switch to <support/test-driver.c>
2019-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
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-13  Andreas SchwabReindent nptl/pthread_rwlock_common.c
2018-12-10  Joseph MyersUse gen-as-const.py to process .pysym files.
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-10-17  Andreas SchwabDon't reduce test timeout to less than default
2018-09-01  Paul Pluzhnikov[BZ #20271] Add newlines in __libc_fatal calls.
2018-08-27  Martin Kuchtapthread_cond_broadcast: Fix waiters-after-spinning...
2018-07-25  Adhemerval ZanellaFix ISO C threads installed header and HURD assumption
2018-07-25  Florian WeimerC11 threads: Fix timeout and locking issues
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-07-14  H.J. Lux86: Rename __glibc_reserved1 to feature_1 in tcbhead_t...
2018-07-12  Florian Weimernptl: Use __mprotect consistently for _STACK_GROWS_UP
2018-06-30  Carlos O'Donelllibc: Extend __libc_freeres framework (Bug 23329).
2018-06-27  Joseph MyersRemove nptl/sockperf.c.
2018-06-26  Patsy FranklinIn sem_open.c, pad was not initialized when __HAVE_64B...
2018-06-26  Adhemerval ZanellaFix Linux fcntl OFD locks for non-LFS architectures...
2018-06-12  Carlos O'DonellFix fallback path in __pthread_mutex_timedlock ().
2018-06-12  Zack WeinbergAvoid cancellable I/O primitives in ld.so.
2018-05-17  H.J. Lunptl: Remove __ASSUME_PRIVATE_FUTEX
2018-05-02  H.J. Lux86: Use pad in pthread_unwind_buf to preserve shadow...
2018-04-03  Adhemerval ZanellaFilter out NPTL internal signals (BZ #22391)
2018-03-05  Adhemerval Zanellanptl: Fix tst-cancel4 sendto tests
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-22  Adhemerval ZanellaRename nptl-signals.h to internal-signals.h
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  Szabolcs Nagy[BZ #22637] Fix stack guard size accounting
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 not handled by scripts/update...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
next