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. 784fe796ddd14a15f


From: Samuel Thibault
Subject: [SCM] POSIX threading library branch, master, updated. 784fe796ddd14a15f4f2b9c84a802838e84c04f5
Date: Sat, 24 Nov 2012 23:30:04 +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  784fe796ddd14a15f4f2b9c84a802838e84c04f5 (commit)
       via  536420a581f9f822cdef0fc460b5176a840f49e5 (commit)
       via  2531b513b4c3338a69230f273a57f6a7f927b3c8 (commit)
      from  ee750a7cefcb13a88d87a124bb36f8f8a344ecd9 (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 784fe796ddd14a15f4f2b9c84a802838e84c04f5
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 25 00:27:23 2012 +0100

    Fix pthread_hurd_cond_wait_np versions
    
    * Version: Do not include pthread_hurd_cond_wait_np in libc, as we don't
    define a forward for it. Include pthread_hurd_cond_wait_np in version
    GLIBC_2.17 of libpthread, as this is a new symbol.

commit 536420a581f9f822cdef0fc460b5176a840f49e5
Author: Richard Braun <address@hidden>
Date:   Mon Sep 3 20:29:10 2012 +0200

    Allow applications to set the default stack size
    
    This change is a temporary hack intended for the Hurd servers. Once Hurd
    threadvars are replaced with TLS, this commit should be reverted.
    
    * pthread/pt-internal.h (__pthread_default_attr): Remove const qualifier.
    * sysdeps/generic/pt-attr.c (__pthread_default_attr): Likewise.
    * sysdeps/mach/hurd/pt-sysdep.c (__pthread_stack_default_size): New 
variable.
    (init_routine): Set __pthread_default_attr.stacksize if
    __pthread_stack_default_size exists.

commit 2531b513b4c3338a69230f273a57f6a7f927b3c8
Author: Richard Braun <address@hidden>
Date:   Mon Sep 3 20:29:10 2012 +0200

    Add Hurd-specific condition wait function
    
    * Makefile (libpthread-routines): Add pt-hurd-cond-wait.
    * Versions (libc): Add pthread_hurd_cond_wait_np.
    (libpthread): Likewise.
    * sysdeps/mach/hurd/bits/pthread-np.h: New file.
    * sysdeps/mach/hurd/pt-hurd-cond-wait.c: Likewise.

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

Summary of changes:
 Makefile                                         |    1 +
 Versions                                         |    3 +
 pthread/pt-internal.h                            |    5 +-
 sysdeps/generic/pt-attr.c                        |    3 +-
 sysdeps/{generic => mach/hurd}/bits/pthread-np.h |    7 ++-
 sysdeps/mach/hurd/pt-hurd-cond-wait.c            |   93 ++++++++++++++++++++++
 sysdeps/mach/hurd/pt-sysdep.c                    |   14 +++
 7 files changed, 122 insertions(+), 4 deletions(-)
 copy sysdeps/{generic => mach/hurd}/bits/pthread-np.h (79%)
 create mode 100644 sysdeps/mach/hurd/pt-hurd-cond-wait.c


hooks/post-receive
-- 
POSIX threading library



reply via email to

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