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
/
htl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
46
-46
/
+46
*
htl: Check error returned by __getrlimit
Samuel Thibault
2023-01-02
1
-2
/
+2
*
Use C11 atomics instead of atomic_decrement_and_test
Wilco Dijkstra
2022-09-23
2
-2
/
+2
*
Use C11 atomics instead of atomic_increment(_val)
Wilco Dijkstra
2022-09-23
1
-1
/
+1
*
Use C11 atomics instead of atomic_decrement(_val)
Wilco Dijkstra
2022-09-09
1
-1
/
+1
*
htl: Let pthread_self and cancellability called early
Samuel Thibault
2022-08-02
2
-1
/
+15
*
htl: Destroy thread-specific data before releasing joins
Samuel Thibault
2022-02-14
1
-3
/
+3
*
htl: Fix cleaning the reply port
Samuel Thibault
2022-01-22
6
-25
/
+27
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
46
-46
/
+46
*
htl: Fix sigset of main thread
Samuel Thibault
2021-09-26
1
-2
/
+5
*
htl: Move thread table to ld.so
Sergey Bugaev
2021-09-16
4
-52
/
+31
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
1
-1
/
+0
*
htl: Let libc call __pthread_mutex_{,try,un}lock
Samuel Thibault
2021-07-13
1
-0
/
+1
*
Consolidate pthread_atfork
Adhemerval Zanella
2021-06-24
1
-3
/
+1
*
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
2021-06-03
1
-1
/
+0
*
htl: Add __libpthread_freeres
Samuel Thibault
2021-05-18
2
-1
/
+25
*
fork.h: replace with register-atfork.h
Samuel Thibault
2021-03-29
1
-1
/
+0
*
posix: Consolidate register-atfork
Adhemerval Zanella
2021-03-12
2
-158
/
+1
*
pthread: Refactor semaphore code
Adhemerval Zanella
2021-02-08
2
-21
/
+1
*
linux: Require /dev/shm as the shared memory file system
Florian Weimer
2021-02-08
2
-3
/
+0
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
46
-46
/
+46
*
{nptl,htl}/semaphoreP.h: clean up
Samuel Thibault
2020-12-16
1
-2
/
+2
*
htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]
Samuel Thibault
2020-12-16
2
-2
/
+51
*
htl: Add pshared semaphore support
Samuel Thibault
2020-12-16
2
-1
/
+34
*
htl: Add hidden def for __pthread_create/detach
Samuel Thibault
2020-12-03
2
-0
/
+2
*
htl: Add missing symbols
Samuel Thibault
2020-12-03
1
-0
/
+2
*
hurd: Remove some remnants of cthreads
Samuel Thibault
2020-11-15
2
-2
/
+3
*
htl: Initialize later
Samuel Thibault
2020-11-11
2
-3
/
+3
*
htl: Keep thread signals blocked during its initialization
Samuel Thibault
2020-11-11
2
-2
/
+13
*
Add the __libc_single_threaded variable
Florian Weimer
2020-07-06
1
-0
/
+5
*
htl: Move cleanup stack to variable shared between libc and pthread
Samuel Thibault
2020-06-14
6
-6
/
+9
*
htl: initialize first and prevent from unloading
Samuel Thibault
2020-06-14
1
-0
/
+1
*
htl: Fix linking static tests by factorizing the symbols list
Samuel Thibault
2020-06-10
4
-45
/
+30
*
pthread: Move back linking rules to nptl and htl
Samuel Thibault
2020-06-08
1
-0
/
+18
*
htl: Fix tls initialization for already-created threads
Samuel Thibault
2020-06-07
1
-0
/
+29
*
htl: Enable more tests
Samuel Thibault
2020-06-07
1
-9
/
+0
*
htl: Add sem_clockwait support
Samuel Thibault
2020-06-07
1
-1
/
+3
*
htl: fix register-atfork ordering
Samuel Thibault
2020-06-07
1
-7
/
+7
*
htl: Add clock variants
Samuel Thibault
2020-05-26
2
-9
/
+60
*
htl: Link internal htl tests against libpthread
Samuel Thibault
2020-02-17
1
-1
/
+1
*
htl: Add missing functions and defines for robust mutexes
Samuel Thibault
2020-02-16
1
-0
/
+5
*
htl C11 threads: Avoid pthread_ symbols visibility in static library
Samuel Thibault
2020-02-10
7
-7
/
+7
*
htl: Avoid a local plt for pthread_self
Samuel Thibault
2020-02-10
1
-3
/
+3
*
htl: Make joining self return EDEADLK
Samuel Thibault
2020-02-10
1
-0
/
+3
*
htl: Make sem_wait/sem_timedwait interruptible
Samuel Thibault
2020-02-10
2
-0
/
+10
*
htl: Add support for libc cancellation points
Samuel Thibault
2020-02-10
4
-1
/
+50
*
htl: clean __pthread_get_cleanup_stack hidden proto
Samuel Thibault
2020-02-10
3
-5
/
+3
*
htl: Report missing mutex lock on pthread_cond_*wait
Samuel Thibault
2020-02-09
2
-1
/
+4
*
htl: Fix linking static testcases
Samuel Thibault
2020-02-09
1
-0
/
+2
*
htl: Move __register_atfork from forward to own file
Samuel Thibault
2020-02-09
3
-139
/
+158
[next]