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.19-hurd+l


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. glibc-2.19-hurd+libpthread-20151031
Date: Sun, 01 Nov 2015 10:58:43 +0000

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  37d6d0fd80143a25b0d1f2a875e2cce6504d9567 (commit)
       via  9d4b20e48059564bf3061e9672133020544c2759 (commit)
       via  c7c777b3d43d490c2012f6b8e6a61c455479fbbc (commit)
       via  14d1fbe7ddd74c10039b062dbb49e64804715fff (commit)
       via  ceb6f7e2181a42f75e26bb2ea00b9e16752b1009 (commit)
       via  ad240db048ce9fc822f86f6a824fc73d6b5c91d1 (commit)
       via  8ffa76b6e9af0df8531278f15aa6301b1b5ba76f (commit)
       via  42889b484ae0cae466a63e13e25a117094732e75 (commit)
       via  75b1f41bac0b70d9f87fbafde7cb94b9da3607c1 (commit)
       via  47916b2fb311a305ba31715c1e67462c7f2e1821 (commit)
       via  5d92b32f4e07db0494c9edf549072621afb3804f (commit)
       via  e685cf71a83efb6379a1bc6c11bd0fbb34150d9b (commit)
       via  05a3bc04ff90fcbea9275f56a6cf5a983a88d00f (commit)
      from  86c3dbc6445ff1bbd72c43ce46dd9f84d80e890e (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 37d6d0fd80143a25b0d1f2a875e2cce6504d9567
Merge: 9d4b20e 86c3dbc
Author: Samuel Thibault <address@hidden>
Date:   Sat Oct 31 10:21:53 2015 +0000

    Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthread into 
master-glibc

commit 9d4b20e48059564bf3061e9672133020544c2759
Merge: c7c777b 6348dc0
Author: Samuel Thibault <address@hidden>
Date:   Sat Oct 31 10:17:18 2015 +0000

    Merge branch 'master' into master-glibc

commit c7c777b3d43d490c2012f6b8e6a61c455479fbbc
Author: Samuel Thibault <address@hidden>
Date:   Tue Sep 1 00:40:28 2015 +0200

    Harmonize semaphore.h with glibc
    
    * include/semaphore.h: Reorder function declarations, prepend parameter
    names with __.
    (sem_init, sem_destroy, *sem_open, sem_close, sem_unlink, sem_getvalue): Add
    __THROW attribute.
    (sem_trywait, sem_post): Add __THROWNL attribute.

commit 14d1fbe7ddd74c10039b062dbb49e64804715fff
Author: Samuel Thibault <address@hidden>
Date:   Tue Sep 1 00:30:44 2015 +0200

    Fix inclusion of semaphore.h before sys/types.h
    
    * include/semaphore.h: Include <sys/types.h>
    [__USE_XOPEN2K]: Define __need_timespec and include <time.h>

commit ceb6f7e2181a42f75e26bb2ea00b9e16752b1009
Author: Samuel Thibault <address@hidden>
Date:   Sun Aug 30 11:06:41 2015 +0200

    Fix syntax
    
    * Versions (libc): Add missing closing brace.

commit ad240db048ce9fc822f86f6a824fc73d6b5c91d1
Author: Samuel Thibault <address@hidden>
Date:   Fri Aug 28 02:17:52 2015 +0200

    Fix spurious dependency of libc on libpthread
    
    * sysdeps/generic/raise.c (pthread_self): Make reference weak.

commit 8ffa76b6e9af0df8531278f15aa6301b1b5ba76f
Author: Samuel Thibault <address@hidden>
Date:   Thu Aug 20 23:57:54 2015 +0200

    Fix raise thread-aware implementation
    
    * sysdeps/generic/raise.c (pthread_kill): Make ref weak.
    (raise): Only call pthread_kill when it is not NULL.  Call kill otherwise.

commit 42889b484ae0cae466a63e13e25a117094732e75
Author: Samuel Thibault <address@hidden>
Date:   Thu Aug 20 23:50:47 2015 +0200

    Drop debugging statements
    
    * sysdeps/generic/raise.c (raise): Do not call debug.

commit 75b1f41bac0b70d9f87fbafde7cb94b9da3607c1
Author: Samuel Thibault <address@hidden>
Date:   Thu Aug 20 23:30:14 2015 +0200

    Fix raise.c build
    
    * sysdeps/generic/raise.c: Include <pthread.h> instead of non-existing
    "sig-internal.h"

commit 47916b2fb311a305ba31715c1e67462c7f2e1821
Author: Samuel Thibault <address@hidden>
Date:   Thu Aug 20 23:27:46 2015 +0200

    Remove more unused signals implementation
    
    * sysdeps/generic/killpg.c: Remove file.
    * sysdeps/generic/sigaddset.c: Likewise.
    * sysdeps/generic/sigdelset.c: Likewise.
    * sysdeps/generic/sigemptyset.c: Likewise.
    * sysdeps/generic/sigfillset.c: Likewise.
    * sysdeps/generic/siginterrupt.c: Likewise.
    * sysdeps/generic/sigismember.c: Likewise.
    * sysdeps/generic/signal.c: Likewise.
    * sysdeps/generic/sigwait.c: Likewise.

commit 5d92b32f4e07db0494c9edf549072621afb3804f
Merge: e685cf7 8e9e360
Author: Samuel Thibault <address@hidden>
Date:   Thu May 14 17:15:24 2015 +0200

    Merge branch 'master' into master-glibc

commit e685cf71a83efb6379a1bc6c11bd0fbb34150d9b
Author: Samuel Thibault <address@hidden>
Date:   Wed May 6 21:40:34 2015 +0000

    Shuffle files for building with glibc
    
    * configure: New file
    * include/libc-symbols.h: Remove file
    * include/set-hooks: Remove file
    * sysdeps/i386/bits/spin-lock-inline.h: Move to...
    * b/sysdeps/mach/i386/bits/spin-lock-inline.h: ... here.
    * sysdeps/i386/bits/spin-lock.h: Move to...
    * b/sysdeps/mach/i386/bits/spin-lock.h: ... here.

commit 05a3bc04ff90fcbea9275f56a6cf5a983a88d00f
Author: Samuel Thibault <address@hidden>
Date:   Wed May 6 21:37:32 2015 +0000

    Wake up the message thread when pending signals have been unblocked
    
    (code grabbed from glibc)
    
    * libpthread/sysdeps/mach/hurd/pt-sigstate.c: Include <hurd/msg.h>
    (__pthread_sigstate): Use _hurd_sigstate_lock/unlock instead of
    __pthread_spin_lock on `ss->lock'.  Check _hurd_sigstate_pending and
    send a message to the signal thread if needed.

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

Summary of changes:
 configure.in => configure                       |    2 -
 include/libc-symbols.h                          |  395 -----------------------
 include/set-hooks.h                             |   72 ----
 sysdeps/mach/hurd/pt-sigstate.c                 |   12 +-
 sysdeps/{ => mach}/i386/bits/spin-lock-inline.h |    0
 sysdeps/{ => mach}/i386/bits/spin-lock.h        |    0
 6 files changed, 10 insertions(+), 471 deletions(-)
 copy configure.in => configure (77%)
 delete mode 100644 include/libc-symbols.h
 delete mode 100644 include/set-hooks.h
 rename sysdeps/{ => mach}/i386/bits/spin-lock-inline.h (100%)
 rename sysdeps/{ => mach}/i386/bits/spin-lock.h (100%)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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