Age | Commit message (Expand) | Author | Files | Lines |
2020-12-16 | {nptl,htl}/semaphoreP.h: clean up | Samuel Thibault | 1 | -2/+2 |
2020-12-16 | htl: Get sem_open/sem_close/sem_unlink support [BZ #25524] | Samuel Thibault | 2 | -2/+51 |
2020-12-16 | htl: Add pshared semaphore support | Samuel Thibault | 2 | -1/+34 |
2020-12-03 | htl: Add hidden def for __pthread_create/detach | Samuel Thibault | 2 | -0/+2 |
2020-12-03 | htl: Add missing symbols | Samuel Thibault | 1 | -0/+2 |
2020-11-15 | hurd: Remove some remnants of cthreads | Samuel Thibault | 2 | -2/+3 |
2020-11-11 | htl: Initialize later | Samuel Thibault | 2 | -3/+3 |
2020-11-11 | htl: Keep thread signals blocked during its initialization | Samuel Thibault | 2 | -2/+13 |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer | 1 | -0/+5 |
2020-06-14 | htl: Move cleanup stack to variable shared between libc and pthread | Samuel Thibault | 6 | -6/+9 |
2020-06-14 | htl: initialize first and prevent from unloading | Samuel Thibault | 1 | -0/+1 |
2020-06-10 | htl: Fix linking static tests by factorizing the symbols list | Samuel Thibault | 4 | -45/+30 |
2020-06-08 | pthread: Move back linking rules to nptl and htl | Samuel Thibault | 1 | -0/+18 |
2020-06-07 | htl: Fix tls initialization for already-created threads | Samuel Thibault | 1 | -0/+29 |
2020-06-07 | htl: Enable more tests | Samuel Thibault | 1 | -9/+0 |
2020-06-07 | htl: Add sem_clockwait support | Samuel Thibault | 1 | -1/+3 |
2020-06-07 | htl: fix register-atfork ordering | Samuel Thibault | 1 | -7/+7 |
2020-05-26 | htl: Add clock variants | Samuel Thibault | 2 | -9/+60 |
2020-02-17 | htl: Link internal htl tests against libpthread | Samuel Thibault | 1 | -1/+1 |
2020-02-16 | htl: Add missing functions and defines for robust mutexes | Samuel Thibault | 1 | -0/+5 |
2020-02-10 | htl C11 threads: Avoid pthread_ symbols visibility in static library | Samuel Thibault | 7 | -7/+7 |
2020-02-10 | htl: Avoid a local plt for pthread_self | Samuel Thibault | 1 | -3/+3 |
2020-02-10 | htl: Make joining self return EDEADLK | Samuel Thibault | 1 | -0/+3 |
2020-02-10 | htl: Make sem_wait/sem_timedwait interruptible | Samuel Thibault | 2 | -0/+10 |
2020-02-10 | htl: Add support for libc cancellation points | Samuel Thibault | 4 | -1/+50 |
2020-02-10 | htl: clean __pthread_get_cleanup_stack hidden proto | Samuel Thibault | 3 | -5/+3 |
2020-02-09 | htl: Report missing mutex lock on pthread_cond_*wait | Samuel Thibault | 2 | -1/+4 |
2020-02-09 | htl: Fix linking static testcases | Samuel Thibault | 1 | -0/+2 |
2020-02-09 | htl: Move __register_atfork from forward to own file | Samuel Thibault | 3 | -139/+158 |
2020-02-09 | htl: Fix default guard size | Samuel Thibault | 1 | -1/+1 |
2020-02-09 | C11 threads: Move implementation to sysdeps/pthread | Samuel Thibault | 1 | -0/+16 |
2020-02-09 | htl: Add support for C11 threads behavior | Samuel Thibault | 2 | -1/+22 |
2020-02-09 | htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroy | Samuel Thibault | 2 | -3/+4 |
2020-02-09 | htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATE | Samuel Thibault | 1 | -4/+4 |
2020-02-09 | htl: Remove unused files | Samuel Thibault | 3 | -6/+0 |
2020-01-13 | htl: Add internal version of __pthread_mutex_timedlock | Samuel Thibault | 1 | -0/+1 |
2020-01-13 | htl: Avoid crashing when passed invalid pthread_t values | Samuel Thibault | 1 | -2/+4 |
2020-01-13 | htl: Avoid exposing unixoid functions | Samuel Thibault | 2 | -2/+2 |
2020-01-13 | htl: Add internal versions of functions used by C11 threads | Samuel Thibault | 1 | -1/+2 |
2020-01-04 | htl: Add __errno_location and __h_errno_location | Samuel Thibault | 3 | -0/+36 |
2020-01-04 | htl: Move pthread_atfork to libc_nonshared.a | Samuel Thibault | 1 | -31/+3 |
2020-01-04 | htl: Drop common tcbhead_t definition | Samuel Thibault | 1 | -10/+2 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 42 | -42/+42 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 42 | -42/+42 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 1 | -3/+3 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 42 | -42/+42 |
2018-08-08 | hurd: Add missing symbols for proper libc_get/setspecific | Samuel Thibault | 1 | -0/+2 |
2018-07-26 | htl: Use weak aliases for public symbols | Florian Weimer | 1 | -3/+3 |
2018-06-16 | hurd: Fix missing __pthread_get_cleanup_stack symbol | Samuel Thibault | 3 | -3/+5 |
2018-06-16 | hurd: Avoid PLT ref for __pthread_get_cleanup_stack | Samuel Thibault | 2 | -3/+3 |