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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
pthread
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add crt1-2.0.o for glibc 2.0 compatibility tests
gentoo/glibc-2.39-10
H.J. Lu
2024-10-03
1
-0
/
+4
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
Exclude routines from fortification
Frédéric Bérat
2023-07-05
1
-0
/
+4
*
tests: replace read by xread
Frédéric Bérat
2023-06-19
1
-1
/
+1
*
nptl: Reformat Makefile.
Carlos O'Donell
2023-05-10
1
-113
/
+320
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
Adhemerval Zanella
2022-06-08
1
-0
/
+1
*
Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
Arjun Shankar
2022-05-25
1
-4
/
+34
*
nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
Adhemerval Zanella
2022-04-14
1
-0
/
+1
*
pthread: Do not overwrite tests-time64
Adhemerval Zanella
2022-03-07
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
nptl: Do not set signal mask on second setjmp return [BZ #28607]
Florian Weimer
2021-11-24
1
-0
/
+1
*
elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
Szabolcs Nagy
2021-10-04
1
-2
/
+8
*
nptl: pthread_kill must send signals to a specific thread [BZ #28407]
Florian Weimer
2021-10-01
1
-0
/
+1
*
nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]
Florian Weimer
2021-09-23
1
-0
/
+1
*
nptl: Fix race between pthread_kill and thread exit (bug 12889)
Florian Weimer
2021-09-13
1
-0
/
+2
*
nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)
Florian Weimer
2021-09-13
1
-1
/
+4
*
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
1
-1
/
+3
*
y2038: Add test coverage
Adhemerval Zanella
2021-06-15
1
-0
/
+10
*
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
1
-2
/
+1
*
nptl: Move thread join functions into libc
Florian Weimer
2021-05-11
1
-1
/
+2
*
nptl: Move pthread_detach, thrd_detach into libc
Florian Weimer
2021-05-11
1
-1
/
+2
*
nptl: Move tss_set into libc
Florian Weimer
2021-05-03
1
-2
/
+2
*
nptl: Move tss_get into libc
Florian Weimer
2021-05-03
1
-1
/
+2
*
nptl: Move tss_delete into libc
Florian Weimer
2021-05-03
1
-1
/
+2
*
nptl: Move tss_create into libc
Florian Weimer
2021-05-03
1
-1
/
+2
*
nptl: Move thrd_exit into libc
Florian Weimer
2021-05-03
1
-1
/
+2
*
nptl: Move mtx_unlock into libc
Florian Weimer
2021-05-03
1
-1
/
+1
*
nptl: Move mtx_trylock into libc
Florian Weimer
2021-05-03
1
-1
/
+2
*
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
1
-1
/
+2
*
nptl: Move mtx_init into libc
Florian Weimer
2021-05-03
1
-1
/
+2
*
nptl: Move mtx_destroy into libc
Florian Weimer
2021-05-03
1
-1
/
+2
*
nptl: Move cnd_wait into libc
Florian Weimer
2021-05-03
1
-1
/
+1
*
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
1
-1
/
+2
*
nptl: Move cnd_init into libc
Florian Weimer
2021-05-03
1
-1
/
+2
*
nptl: Move cnd_destroy into libc
Florian Weimer
2021-05-03
1
-1
/
+2
*
nptl: Move cnd_broadcast into libc
Florian Weimer
2021-05-03
1
-1
/
+1
*
nptl: Move call_once into libc
Florian Weimer
2021-05-03
1
-2
/
+1
*
Add pthread-in-libc, libpthread-routines-var, librt-routines-var
Florian Weimer
2021-05-03
1
-0
/
+3
*
nptl: Move pthread_exit into libc
Florian Weimer
2021-04-21
1
-1
/
+1
*
[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]
Jakub Jelinek
2021-03-04
1
-1
/
+3
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
nptl: Return EINVAL for invalid clock for pthread_clockjoin_np
Adhemerval Zanella
2020-11-25
1
-1
/
+1
*
htl: Enable tst-cancelx?[45]
Samuel Thibault
2020-08-06
1
-1
/
+12
*
htl: Enable cancel*16 an cancel*20 tests
Samuel Thibault
2020-06-29
1
-4
/
+7
[next]