GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
pthread
Commit message (
Expand
)
Author
Age
Files
Lines
*
nptl: Fix tst-cancel30 on sparc64
Adhemerval Zanella
2023-07-28
1
-3
/
+1
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
256
-256
/
+256
*
Do not define static_assert or thread_local in headers for C2x
Joseph Myers
2022-09-07
1
-1
/
+3
*
nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
Adhemerval Zanella
2022-06-08
2
-0
/
+83
*
Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
Arjun Shankar
2022-05-25
5
-4
/
+372
*
nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
Adhemerval Zanella
2022-04-14
2
-0
/
+208
*
pthread: Do not overwrite tests-time64
Adhemerval Zanella
2022-03-07
1
-1
/
+1
*
pthread: Use 64 bit time_t stat internally for sem_open (BZ #28880)
Adhemerval Zanella
2022-02-16
1
-4
/
+4
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
250
-250
/
+250
*
nptl: Add one more barrier to nptl/tst-create1
Florian Weimer
2021-12-10
1
-0
/
+4
*
nptl: Do not set signal mask on second setjmp return [BZ #28607]
Florian Weimer
2021-11-24
2
-0
/
+46
*
elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
Szabolcs Nagy
2021-10-04
3
-2
/
+168
*
nptl: pthread_kill must send signals to a specific thread [BZ #28407]
Florian Weimer
2021-10-01
2
-0
/
+93
*
nptl: Add CLOCK_MONOTONIC support for PI mutexes
Adhemerval Zanella
2021-10-01
2
-15
/
+28
*
pthread/tst-cancel28: Fix barrier re-init race condition
Stafford Horne
2021-09-28
1
-1
/
+0
*
nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]
Florian Weimer
2021-09-23
2
-0
/
+62
*
nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)
Florian Weimer
2021-09-20
1
-2
/
+19
*
nptl: Fix race between pthread_kill and thread exit (bug 12889)
Florian Weimer
2021-09-13
3
-0
/
+212
*
nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)
Florian Weimer
2021-09-13
4
-90
/
+95
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
154
-154
/
+0
*
Move malloc hooks into a compat DSO
Siddhesh Poyarekar
2021-07-22
1
-1
/
+2
*
Linux: Cleanups after librt move
Florian Weimer
2021-06-28
1
-11
/
+3
*
Consolidate pthread_atfork
Adhemerval Zanella
2021-06-24
3
-1
/
+89
*
rt: Move generic implementation from sysdeps/pthread to rt
Florian Weimer
2021-06-22
20
-2968
/
+0
*
y2038: Add test coverage
Adhemerval Zanella
2021-06-15
9
-0
/
+18
*
y2038: Add support for 64-bit time on legacy ABIs
Adhemerval Zanella
2021-06-15
2
-0
/
+58
*
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
2021-06-03
1
-3
/
+3
*
nptl: Move pthread_create, thrd_create into libc
Florian Weimer
2021-05-21
2
-3
/
+11
*
nptl: Move thread join functions into libc
Florian Weimer
2021-05-11
2
-2
/
+12
*
nptl: Move pthread_detach, thrd_detach into libc
Florian Weimer
2021-05-11
2
-2
/
+12
*
linux: Move funlockfile/_IO_funlockfile into libc
Adhemerval Zanella
2021-05-10
1
-30
/
+0
*
linux: Move ftrylockfile/_IO_ftrylockfile into libc
Adhemerval Zanella
2021-05-10
1
-31
/
+0
*
linux: Move flockfile/_IO_flockfile into libc
Adhemerval Zanella
2021-05-10
1
-31
/
+0
*
nptl: Move sem_unlink into libc
Florian Weimer
2021-05-05
1
-2
/
+15
*
nptl: Move sem_close, sem_open into libc
Florian Weimer
2021-05-05
3
-19
/
+41
*
nptl: Move tss_set into libc
Florian Weimer
2021-05-03
2
-3
/
+12
*
nptl: Move tss_get into libc
Florian Weimer
2021-05-03
2
-2
/
+12
*
nptl: Move tss_delete into libc
Florian Weimer
2021-05-03
2
-2
/
+12
*
nptl: Move tss_create into libc
Florian Weimer
2021-05-03
2
-2
/
+12
*
nptl: Move thrd_exit into libc
Florian Weimer
2021-05-03
2
-2
/
+12
*
nptl: Move mtx_unlock into libc
Florian Weimer
2021-05-03
2
-2
/
+11
*
nptl: Move mtx_trylock into libc
Florian Weimer
2021-05-03
2
-2
/
+12
*
nptl: Move mtx_timedlock into libc
Florian Weimer
2021-05-03
1
-1
/
+1
*
nptl: Move mtx_lock into libc
Florian Weimer
2021-05-03
2
-2
/
+12
*
nptl: Move mtx_init into libc
Florian Weimer
2021-05-03
2
-2
/
+12
*
nptl: Move mtx_destroy into libc
Florian Weimer
2021-05-03
2
-2
/
+12
*
nptl: Move cnd_wait into libc
Florian Weimer
2021-05-03
2
-2
/
+11
*
nptl: Move cnd_timedwait into libc
Florian Weimer
2021-05-03
1
-1
/
+2
*
nptl: Move cnd_signal into libc
Florian Weimer
2021-05-03
2
-2
/
+12
*
nptl: Move cnd_init into libc
Florian Weimer
2021-05-03
2
-2
/
+12
[next]