aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread
AgeCommit message (Expand)AuthorFilesLines
9 daysRemove futex_supports_psharedAndreas Schwab1-9/+0
2025-08-18htl: move sem_unlink into libc.gfleury1-8/+7
2025-08-18htl: move sem_open, sem_close into libc.gfleury3-13/+16
2025-08-04tst-fopen-threaded.c: Delete temporary fileH.J. Lu1-2/+12
2025-07-29tst-cond23: return EXIT_UNSUPPORTED on missing clock selectionSamuel Thibault1-1/+1
2025-07-24Disable SFrame support by defaultAdhemerval Zanella2-85/+0
2025-05-09hurd: Fix tst-stack2 test build on HurdAdhemerval Zanella1-0/+1
2025-04-28nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)Adhemerval Zanella3-0/+95
2025-04-14Fix spelling mistake "succsefully" -> "successfully"Colin Ian King1-1/+1
2025-03-14tst-fopen-threaded: Only check EOF for failing readSiddhesh Poyarekar1-10/+18
2025-03-13nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782)Adhemerval Zanella2-0/+74
2025-03-12Makefile: Clean up pthread_atfork integrationFlorian Weimer1-1/+1
2025-02-01htl: move pthread_setcancelstate into libc.gfleury1-8/+3
2025-01-28Add new tests for fopenMartin Coufal2-0/+251
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert261-261/+261
2024-12-16Use empty initializer to silence GCC 4.9 or olderH.J. Lu1-2/+2
2024-12-15Revert "Add braces in initializers for GCC 4.9 or older"H.J. Lu1-2/+2
2024-12-14Add braces in initializers for GCC 4.9 or olderH.J. Lu1-2/+2
2024-11-29Add threaded test of sem_trywaitJoseph Myers2-0/+78
2024-11-29nptl: Add new test for pthread_spin_trylockSergey Kolosov2-0/+83
2024-11-08Rename new tst-sem17 test to tst-sem18Joseph Myers2-3/+3
2024-11-08Avoid uninitialized result in sem_open when file does not existJoseph Myers3-0/+37
2024-10-23Add more tests of pthread_mutexattr_gettype and pthread_mutexattr_settypeJoseph Myers2-0/+61
2024-10-21Check time arguments to pthread_timedjoin_np and pthread_clockjoin_npJoseph Myers3-0/+90
2024-08-23nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella1-0/+4
2024-07-26nptl: Use <support/check.h> facilities in tst-setuid3Maciej W. Rozycki1-21/+16
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu1-0/+4
2024-04-23nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer1-4/+11
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2-5/+5
2024-03-27signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella1-0/+3
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert256-256/+256
2023-11-03sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior1-6/+4
2023-07-05Exclude routines from fortificationFrédéric Bérat1-0/+4
2023-06-19tests: replace read by xreadFrédéric Bérat5-7/+9
2023-06-13tests: replace fgets by xfgetsFrederic Berat1-1/+2
2023-06-06pthreads: Use _exit to terminate the tst-stdio1 testFlorian Weimer1-1/+1
2023-06-01tests: fix warn unused resultsFrédéric Bérat2-3/+9
2023-06-01tests: replace write by xwriteFrédéric Bérat7-11/+19
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov12-15/+15
2023-05-24sysdeps/pthread/eintr.c: fix warn unused resultFrédéric Bérat1-2/+4
2023-05-10nptl: Reformat Makefile.Carlos O'Donell2-113/+320
2023-04-22Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev1-3/+6
2023-04-03nptl: Fix tst-cancel30 on sparc64Adhemerval Zanella1-3/+1
2023-03-08rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang1-2/+3
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers256-256/+256
2022-09-07Do not define static_assert or thread_local in headers for C2xJoseph Myers1-1/+3
2022-06-08nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)Adhemerval Zanella2-0/+83
2022-05-25Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar5-4/+372
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella2-0/+208
2022-03-07pthread: Do not overwrite tests-time64Adhemerval Zanella1-1/+1