]> git.ipfire.org Git - thirdparty/glibc.git/history - htl
aarch64: Update ILP32 abilists for glibc 2.33
[thirdparty/glibc.git] / htl /
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-16  Samuel Thibault{nptl,htl}/semaphoreP.h: clean up
2020-12-16  Samuel Thibaulthtl: Get sem_open/sem_close/sem_unlink support [BZ...
2020-12-16  Samuel Thibaulthtl: Add pshared semaphore support
2020-12-03  Samuel Thibaulthtl: Add hidden def for __pthread_create/detach
2020-12-03  Samuel Thibaulthtl: Add missing symbols
2020-11-15  Samuel Thibaulthurd: Remove some remnants of cthreads
2020-11-11  Samuel Thibaulthtl: Initialize later
2020-11-11  Samuel Thibaulthtl: Keep thread signals blocked during its initialization
2020-07-06  Florian WeimerAdd the __libc_single_threaded variable
2020-06-14  Samuel Thibaulthtl: Move cleanup stack to variable shared between...
2020-06-14  Samuel Thibaulthtl: initialize first and prevent from unloading
2020-06-10  Samuel Thibaulthtl: Fix linking static tests by factorizing the symbol...
2020-06-08  Samuel Thibaultpthread: Move back linking rules to nptl and htl
2020-06-07  Samuel Thibaulthtl: Fix tls initialization for already-created threads
2020-06-07  Samuel Thibaulthtl: Enable more tests
2020-06-07  Samuel Thibaulthtl: Add sem_clockwait support
2020-06-07  Samuel Thibaulthtl: fix register-atfork ordering
2020-05-26  Samuel Thibaulthtl: Add clock variants
2020-02-16  Samuel Thibaulthtl: Link internal htl tests against libpthread
2020-02-16  Samuel Thibaulthtl: Add missing functions and defines for robust mutexes
2020-02-10  Samuel Thibaulthtl C11 threads: Avoid pthread_ symbols visibility...
2020-02-10  Samuel Thibaulthtl: Avoid a local plt for pthread_self
2020-02-10  Samuel Thibaulthtl: Make joining self return EDEADLK
2020-02-10  Samuel Thibaulthtl: Make sem_wait/sem_timedwait interruptible
2020-02-10  Samuel Thibaulthtl: Add support for libc cancellation points
2020-02-10  Samuel Thibaulthtl: clean __pthread_get_cleanup_stack hidden proto
2020-02-09  Samuel Thibaulthtl: Report missing mutex lock on pthread_cond_*wait
2020-02-09  Samuel Thibaulthtl: Fix linking static testcases
2020-02-09  Samuel Thibaulthtl: Move __register_atfork from forward to own file
2020-02-09  Samuel Thibaulthtl: Fix default guard size
2020-02-09  Samuel ThibaultC11 threads: Move implementation to sysdeps/pthread
2020-02-09  Samuel Thibaulthtl: Add support for C11 threads behavior
2020-02-09  Samuel Thibaulthtl: Rename _pthread_mutex_init/destroy to __pthread_mu...
2020-02-09  Samuel Thibaulthtl: Move internal mutex/rwlock symbols to GLIBC_PRIVATE
2020-02-09  Samuel Thibaulthtl: Remove unused files
2020-01-13  Samuel Thibaulthtl: Add internal version of __pthread_mutex_timedlock
2020-01-13  Samuel Thibaulthtl: Avoid crashing when passed invalid pthread_t values
2020-01-13  Samuel Thibaulthtl: Avoid exposing unixoid functions
2020-01-12  Samuel Thibaulthtl: Add internal versions of functions used by C11...
2020-01-04  Samuel Thibaulthtl: Add __errno_location and __h_errno_location
2020-01-04  Samuel Thibaulthtl: Move pthread_atfork to libc_nonshared.a
2020-01-04  Samuel Thibaulthtl: Drop common tcbhead_t definition
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-02-25  Joseph MyersBreak more lines before not after operators.
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-08-07  Samuel Thibaulthurd: Add missing symbols for proper libc_get/setspecific
2018-07-26  Florian Weimerhtl: Use weak aliases for public symbols
2018-06-16  Samuel Thibaulthurd: Fix missing __pthread_get_cleanup_stack symbol
2018-06-15  Samuel Thibaulthurd: Avoid PLT ref for __pthread_get_cleanup_stack
2018-04-03  Samuel Thibaulthurd: Avoid local PLT in libpthread
2018-04-03  Samuel Thibaulthurd: Fix typo
2018-04-02  Samuel Thibaulthurd: Avoid local PLTs in libpthread.
2018-04-02  Samuel Thibaulthurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+
2018-04-01  Samuel Thibaulthurd: Add hurd thread library