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
/
htl
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
htl: Fix barrier_wait with one thread
Samuel Thibault
2020-02-10
1
-1
/
+3
*
htl: Make sem_wait/sem_timedwait interruptible
Samuel Thibault
2020-02-10
1
-6
/
+4
*
htl: Make sem_open return ENOSYS
Samuel Thibault
2020-02-10
1
-1
/
+1
*
htl: Add support for semaphore maximum value
Samuel Thibault
2020-02-10
1
-0
/
+7
*
htl: Add support for libc cancellation points
Samuel Thibault
2020-02-10
1
-0
/
+1
*
htl: clean __pthread_get_cleanup_stack hidden proto
Samuel Thibault
2020-02-10
1
-1
/
+1
*
htl: support cancellation during pthread_once
Samuel Thibault
2020-02-09
1
-0
/
+10
*
htl: make pthread_cond_destroy return EBUSY on waiters
Samuel Thibault
2020-02-09
1
-1
/
+8
*
htl: Report missing mutex lock on pthread_cond_*wait
Samuel Thibault
2020-02-09
1
-0
/
+4
*
htl: Fix default guard size
Samuel Thibault
2020-02-09
1
-1
/
+1
*
htl: Avoid check-installed-headers looking at inlines
Samuel Thibault
2020-02-09
1
-2
/
+4
*
htl: Do not put spin_lock inlines in public headers
Samuel Thibault
2020-02-09
2
-36
/
+36
*
C11 threads: Move implementation to sysdeps/pthread
Samuel Thibault
2020-02-09
3
-1
/
+33
*
htl: Add C11 threads types definitions
Samuel Thibault
2020-02-09
1
-0
/
+13
*
htl: Make __PTHREAD_ONCE_INIT more flexible
Samuel Thibault
2020-02-09
2
-2
/
+2
*
htl: Add support for C11 threads behavior
Samuel Thibault
2020-02-09
1
-0
/
+3
*
htl: Add missing internal functions declarations
Samuel Thibault
2020-02-09
1
-0
/
+13
*
htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroy
Samuel Thibault
2020-02-09
2
-3
/
+4
*
htl: Remove unused files
Samuel Thibault
2020-02-09
23
-1099
/
+0
*
htl: Add internal version of __pthread_mutex_timedlock
Samuel Thibault
2020-01-13
2
-1
/
+4
*
htl: Avoid exposing unixoid functions
Samuel Thibault
2020-01-13
1
-1
/
+1
*
htl: Add type sizes in bits/pthreadtypes-arch.h and check them
Samuel Thibault
2020-01-13
11
-0
/
+24
*
htl: Add internal versions of functions used by C11 threads
Samuel Thibault
2020-01-13
3
-1
/
+5
*
htl: Add __errno_location and __h_errno_location
Samuel Thibault
2020-01-04
1
-0
/
+4
*
htl: Move pthread_atfork to libc_nonshared.a
Samuel Thibault
2020-01-04
2
-3
/
+3
*
htl: Use dso_handle.h
Samuel Thibault
2020-01-04
1
-5
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
134
-134
/
+134
*
time: Introduce function to check correctness of nanoseconds value
Lukasz Majewski
2019-10-27
5
-5
/
+10
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
134
-134
/
+134
*
hurd: advertise *_setpshared as not supported
Samuel Thibault
2019-01-02
4
-0
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
134
-134
/
+134
*
htl: Fix comparing attr with default values
Samuel Thibault
2018-12-01
4
-4
/
+4
*
hurd: Avoid PLTs for __pthread_get/setspecific
Samuel Thibault
2018-08-09
3
-0
/
+4
*
Fix C11 conformance issues
Adhemerval Zanella
2018-07-25
1
-0
/
+1
*
hurd: Fix missing __pthread_get_cleanup_stack symbol
Samuel Thibault
2018-06-16
2
-3
/
+1
*
hurd: Avoid PLT ref for __pthread_get_cleanup_stack
Samuel Thibault
2018-06-16
2
-1
/
+3
*
hurd: Avoid exposing all <sched.h> symbols from sys/types.h
Samuel Thibault
2018-04-19
1
-1
/
+1
*
Revert "Fix sched_param"
Samuel Thibault
2018-04-19
3
-5
/
+5
*
Fix sched_param
Samuel Thibault
2018-04-18
3
-5
/
+5
*
hurd: Avoid local PLTs in libpthread.
Samuel Thibault
2018-04-02
10
-14
/
+52
*
hurd: Bump remaining LGPL2+ htl licences to LGPL 2.1+
Samuel Thibault
2018-04-02
121
-848
/
+847
*
hurd: Add hurd thread library
Samuel Thibault
2018-04-02
139
-0
/
+6854