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
/
htl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
113
-113
/
+113
*
htl: Fix sem_wait race between read and gsync_wait
Samuel Thibault
2022-12-30
1
-2
/
+2
*
htl: Make pthread*_cond_timedwait register wref before releasing mutex
Samuel Thibault
2022-08-22
1
-4
/
+6
*
htl: Fix initializing the key lock
Samuel Thibault
2022-02-14
2
-3
/
+5
*
htl: Make pthread_[gs]etspecific not check for key validity
Samuel Thibault
2022-02-14
2
-4
/
+2
*
htl: Fix build error in annexc
Samuel Thibault
2022-01-17
1
-2
/
+4
*
htl: Hide __pthread_attr's __schedparam type [BZ #23088]
Samuel Thibault
2022-01-15
5
-9
/
+11
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
113
-113
/
+113
*
htl: Reimplement GSCOPE
Sergey Bugaev
2021-09-16
1
-0
/
+55
*
htl: Move thread table to ld.so
Sergey Bugaev
2021-09-16
5
-8
/
+40
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
2
-2
/
+0
*
htl: Do not expose pthread hidden proto outside libpthread
Samuel Thibault
2021-07-18
1
-3
/
+3
*
htl: Fix linking static examples against libpthread
Samuel Thibault
2021-07-13
1
-1
/
+1
*
htl: Let libc call __pthread_mutex_{,try,un}lock
Samuel Thibault
2021-07-13
1
-0
/
+3
*
Linux: Cleanups after librt move
Florian Weimer
2021-06-28
1
-0
/
+6
*
Consolidate pthread_atfork
Adhemerval Zanella
2021-06-24
3
-67
/
+4
*
rt: Move generic implementation from sysdeps/pthread to rt
Florian Weimer
2021-06-22
1
-0
/
+555
*
nptl: Implement raise in terms of pthread_kill
Adhemerval Zanella
2021-06-09
1
-2
/
+0
*
Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>
Florian Weimer
2021-05-20
1
-0
/
+3
*
Add __attribute_access_none to disable GCC warnings [BZ #27714]
Martin Sebor
2021-04-27
1
-1
/
+1
*
Remove pthread_key_create-related internals from libc-lock.h
Florian Weimer
2021-04-21
1
-13
/
+0
*
fork.h: replace with register-atfork.h
Samuel Thibault
2021-03-29
2
-21
/
+0
*
htl: Add missing fork.h
Samuel Thibault
2021-03-24
1
-0
/
+20
*
posix: Consolidate register-atfork
Adhemerval Zanella
2021-03-12
2
-29
/
+1
*
linux: Require /dev/shm as the shared memory file system
Florian Weimer
2021-02-08
1
-30
/
+0
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
114
-114
/
+114
*
htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]
Samuel Thibault
2020-12-16
3
-93
/
+0
*
htl: Add pshared semaphore support
Samuel Thibault
2020-12-16
8
-184
/
+253
*
htl: Add futex-internal.h
Samuel Thibault
2020-12-16
1
-0
/
+39
*
htl: Add hidden def for __pthread_create/detach
Samuel Thibault
2020-12-03
1
-0
/
+2
*
hurd: Remove some remnants of cthreads
Samuel Thibault
2020-11-15
2
-2
/
+2
*
htl: Fix spurious symbols in namespaces
Samuel Thibault
2020-11-11
5
-5
/
+5
*
htl: Move cleanup handling to non-private libc-lock
Samuel Thibault
2020-06-28
2
-33
/
+70
*
htl: Fix includes for lockfile
Samuel Thibault
2020-06-28
3
-6
/
+3
*
htl: Add wrapper header for <semaphore.h> with hidden __sem_post
Florian Weimer
2020-06-24
3
-2
/
+11
*
htl: Fix case when sem_*wait is canceled while holding a token
Samuel Thibault
2020-06-24
1
-2
/
+13
*
htl: Make sem_*wait cancellations points
Samuel Thibault
2020-06-24
1
-8
/
+84
*
htl: Simplify non-cancel path of __pthread_cond_timedwait_internal
Samuel Thibault
2020-06-24
1
-20
/
+21
*
htl: Fix cleanup support for IO locking
Samuel Thibault
2020-06-14
2
-0
/
+90
*
htl: Add noreturn attribute on __pthread_exit forward
Samuel Thibault
2020-06-14
1
-2
/
+2
*
htl: Fix registration of atfork handlers in modules
Samuel Thibault
2020-06-07
2
-2
/
+12
*
htl: Fix tls initialization for already-created threads
Samuel Thibault
2020-06-07
1
-0
/
+3
*
htl: Add sem_clockwait support
Samuel Thibault
2020-06-07
2
-3
/
+12
*
htl: Fix gsync_wait symbol exposition
Samuel Thibault
2020-06-01
1
-1
/
+1
*
htl: Make pthread_cond_destroy wait for threads to be woken
Samuel Thibault
2020-06-01
3
-5
/
+28
*
htl: Add clock variants
Samuel Thibault
2020-05-26
8
-12
/
+126
*
pthread: Move robust mutex tests from nptl to sysdeps/pthread
Samuel Thibault
2020-02-16
1
-0
/
+2
*
htl: Add missing functions and defines for robust mutexes
Samuel Thibault
2020-02-16
1
-0
/
+1
*
htl C11 threads: Avoid pthread_ symbols visibility in static library
Samuel Thibault
2020-02-10
28
-28
/
+28
*
hurd: Add __pthread_spin_wait and use it
Samuel Thibault
2020-02-11
15
-21
/
+21
[next]