]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/pthread
stdlib: resolve a double lock init issue after fork [BZ #32994]
[thirdparty/glibc.git] / sysdeps / pthread /
2 days ago  Samuel Thibaulttst-cond23: return EXIT_UNSUPPORTED on missing clock...
6 days ago  Adhemerval ZanellaDisable SFrame support by default
2025-05-09  Adhemerval Zanellahurd: Fix tst-stack2 test build on Hurd
2025-04-28  Adhemerval Zanellanptl: Fix pthread_getattr_np when modules with execstac...
2025-04-14  Colin Ian KingFix spelling mistake "succsefully" -> "successfully"
2025-03-14  Siddhesh Poyarekartst-fopen-threaded: Only check EOF for failing read
2025-03-13  Adhemerval Zanellanptl: Check if thread is already terminated in sigcance...
2025-03-12  Florian WeimerMakefile: Clean up pthread_atfork integration
2025-02-01  gfleuryhtl: move pthread_setcancelstate into libc.
2025-01-28  Martin CoufalAdd new tests for fopen
2025-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2024-12-15  H.J. LuUse empty initializer to silence GCC 4.9 or older
2024-12-15  H.J. LuRevert "Add braces in initializers for GCC 4.9 or older"
2024-12-14  H.J. LuAdd braces in initializers for GCC 4.9 or older
2024-11-29  Joseph MyersAdd threaded test of sem_trywait
2024-11-29  Sergey Kolosovnptl: Add new test for pthread_spin_trylock
2024-11-08  Joseph MyersRename new tst-sem17 test to tst-sem18
2024-11-08  Joseph MyersAvoid uninitialized result in sem_open when file does...
2024-10-23  Joseph MyersAdd more tests of pthread_mutexattr_gettype and pthread...
2024-10-21  Joseph MyersCheck time arguments to pthread_timedjoin_np and pthrea...
2024-08-23  Adhemerval Zanellanptl: Fix Race conditions in pthread cancellation ...
2024-07-26  Maciej W. Rozyckinptl: Use <support/check.h> facilities in tst-setuid3
2024-05-06  H.J. LuAdd crt1-2.0.o for glibc 2.0 compatibility tests
2024-04-23  Florian Weimernptl: Fix tst-cancel30 on kernels without ppoll_time64...
2024-04-02  Adhemerval ZanellaAlways define __USE_TIME_BITS64 when 64 bit time_t...
2024-03-27  Adhemerval Zanellasignal: Avoid system signal disposition to interfere...
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
next