Age | Commit message (Expand) | Author | Files | Lines |
2021-04-27 | Add __attribute_access_none to disable GCC warnings [BZ #27714] | Martin Sebor | 1 | -1/+1 |
2021-04-21 | Remove pthread_key_create-related internals from libc-lock.h | Florian Weimer | 1 | -13/+0 |
2021-03-29 | fork.h: replace with register-atfork.h | Samuel Thibault | 2 | -21/+0 |
2021-03-24 | htl: Add missing fork.h | Samuel Thibault | 1 | -0/+20 |
2021-03-12 | posix: Consolidate register-atfork | Adhemerval Zanella | 2 | -29/+1 |
2021-02-08 | linux: Require /dev/shm as the shared memory file system | Florian Weimer | 1 | -30/+0 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 114 | -114/+114 |
2020-12-16 | htl: Get sem_open/sem_close/sem_unlink support [BZ #25524] | Samuel Thibault | 3 | -93/+0 |
2020-12-16 | htl: Add pshared semaphore support | Samuel Thibault | 8 | -184/+253 |
2020-12-16 | htl: Add futex-internal.h | Samuel Thibault | 1 | -0/+39 |
2020-12-03 | htl: Add hidden def for __pthread_create/detach | Samuel Thibault | 1 | -0/+2 |
2020-11-15 | hurd: Remove some remnants of cthreads | Samuel Thibault | 2 | -2/+2 |
2020-11-11 | htl: Fix spurious symbols in namespaces | Samuel Thibault | 5 | -5/+5 |
2020-06-28 | htl: Move cleanup handling to non-private libc-lock | Samuel Thibault | 2 | -33/+70 |
2020-06-28 | htl: Fix includes for lockfile | Samuel Thibault | 3 | -6/+3 |
2020-06-24 | htl: Add wrapper header for <semaphore.h> with hidden __sem_post | Florian Weimer | 3 | -2/+11 |
2020-06-24 | htl: Fix case when sem_*wait is canceled while holding a token | Samuel Thibault | 1 | -2/+13 |
2020-06-24 | htl: Make sem_*wait cancellations points | Samuel Thibault | 1 | -8/+84 |
2020-06-24 | htl: Simplify non-cancel path of __pthread_cond_timedwait_internal | Samuel Thibault | 1 | -20/+21 |
2020-06-14 | htl: Fix cleanup support for IO locking | Samuel Thibault | 2 | -0/+90 |
2020-06-14 | htl: Add noreturn attribute on __pthread_exit forward | Samuel Thibault | 1 | -2/+2 |
2020-06-07 | htl: Fix registration of atfork handlers in modules | Samuel Thibault | 2 | -2/+12 |
2020-06-07 | htl: Fix tls initialization for already-created threads | Samuel Thibault | 1 | -0/+3 |
2020-06-07 | htl: Add sem_clockwait support | Samuel Thibault | 2 | -3/+12 |
2020-06-01 | htl: Fix gsync_wait symbol exposition | Samuel Thibault | 1 | -1/+1 |
2020-06-01 | htl: Make pthread_cond_destroy wait for threads to be woken | Samuel Thibault | 3 | -5/+28 |
2020-05-26 | htl: Add clock variants | Samuel Thibault | 8 | -12/+126 |
2020-02-16 | pthread: Move robust mutex tests from nptl to sysdeps/pthread | Samuel Thibault | 1 | -0/+2 |
2020-02-16 | htl: Add missing functions and defines for robust mutexes | Samuel Thibault | 1 | -0/+1 |
2020-02-10 | htl C11 threads: Avoid pthread_ symbols visibility in static library | Samuel Thibault | 28 | -28/+28 |
2020-02-11 | hurd: Add __pthread_spin_wait and use it | Samuel Thibault | 15 | -21/+21 |
2020-02-10 | htl: Fix barrier_wait with one thread | Samuel Thibault | 1 | -1/+3 |
2020-02-10 | htl: Make sem_wait/sem_timedwait interruptible | Samuel Thibault | 1 | -6/+4 |
2020-02-10 | htl: Make sem_open return ENOSYS | Samuel Thibault | 1 | -1/+1 |
2020-02-10 | htl: Add support for semaphore maximum value | Samuel Thibault | 1 | -0/+7 |
2020-02-10 | htl: Add support for libc cancellation points | Samuel Thibault | 1 | -0/+1 |
2020-02-10 | htl: clean __pthread_get_cleanup_stack hidden proto | Samuel Thibault | 1 | -1/+1 |
2020-02-09 | htl: support cancellation during pthread_once | Samuel Thibault | 1 | -0/+10 |
2020-02-09 | htl: make pthread_cond_destroy return EBUSY on waiters | Samuel Thibault | 1 | -1/+8 |
2020-02-09 | htl: Report missing mutex lock on pthread_cond_*wait | Samuel Thibault | 1 | -0/+4 |
2020-02-09 | htl: Fix default guard size | Samuel Thibault | 1 | -1/+1 |
2020-02-09 | htl: Avoid check-installed-headers looking at inlines | Samuel Thibault | 1 | -2/+4 |
2020-02-09 | htl: Do not put spin_lock inlines in public headers | Samuel Thibault | 2 | -36/+36 |
2020-02-09 | C11 threads: Move implementation to sysdeps/pthread | Samuel Thibault | 3 | -1/+33 |
2020-02-09 | htl: Add C11 threads types definitions | Samuel Thibault | 1 | -0/+13 |
2020-02-09 | htl: Make __PTHREAD_ONCE_INIT more flexible | Samuel Thibault | 2 | -2/+2 |
2020-02-09 | htl: Add support for C11 threads behavior | Samuel Thibault | 1 | -0/+3 |
2020-02-09 | htl: Add missing internal functions declarations | Samuel Thibault | 1 | -0/+13 |
2020-02-09 | htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroy | Samuel Thibault | 2 | -3/+4 |
2020-02-09 | htl: Remove unused files | Samuel Thibault | 23 | -1099/+0 |