Age | Commit message (Expand) | Author |
2019-08-30 | nptl: Move pthread_attr_getinheritsched implementation into libc | Florian Weimer |
2019-08-28 | nptl: Move pthread_attr_setdetachstate implementation into libc | Florian Weimer |
2019-08-16 | nptl: Move pthread_attr_getdetachstate implementation into libc | Florian Weimer |
2019-08-15 | nptl: Move pthread_attr_init implementation into libc | Florian Weimer |
2019-08-15 | nptl: Remove pthread_self compatibility symbol from libpthread | Florian Weimer |
2019-08-15 | nptl: Move pthread_attr_destroy implementation into libc | Florian Weimer |
2019-08-15 | nptl: Move pthread_equal implementation into libc | Florian Weimer |
2019-07-30 | nptl: Use uintptr_t for address diagnostic in nptl/tst-pthread-getattr | Florian Weimer |
2019-07-18 | nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libc | Mike Crowe |
2019-07-12 | nptl: Remove futex_supports_exact_relative_timeouts | Mike Crowe |
2019-07-12 | nptl: Add POSIX-proposed pthread_mutex_clocklock | Mike Crowe |
2019-07-12 | nptl: Rename lll_timedlock to lll_clocklock and add clockid parameter | Mike Crowe |
2019-07-12 | nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlock | Mike Crowe |
2019-07-12 | nptl: pthread_rwlock: Move timeout validation into _full functions | Mike Crowe |
2019-07-12 | nptl: Add POSIX-proposed pthread_cond_clockwait | Mike Crowe |
2019-07-12 | nptl: Add POSIX-proposed sem_clockwait | Mike Crowe |
2019-07-12 | nptl: Add clockid parameter to futex timed wait calls | Mike Crowe |
2019-07-02 | nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188] | Florian Weimer |
2019-06-26 | Fix build warnings in nptl/tst-eintr1.c | Stefan Liebler |
2019-06-21 | nptl: Convert various tests to use libsupport | Mike Crowe |
2019-05-27 | nptl: Add comment to __pthread_get_minstack about external users | Florian Weimer |
2019-05-14 | Assume LLL_LOCK_INITIALIZER is 0 | Adhemerval Zanella |
2019-05-14 | Small optimization for lowlevellock | Adhemerval Zanella |
2019-05-14 | Add single-thread.h header | Adhemerval Zanella |
2019-05-10 | sem_close: Use __twalk_r | Florian Weimer |
2019-05-09 | nptl/tst-abstime: Use libsupport | Mike Crowe |
2019-05-09 | nptl: Convert some rwlock tests to use libsupport | Mike Crowe |
2019-05-09 | nptl: Use recent additions to libsupport in tst-sem5 | Mike Crowe |
2019-05-09 | nptl: Convert tst-cond11.c to use libsupport | Mike Crowe |
2019-05-09 | Move nptl/tst-eintr1 to xtests | Szabolcs Nagy |
2019-03-25 | nptl/tst-rwlock14: Test pthread_rwlock_timedwrlock correctly | Mike Crowe |
2019-03-25 | nptl: Convert tst-sem5 & tst-sem13 to use libsupport | Mike Crowe |
2019-03-22 | Refactor hp-timing rtld usage | Adhemerval Zanella |
2019-03-22 | nptl: Remove pthread_clock_gettime pthread_clock_settime | Adhemerval Zanella |
2019-03-05 | nptl: Assume __ASSUME_FUTEX_CLOCK_REALTIME support | Adhemerval Zanella |
2019-02-27 | Add some spaces before '('. | Joseph Myers |
2019-02-25 | Break more lines before not after operators. | Joseph Myers |
2019-02-19 | nptl: Fix comment typo in pthread_mutex_trylock.c | Wolfram Sang |
2019-02-19 | nptl: Fix pthread_tryjoin comment. | Carlos O'Donell |
2019-02-16 | Move remaining nptl_db headers to sysdeps/nptl | Florian Weimer |
2019-02-15 | nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211] | Florian Weimer |
2019-02-14 | nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215) | Adhemerval Zanella |
2019-02-13 | RISC-V: Fix elfutils testsuite unwind failures. | Jim Wilson |
2019-02-08 | nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161] | Florian Weimer |
2019-02-07 | Add compiler barriers around modifications of the robust mutex list for pthre... | Stefan Liebler |
2019-02-06 | Avoid "inline" after return type in function definitions. | Joseph Myers |
2019-02-06 | Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403] | Stefan Liebler |
2019-01-31 | nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844) | Carlos O'Donell |
2019-01-03 | nptl: Cleanup cancellation macros | Adhemerval Zanella |
2019-01-03 | nptl: Fix testcases for new pthread cancellation mechanism | Adhemerval Zanella |