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
/
htl
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
Add pthread_getname_np and pthread_setname_np for Hurd
Flavio Cruz
1
-0
/
+2
2024-02-25
htl: Reformat Makefile.
Carlos O'Donell
1
-140
/
+182
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2023-08-24
htl: move pthread_attr_setdetachstate into libc
Guy-Fleury Iteriteka
1
-2
/
+3
2023-08-24
htl: move pthread_attr_getdetachstate into libc
Guy-Fleury Iteriteka
1
-2
/
+2
2023-08-24
htl: move pthread_attr_setschedpolicy into libc
Guy-Fleury Iteriteka
1
-2
/
+2
2023-08-24
htl: move pthread_attr_getschedpolicy into libc
Guy-Fleury Iteriteka
1
-2
/
+2
2023-08-24
htl: move pthread_attr_setinheritsched into libc
Guy-Fleury Iteriteka
1
-2
/
+3
2023-08-24
htl: move pthread_attr_getinheritsched into libc
Guy-Fleury Iteriteka
1
-2
/
+2
2023-08-24
htl: move pthread_attr_getschedparam into libc
Guy-Fleury Iteriteka
1
-2
/
+2
2023-08-24
htl: move pthread_setschedparam into libc
Guy-Fleury Iteriteka
1
-2
/
+2
2023-08-24
htl: move pthread_getschedparam into libc
Guy-Fleury Iteriteka
1
-2
/
+3
2023-08-24
htl: move pthread_equal into libc
Guy-Fleury Iteriteka
1
-2
/
+1
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
1
-1
/
+1
2023-05-01
hurd 64bit: Fix pthread_t/thread_t type to long
Samuel Thibault
1
-0
/
+2
2023-04-05
htl: move pthread_self info libc.
Guy-Fleury Iteriteka
1
-2
/
+1
2023-04-05
htl: move ___pthread_self into libc.
Guy-Fleury Iteriteka
1
-1
/
+1
2023-04-05
htl: move __pthtread_total into libc
Guy-Fleury Iteriteka
1
-1
/
+1
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
1
-1
/
+1
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2021-06-24
Consolidate pthread_atfork
Adhemerval Zanella
1
-3
/
+1
2021-06-03
dlfcn: Cleanups after -ldl is no longer required
Florian Weimer
1
-1
/
+0
2021-05-18
htl: Add __libpthread_freeres
Samuel Thibault
1
-1
/
+1
2021-03-12
posix: Consolidate register-atfork
Adhemerval Zanella
1
-1
/
+1
2021-02-08
pthread: Refactor semaphore code
Adhemerval Zanella
1
-0
/
+1
2021-02-08
linux: Require /dev/shm as the shared memory file system
Florian Weimer
1
-2
/
+0
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2020-12-16
htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]
Samuel Thibault
1
-2
/
+2
2020-12-16
htl: Add pshared semaphore support
Samuel Thibault
1
-1
/
+1
2020-06-14
htl: initialize first and prevent from unloading
Samuel Thibault
1
-0
/
+1
2020-06-10
htl: Fix linking static tests by factorizing the symbols list
Samuel Thibault
1
-3
/
+7
2020-06-08
pthread: Move back linking rules to nptl and htl
Samuel Thibault
1
-0
/
+18
2020-06-07
htl: Enable more tests
Samuel Thibault
1
-9
/
+0
2020-02-17
htl: Link internal htl tests against libpthread
Samuel Thibault
1
-1
/
+1
2020-02-10
htl: Make sem_wait/sem_timedwait interruptible
Samuel Thibault
1
-0
/
+2
2020-02-10
htl: Add support for libc cancellation points
Samuel Thibault
1
-0
/
+1
2020-02-09
htl: Report missing mutex lock on pthread_cond_*wait
Samuel Thibault
1
-1
/
+1
2020-02-09
htl: Fix linking static testcases
Samuel Thibault
1
-0
/
+2
2020-02-09
htl: Move __register_atfork from forward to own file
Samuel Thibault
1
-1
/
+1
2020-02-09
htl: Remove unused files
Samuel Thibault
1
-1
/
+0
2020-01-04
htl: Add __errno_location and __h_errno_location
Samuel Thibault
1
-0
/
+1
2020-01-04
htl: Move pthread_atfork to libc_nonshared.a
Samuel Thibault
1
-31
/
+3
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
1
-1
/
+1
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2018-04-02
hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+
Samuel Thibault
1
-12
/
+12
2018-04-02
hurd: Add hurd thread library
Samuel Thibault
1
-0
/
+237