summaryrefslogtreecommitdiff
path: root/sysdeps/pthread
AgeCommit message (Expand)Author
2026-03-16nptl/htl: Fix confusion over PTHREAD_IN_LIBC and __PTHREAD_NPTL/HTLSamuel Thibault
2026-02-23libio: Fix deadlock between freopen, fflush (NULL) and fclose (bug 24963)Florian Weimer
2026-01-23tst-cond23: add <support/test-driver.h> includeAurelien Jarno
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-19nptl: Remove INVALID_TD_PAdhemerval Zanella
2025-12-19nptl: Do not use pthread set_tid_address as state synchronization (BZ #19951)Adhemerval Zanella
2025-11-22htl: move c11 symbols into libc.gfleury
2025-11-21htl: Move pthread_atfork compatibility symbol to libcSamuel Thibault
2025-11-18Remove support for lock elision.Stefan Liebler
2025-10-01Add once_flag, ONCE_FLAG_INIT and call_once to stdlib.h for C23Joseph Myers
2025-09-08Remove futex_supports_psharedAndreas Schwab
2025-08-18htl: move sem_unlink into libc.gfleury
2025-08-18htl: move sem_open, sem_close into libc.gfleury
2025-08-04tst-fopen-threaded.c: Delete temporary fileH.J. Lu
2025-07-29tst-cond23: return EXIT_UNSUPPORTED on missing clock selectionSamuel Thibault
2025-07-24Disable SFrame support by defaultAdhemerval Zanella
2025-05-09hurd: Fix tst-stack2 test build on HurdAdhemerval Zanella
2025-04-28nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)Adhemerval Zanella
2025-04-14Fix spelling mistake "succsefully" -> "successfully"Colin Ian King
2025-03-14tst-fopen-threaded: Only check EOF for failing readSiddhesh Poyarekar
2025-03-13nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782)Adhemerval Zanella
2025-03-12Makefile: Clean up pthread_atfork integrationFlorian Weimer
2025-02-01htl: move pthread_setcancelstate into libc.gfleury
2025-01-28Add new tests for fopenMartin Coufal
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-16Use empty initializer to silence GCC 4.9 or olderH.J. Lu
2024-12-15Revert "Add braces in initializers for GCC 4.9 or older"H.J. Lu
2024-12-14Add braces in initializers for GCC 4.9 or olderH.J. Lu
2024-11-29Add threaded test of sem_trywaitJoseph Myers
2024-11-29nptl: Add new test for pthread_spin_trylockSergey Kolosov
2024-11-08Rename new tst-sem17 test to tst-sem18Joseph Myers
2024-11-08Avoid uninitialized result in sem_open when file does not existJoseph Myers
2024-10-23Add more tests of pthread_mutexattr_gettype and pthread_mutexattr_settypeJoseph Myers
2024-10-21Check time arguments to pthread_timedjoin_np and pthread_clockjoin_npJoseph Myers
2024-08-23nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella
2024-07-26nptl: Use <support/check.h> facilities in tst-setuid3Maciej W. Rozycki
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu
2024-04-23nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella
2024-03-27signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-03sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-06-19tests: replace read by xreadFrédéric Bérat
2023-06-13tests: replace fgets by xfgetsFrederic Berat
2023-06-06pthreads: Use _exit to terminate the tst-stdio1 testFlorian Weimer
2023-06-01tests: fix warn unused resultsFrédéric Bérat
2023-06-01tests: replace write by xwriteFrédéric Bérat
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-05-24sysdeps/pthread/eintr.c: fix warn unused resultFrédéric Bérat