commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] POSIX threading library branch, master, updated. glibc-2.23-hurd+l


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. glibc-2.23-hurd+libpthread-20161218-66-g3931478
Date: Sun, 18 Mar 2018 21:39:55 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "POSIX threading library".

The branch, master has been updated
       via  3931478319b31d4d28940076ec39475bb4d1018d (commit)
       via  dc0f656926203b7b7c05ea226225daa8a63fcdb1 (commit)
       via  164f0e35665764e6d0d03213c07d3998c6538567 (commit)
       via  009612b09c555d5fea660dbb17e420d4a9533127 (commit)
       via  372a613dbe4a85779807040300985fc5289b9fd7 (commit)
       via  c2597197898e29c85dbfd5a10fb05c2428d2ac07 (commit)
       via  64e55cccfcffd5a47a0dd92a910eefd477809b18 (commit)
       via  d94e01e61ca3fe2d8c3a0e6ab294baf68b194a14 (commit)
       via  faa970ad2f949a2ec70971337c4aba7f9fe736f7 (commit)
       via  c09b93588c95ec9bc843da570a7a840dab27a4fc (commit)
       via  e900467cf8c98913d56098db688f28bbad883641 (commit)
       via  1b2018c046c879e8a83673865dcb27e683eafcfc (commit)
       via  23deccd65c65f8e695bdf88321bcb7ee9a0d475d (commit)
       via  e708e2af80f403ba868d5cd095bd87913fc88c56 (commit)
       via  ddf59c36d90606ab0bfcdea99e1b01e98274eeb0 (commit)
      from  5aa60db21b545797f47808603c97ffc168a45dd9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3931478319b31d4d28940076ec39475bb4d1018d
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:35:05 2018 +0100

    Move bits/thread-specific.h to bits/types/__pthread_key.h
    
    * sysdeps/pthread/bits/thread-specific.h: Move file to...
    * sysdeps/pthread/bits/types/__pthread_key.h: ... here.
    * Makefile (headers): Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.

commit dc0f656926203b7b7c05ea226225daa8a63fcdb1
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:33:09 2018 +0100

    Move bits/thread-attr.h to bits/types/struct___pthread_attr.h
    
    * sysdeps/pthread/bits/thread-attr.h: Move file to...
    * sysdeps/pthread/bits/types/struct___pthread_attr.h: ... here.
    * Makefile (headers): Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.

commit 164f0e35665764e6d0d03213c07d3998c6538567
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:30:53 2018 +0100

    Move bits/rwlock.h to bits/types/struct___pthread_rwlock.h
    
    * sysdeps/pthread/bits/rwlock.h: Move file to...
    * sysdeps/pthread/bits/types/struct___pthread_rwlock.h: ... here.
    * Makefile (headers): Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.

commit 009612b09c555d5fea660dbb17e420d4a9533127
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:29:25 2018 +0100

    Move bits/rwlock-attr.h to bits/types/struct___pthread_rwlockattr.h
    
    * sysdeps/pthread/bits/rwlock-attr.h: Move file to...
    * sysdeps/pthread/bits/types/struct___pthread_rwlockattr.h: ... here.
    * Makefile (headers): Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.

commit 372a613dbe4a85779807040300985fc5289b9fd7
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:27:29 2018 +0100

    Move bits/once.h to bits/types/struct___pthread_once.h
    
    * sysdeps/pthread/bits/once.h: Move file to...
    * sysdeps/pthread/bits/types/struct___pthread_once.h: ... here.
    * Makefile (headers): Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.

commit c2597197898e29c85dbfd5a10fb05c2428d2ac07
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:23:31 2018 +0100

    Move bits/mutex-attr.h to bits/types/struct___pthread_mutexattr.h
    
    * sysdeps/pthread/bits/mutex-attr.h: Move file to...
    * sysdeps/pthread/bits/types/struct___pthread_mutexattr.h: ... here.
    * Makefile (headers): Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/mach/hurd/bits/types/struct___pthread_mutex.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.
    * sysdeps/pthread/bits/types/struct___pthread_mutex.h: Likewise.

commit 64e55cccfcffd5a47a0dd92a910eefd477809b18
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:21:01 2018 +0100

    Move bits/condition.h to bits/types/struct___pthread_cond.h
    
    * sysdeps/pthread/bits/condition.h: Move file to...
    * sysdeps/pthread/bits/types/struct___pthread_cond.h: ... here.
    * Makefile (headers): Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.

commit d94e01e61ca3fe2d8c3a0e6ab294baf68b194a14
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:18:53 2018 +0100

    Move bits/condition-attr.h to bits/types/struct___pthread_condattr.h
    
    * sysdeps/pthread/bits/condition-attr.h: Move file to...
    * sysdeps/pthread/bits/types/struct___pthread_condattr.h: ... here.
    * Makefile (headers): Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.

commit faa970ad2f949a2ec70971337c4aba7f9fe736f7
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:16:26 2018 +0100

    Move bits/barrier.h to bits/types/struct___pthread_barrier.h
    
    * sysdeps/pthread/bits/barrier.h: Move file to...
    * sysdeps/pthread/bits/types/struct___pthread_barrier.h: ... here.
    * Makefile (headers): Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.

commit c09b93588c95ec9bc843da570a7a840dab27a4fc
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:14:32 2018 +0100

    Move bits/barrier-attr.h to bits/types/struct___pthread_barrierattr.h
    
    * sysdeps/pthread/bits/barrier-attr.h: Move file to...
    * sysdeps/pthread/bits/types/struct___pthread_barrierattr.h: ... here.
    * Makefile (headers): Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.

commit e900467cf8c98913d56098db688f28bbad883641
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:10:15 2018 +0100

    Move bits/mutex.h to bits/types/struct___pthread_mutex.h
    
    * sysdeps/mach/hurd/bits/mutex.h: Move file to...
    * sysdeps/mach/hurd/bits/types/struct___pthread_mutex.h: ... here.
    * sysdeps/pthread/bits/mutex.h: Move file to...
    * sysdeps/pthread/bits/types/struct___pthread_mutex.h: ... here.
    * Makefile (headers): Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.

commit 1b2018c046c879e8a83673865dcb27e683eafcfc
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 02:08:08 2018 +0100

    Fix comment

commit 23deccd65c65f8e695bdf88321bcb7ee9a0d475d
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 01:59:16 2018 +0100

    Move bits/spin-lock.h to bits/types/__pthread_spinlock_t.h
    
    * sysdeps/mach/bits/spin-lock.h: Move file to...
    * sysdeps/mach/bits/types/__pthread_spinlock_t.h: ... here.
    * Makefile (headers): Move bits/spin-lock.h to
    bits/types/__pthread_spinlock_t.h.
    * pthread/pt-spin-inlines.c: Update accordingly.
    * sysdeps/generic/pthread.h: Likewise.
    * sysdeps/mach/bits/spin-lock-inline.h: Likewise.
    * sysdeps/pthread/bits/barrier.h: Likewise.
    * sysdeps/pthread/bits/condition.h: Likewise.
    * sysdeps/pthread/bits/mutex.h: Likewise.
    * sysdeps/pthread/bits/once.h: Likewise.
    * sysdeps/pthread/bits/pthreadtypes.h: Likewise.
    * sysdeps/pthread/bits/rwlock.h: Likewise.
    * sysdeps/pthread/bits/semaphore.h: Likewise.

commit e708e2af80f403ba868d5cd095bd87913fc88c56
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 01:53:45 2018 +0100

    Remove ENABLE_TLS define
    
    * Makefile (CPPFLAGS): Remove -DENABLE_TLS.
    * pthread/pt-alloc.c: Remove ENABLE_TLS condition.
    * pthread/pt-create.c: Likewise.
    * pthread/pt-internal.h: Likewise.

commit ddf59c36d90606ab0bfcdea99e1b01e98274eeb0
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 19 01:46:27 2018 +0100

    Synchronize semaphore.h with glibc
    
    * sysdeps/pthread/semaphore.h (SEM_FAILED, sem_t): Move definitions
    to...
    * sysdeps/pthread/bits/semaphore.h: ... this file.

-----------------------------------------------------------------------

Summary of changes:
 Makefile                                           | 25 +++++++++++-----------
 pthread/pt-alloc.c                                 |  4 ----
 pthread/pt-create.c                                |  6 ------
 pthread/pt-internal.h                              |  4 ----
 pthread/pt-spin-inlines.c                          |  2 +-
 sysdeps/generic/pthread.h                          | 24 ++++++++++-----------
 sysdeps/mach/bits/spin-lock-inline.h               |  4 ++--
 .../{spin-lock.h => types/__pthread_spinlock_t.h}  |  6 +++---
 .../{mutex.h => types/struct___pthread_mutex.h}    |  8 +++----
 sysdeps/pthread/bits/pthreadtypes.h                | 24 ++++++++++-----------
 sysdeps/pthread/bits/semaphore.h                   |  8 +++++--
 .../{thread-specific.h => types/__pthread_key.h}   |  6 +++---
 .../struct___pthread_attr.h}                       |  6 +++---
 .../struct___pthread_barrier.h}                    |  8 +++----
 .../struct___pthread_barrierattr.h}                |  6 +++---
 .../{condition.h => types/struct___pthread_cond.h} |  8 +++----
 .../struct___pthread_condattr.h}                   |  6 +++---
 .../{mutex.h => types/struct___pthread_mutex.h}    | 10 ++++-----
 .../struct___pthread_mutexattr.h}                  |  6 +++---
 .../bits/{once.h => types/struct___pthread_once.h} |  8 +++----
 .../{rwlock.h => types/struct___pthread_rwlock.h}  |  8 +++----
 .../struct___pthread_rwlockattr.h}                 |  6 +++---
 sysdeps/pthread/semaphore.h                        |  6 +-----
 23 files changed, 92 insertions(+), 107 deletions(-)
 rename sysdeps/mach/bits/{spin-lock.h => types/__pthread_spinlock_t.h} (88%)
 rename sysdeps/mach/hurd/bits/{mutex.h => types/struct___pthread_mutex.h} (88%)
 rename sysdeps/pthread/bits/{thread-specific.h => types/__pthread_key.h} (88%)
 rename sysdeps/pthread/bits/{thread-attr.h => types/struct___pthread_attr.h} 
(91%)
 rename sysdeps/pthread/bits/{barrier.h => types/struct___pthread_barrier.h} 
(86%)
 rename sysdeps/pthread/bits/{barrier-attr.h => 
types/struct___pthread_barrierattr.h} (87%)
 rename sysdeps/pthread/bits/{condition.h => types/struct___pthread_cond.h} 
(87%)
 rename sysdeps/pthread/bits/{condition-attr.h => 
types/struct___pthread_condattr.h} (88%)
 rename sysdeps/pthread/bits/{mutex.h => types/struct___pthread_mutex.h} (90%)
 rename sysdeps/pthread/bits/{mutex-attr.h => 
types/struct___pthread_mutexattr.h} (90%)
 rename sysdeps/pthread/bits/{once.h => types/struct___pthread_once.h} (85%)
 rename sysdeps/pthread/bits/{rwlock.h => types/struct___pthread_rwlock.h} (89%)
 rename sysdeps/pthread/bits/{rwlock-attr.h => 
types/struct___pthread_rwlockattr.h} (87%)


hooks/post-receive
-- 
POSIX threading library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]