index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdeps
/
htl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pthread_getname_np and pthread_setname_np for Hurd
Flavio Cruz
2024-07-16
1
-0
/
+11
*
htl: Implement some support for TLS_DTV_AT_TP
Sergey Bugaev
2024-03-23
1
-2
/
+14
*
htl: Respect GL(dl_stack_flags) when allocating stacks
Sergey Bugaev
2024-03-23
1
-0
/
+4
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
114
-114
/
+114
*
htl: move pthread_attr_setdetachstate into libc
Guy-Fleury Iteriteka
2023-08-24
1
-2
/
+0
*
htl: move pthread_attr_getdetachstate into libc
Guy-Fleury Iteriteka
2023-08-24
1
-2
/
+0
*
htl: move pthread_attr_setschedpolicy into libc
Guy-Fleury Iteriteka
2023-08-24
1
-2
/
+0
*
htl: move pthread_attr_getschedpolicy into libc
Guy-Fleury Iteriteka
2023-08-24
1
-2
/
+0
*
htl: move pthread_attr_setinheritsched into libc
Guy-Fleury Iteriteka
2023-08-24
1
-2
/
+0
*
htl: move pthread_attr_getinheritsched into libc
Guy-Fleury Iteriteka
2023-08-24
1
-2
/
+0
*
htl: move pthread_attr_getschedparam into libc
Guy-Fleury Iteriteka
2023-08-24
1
-4
/
+0
*
htl: move pthread_setschedparam into libc
Guy-Fleury Iteriteka
2023-08-24
1
-4
/
+0
*
htl: move pthread_getschedparam into libc
Guy-Fleury Iteriteka
2023-08-24
1
-2
/
+0
*
htl: move pthread_equal into libc
Guy-Fleury Iteriteka
2023-08-24
1
-2
/
+0
*
htl: Add support for static TSD data
Samuel Thibault
2023-08-08
7
-18
/
+97
*
Fix misspellings in sysdeps/ -- BZ 25337
Paul Pluzhnikov
2023-05-30
8
-13
/
+13
*
htl: Use __hurd_fail () instead of assigning errno
Sergey Bugaev
2023-05-20
4
-18
/
+9
*
hurd 64bit: Fix pthread_t/thread_t type to long
Samuel Thibault
2023-05-01
4
-2
/
+50
*
hurd 64bit: Add missing libanl
Samuel Thibault
2023-05-01
1
-0
/
+1
*
htl: move pthread_self info libc.
Guy-Fleury Iteriteka
2023-04-05
2
-2
/
+2
*
htl: Remove ./sysdeps/htl/bits/types/struct___pthread_mutex.h
Samuel Thibault
2023-02-12
1
-61
/
+0
*
htl: Fix semaphore reference
Sergey Bugaev
2023-02-12
1
-5
/
+5
*
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
[next]