packaing: switch off build_html
[platform/upstream/glibc.git] / sysdeps / pthread /
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-11-03 Sergio Durigan Juniorsysdeps: sem_open: Clear O_CREAT when semaphore file...
2023-07-05 Frédéric BératExclude routines from fortification
2023-06-19 Frédéric Bérattests: replace read by xread
2023-06-13 Frederic Berattests: replace fgets by xfgets
2023-06-06 Florian Weimerpthreads: Use _exit to terminate the tst-stdio1 test
2023-06-01 Frédéric Bérattests: fix warn unused results
2023-06-01 Frédéric Bérattests: replace write by xwrite
2023-05-30 Paul PluzhnikovFix misspellings in sysdeps/ -- BZ 25337
2023-05-25 Frédéric Bératsysdeps/pthread/eintr.c: fix warn unused result
2023-05-10 Carlos O'Donellnptl: Reformat Makefile.
2023-04-22 Sergey BugaevUse O_CLOEXEC in more places (BZ #15722)
2023-04-03 Adhemerval Zanellanptl: Fix tst-cancel30 on sparc64
2023-03-08 abushwangrt: fix shm_open not set ENAMETOOLONG when name exceeds...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-09-07 Joseph MyersDo not define static_assert or thread_local in headers...
2022-06-08 Adhemerval Zanellanptl: Fix __libc_cleanup_pop_restore asynchronous resto...
2022-05-25 Arjun ShankarFix deadlock when pthread_atfork handler calls pthread_...
2022-04-14 Adhemerval Zanellanptl: Handle spurious EINTR when thread cancellation...
2022-03-07 Adhemerval Zanellapthread: Do not overwrite tests-time64
2022-02-16 Adhemerval Zanellapthread: Use 64 bit time_t stat internally for sem_open...
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-10 Florian Weimernptl: Add one more barrier to nptl/tst-create1
2021-11-24 Florian Weimernptl: Do not set signal mask on second setjmp return...
2021-10-04 Szabolcs Nagyelf: Avoid deadlock between pthread_create and ctors...
2021-10-01 Florian Weimernptl: pthread_kill must send signals to a specific...
2021-10-01 Adhemerval Zanellanptl: Add CLOCK_MONOTONIC support for PI mutexes
2021-09-28 Stafford Hornepthread/tst-cancel28: Fix barrier re-init race condition
2021-09-23 Florian Weimernptl: Avoid setxid deadlock with blocked signals in...
2021-09-20 Florian Weimernptl: pthread_kill needs to return ESRCH for old progra...
2021-09-13 Florian Weimernptl: Fix race between pthread_kill and thread exit...
2021-09-13 Florian Weimernptl: pthread_kill, pthread_cancel should not fail...
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-07-22 Siddhesh PoyarekarMove malloc hooks into a compat DSO
2021-06-28 Florian WeimerLinux: Cleanups after librt move
2021-06-24 Adhemerval ZanellaConsolidate pthread_atfork
2021-06-22 Florian Weimerrt: Move generic implementation from sysdeps/pthread...
2021-06-15 Adhemerval Zanellay2038: Add test coverage
2021-06-15 Adhemerval Zanellay2038: Add support for 64-bit time on legacy ABIs
2021-06-03 Florian Weimerdlfcn: Cleanups after -ldl is no longer required
2021-05-21 Florian Weimernptl: Move pthread_create, thrd_create into libc
2021-05-11 Florian Weimernptl: Move thread join functions into libc
2021-05-11 Florian Weimernptl: Move pthread_detach, thrd_detach into libc
2021-05-11 Adhemerval Zanellalinux: Move funlockfile/_IO_funlockfile into libc
2021-05-11 Adhemerval Zanellalinux: Move ftrylockfile/_IO_ftrylockfile into libc
2021-05-11 Adhemerval Zanellalinux: Move flockfile/_IO_flockfile into libc
2021-05-05 Florian Weimernptl: Move sem_unlink into libc
2021-05-05 Florian Weimernptl: Move sem_close, sem_open into libc
2021-05-03 Florian Weimernptl: Move tss_set into libc
2021-05-03 Florian Weimernptl: Move tss_get into libc
2021-05-03 Florian Weimernptl: Move tss_delete into libc
2021-05-03 Florian Weimernptl: Move tss_create into libc
2021-05-03 Florian Weimernptl: Move thrd_exit into libc
2021-05-03 Florian Weimernptl: Move mtx_unlock into libc
2021-05-03 Florian Weimernptl: Move mtx_trylock into libc
2021-05-03 Florian Weimernptl: Move mtx_timedlock into libc
2021-05-03 Florian Weimernptl: Move mtx_lock into libc
2021-05-03 Florian Weimernptl: Move mtx_init into libc
2021-05-03 Florian Weimernptl: Move mtx_destroy into libc
2021-05-03 Florian Weimernptl: Move cnd_wait into libc
2021-05-03 Florian Weimernptl: Move cnd_timedwait into libc
2021-05-03 Florian Weimernptl: Move cnd_signal into libc
2021-05-03 Florian Weimernptl: Move cnd_init into libc
2021-05-03 Florian Weimernptl: Move cnd_destroy into libc
2021-05-03 Florian Weimernptl: Move cnd_broadcast into libc
2021-05-03 Florian Weimernptl: Move call_once into libc
2021-05-03 Florian WeimerAdd pthread-in-libc, libpthread-routines-var, librt...
2021-04-28 Martin SeborPass a valid pointer to pthread_setspecific to avoid...
2021-04-23 Florian Weimerpthread: Use pthread_mutexattr_setrobust in tests
2021-04-21 Florian Weimernptl: Move internal symbol __mutex_aconf into libc
2021-04-21 Florian Weimerpthread: Introduce __pthread_early_init
2021-04-21 Florian Weimernptl: Move pthread_exit into libc
2021-04-21 Florian Weimernptl: Move pthread_mutex_consistent into libc
2021-03-26 Adhemerval Zanellanptl: Remove open from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove close from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove write from libpthread
2021-03-04 Jakub Jelinek[PATCH] pthread_once hangs when init routine throws...
2021-02-23 Florian Weimernptl: Move elision implementations into libc
2021-02-09 Adhemerval Zanellalinux: Fix __sem_check_add_mapping search_sem
2021-02-09 Adhemerval Zanellalinux: Fix __sem_check_add_mapping name length
2021-02-08 Adhemerval Zanellapthread: Remove alloca usage from __sem_check_add_mapping
2021-02-08 Adhemerval Zanellapthread: Refactor semaphore code
2021-02-08 Florian Weimerlinux: Require /dev/shm as the shared memory file system
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-16 Samuel Thibaulthtl: Get sem_open/sem_close/sem_unlink support [BZ...
2020-11-30 Lukasz Majewskiy2038: Convert aio_suspend to support 64 bit time
2020-11-27 Adhemerval Zanellanptl: Fix PTHREAD_PRIO_PROTECT timed lock
2020-11-25 Adhemerval Zanellanptl: Return EINVAL for invalid clock for pthread_clock...
2020-11-25 Adhemerval Zanellanptl: Return EINVAL for pthread_mutex_clocklock/PI...
2020-09-07 Corinna VinschenC11 threads: Fix inaccuracies in testsuite
2020-08-06 Samuel Thibaulthtl: Enable tst-cancelx?[45]
2020-06-29 Samuel Thibaulthtl: Enable cancel*16 an cancel*20 tests
2020-06-23 Samuel Thibaulthtl: Make sem_*wait cancellations points
2020-06-23 Samuel Thibaulthtl: Enable tst-cancel25 test
2020-06-14 Samuel Thibaulthtl: Enable more cancellation tests
2020-06-10 Samuel Thibaulthtl: Enable more cancel tests
2020-06-08 Samuel Thibaultpthread: Move back linking rules to nptl and htl
2020-06-07 Samuel Thibaulthtl: Enable more tests
2020-06-07 Samuel Thibaulthtl: Enable but XFAIL tst-flock2, tst-signal1, tst...
2020-06-07 Samuel Thibaulthtl: Enable more tests
next