Age | Commit message (Expand) | Author | Files | Lines |
2024-11-29 | Add threaded test of sem_trywait | Joseph Myers | 2 | -0/+78 |
2024-11-29 | nptl: Add new test for pthread_spin_trylock | Sergey Kolosov | 2 | -0/+83 |
2024-11-08 | Rename new tst-sem17 test to tst-sem18 | Joseph Myers | 2 | -3/+3 |
2024-11-08 | Avoid uninitialized result in sem_open when file does not exist | Joseph Myers | 3 | -0/+37 |
2024-10-23 | Add more tests of pthread_mutexattr_gettype and pthread_mutexattr_settype | Joseph Myers | 2 | -0/+61 |
2024-10-21 | Check time arguments to pthread_timedjoin_np and pthread_clockjoin_np | Joseph Myers | 3 | -0/+90 |
2024-08-23 | nptl: Fix Race conditions in pthread cancellation [BZ#12683] | Adhemerval Zanella | 1 | -0/+4 |
2024-07-26 | nptl: Use <support/check.h> facilities in tst-setuid3 | Maciej W. Rozycki | 1 | -21/+16 |
2024-05-06 | Add crt1-2.0.o for glibc 2.0 compatibility tests | H.J. Lu | 1 | -0/+4 |
2024-04-23 | nptl: Fix tst-cancel30 on kernels without ppoll_time64 support | Florian Weimer | 1 | -4/+11 |
2024-04-02 | Always define __USE_TIME_BITS64 when 64 bit time_t is used | Adhemerval Zanella | 2 | -5/+5 |
2024-03-27 | signal: Avoid system signal disposition to interfere with tests | Adhemerval Zanella | 1 | -0/+3 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 256 | -256/+256 |
2023-11-03 | sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ... | Sergio Durigan Junior | 1 | -6/+4 |
2023-07-05 | Exclude routines from fortification | Frédéric Bérat | 1 | -0/+4 |
2023-06-19 | tests: replace read by xread | Frédéric Bérat | 5 | -7/+9 |
2023-06-13 | tests: replace fgets by xfgets | Frederic Berat | 1 | -1/+2 |
2023-06-06 | pthreads: Use _exit to terminate the tst-stdio1 test | Florian Weimer | 1 | -1/+1 |
2023-06-01 | tests: fix warn unused results | Frédéric Bérat | 2 | -3/+9 |
2023-06-01 | tests: replace write by xwrite | Frédéric Bérat | 7 | -11/+19 |
2023-05-30 | Fix misspellings in sysdeps/ -- BZ 25337 | Paul Pluzhnikov | 12 | -15/+15 |
2023-05-24 | sysdeps/pthread/eintr.c: fix warn unused result | Frédéric Bérat | 1 | -2/+4 |
2023-05-10 | nptl: Reformat Makefile. | Carlos O'Donell | 2 | -113/+320 |
2023-04-22 | Use O_CLOEXEC in more places (BZ #15722) | Sergey Bugaev | 1 | -3/+6 |
2023-04-03 | nptl: Fix tst-cancel30 on sparc64 | Adhemerval Zanella | 1 | -3/+1 |
2023-03-08 | rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX} | abushwang | 1 | -2/+3 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 256 | -256/+256 |
2022-09-07 | Do not define static_assert or thread_local in headers for C2x | Joseph Myers | 1 | -1/+3 |
2022-06-08 | nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214) | Adhemerval Zanella | 2 | -0/+83 |
2022-05-25 | Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose | Arjun Shankar | 5 | -4/+372 |
2022-04-14 | nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029) | Adhemerval Zanella | 2 | -0/+208 |
2022-03-07 | pthread: Do not overwrite tests-time64 | Adhemerval Zanella | 1 | -1/+1 |
2022-02-16 | pthread: Use 64 bit time_t stat internally for sem_open (BZ #28880) | Adhemerval Zanella | 1 | -4/+4 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 250 | -250/+250 |
2021-12-10 | nptl: Add one more barrier to nptl/tst-create1 | Florian Weimer | 1 | -0/+4 |
2021-11-24 | nptl: Do not set signal mask on second setjmp return [BZ #28607] | Florian Weimer | 2 | -0/+46 |
2021-10-04 | elf: Avoid deadlock between pthread_create and ctors [BZ #28357] | Szabolcs Nagy | 3 | -2/+168 |
2021-10-01 | nptl: pthread_kill must send signals to a specific thread [BZ #28407] | Florian Weimer | 2 | -0/+93 |
2021-10-01 | nptl: Add CLOCK_MONOTONIC support for PI mutexes | Adhemerval Zanella | 2 | -15/+28 |
2021-09-28 | pthread/tst-cancel28: Fix barrier re-init race condition | Stafford Horne | 1 | -1/+0 |
2021-09-23 | nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361] | Florian Weimer | 2 | -0/+62 |
2021-09-20 | nptl: pthread_kill needs to return ESRCH for old programs (bug 19193) | Florian Weimer | 1 | -2/+19 |
2021-09-13 | nptl: Fix race between pthread_kill and thread exit (bug 12889) | Florian Weimer | 3 | -0/+212 |
2021-09-13 | nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193) | Florian Weimer | 4 | -90/+95 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 154 | -154/+0 |
2021-07-22 | Move malloc hooks into a compat DSO | Siddhesh Poyarekar | 1 | -1/+2 |
2021-06-28 | Linux: Cleanups after librt move | Florian Weimer | 1 | -11/+3 |
2021-06-24 | Consolidate pthread_atfork | Adhemerval Zanella | 3 | -1/+89 |
2021-06-22 | rt: Move generic implementation from sysdeps/pthread to rt | Florian Weimer | 20 | -2968/+0 |
2021-06-15 | y2038: Add test coverage | Adhemerval Zanella | 9 | -0/+18 |