htl: Add missing functions and defines for robust mutexes
[platform/upstream/glibc.git] / nptl /
2020-02-15 Adhemerval Zanellalinux: Remove INTERNAL_SYSCALL_DECL
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-09 Samuel ThibaultC11 threads: make thrd_join more portable
2020-02-09 Samuel ThibaultC11 threads: Fix thrd_t / pthread_t compatibility assertion
2020-02-09 Samuel ThibaultC11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONS
2020-02-09 Samuel Thibaultnptl: Move nptl-specific types to separate header
2020-02-03 DJ DelorieRun nptl/tst-pthread-getattr in a container
2020-01-01 Joseph MyersUpdate copyright dates not handled by scripts/update...
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-09 Adhemerval Zanellanptl: Add more missing placeholder abi symbol from...
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-26 Adhemerval Zanellanptl: Add tests for internal pthread_rwlock_t offsets
2019-11-26 Adhemerval Zanellanptl: Cleanup mutex internal offset tests
2019-11-06 Adhemerval Zanellanptl: Refactor thrd_sleep in terms of clock_nanosleep
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-11-01 Mike Crowenptl: Convert tst-join3 to use libsupport
2019-10-31 Adhemerval ZanellaRefactor PI mutexes internal definitions
2019-10-31 Adhemerval Zanellanptl: Replace non cancellable pause/nanosleep with...
2019-10-30 Zack WeinbergChange most internal uses of __gettimeofday to __clock_...
2019-10-27 Lukasz Majewskitime: Introduce function to check correctness of nanose...
2019-10-18 Carlos O'Donellnptl: Document AS-safe functions in cancellation.c.
2019-10-18 Florian Weimernptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined
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-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...
next