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-20160518-25-g5b6b6eb
Date: Sun, 11 Sep 2016 22:07:03 +0000 (UTC)

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  5b6b6eb6276af8acb40bd62d28f18b1c3003e5a1 (commit)
       via  df664a147963b28f53eb8f62ba79d98c1739fb74 (commit)
       via  7ad3fdec85ef0b37d2ee1c69c5659d5ebe93f909 (commit)
       via  7a4df0aacf25654e5baed2ef3559d961a5c538d7 (commit)
       via  9295bc48dd22a8358a595b9cebffdfc09d4166cd (commit)
       via  b4fc5f292e5186b7092550d7251033ca68d9f104 (commit)
       via  7887bb77be1661b1233611bba78e21d97b6554f2 (commit)
       via  8d36158d88a1caf28bf68edd783e69d4071cb737 (commit)
       via  03cfd4bf3786dbebe93432b8ced4cb9812e2cfb8 (commit)
       via  edb5bb83ec918dc6b77b3da5b246c056932d78d7 (commit)
       via  80d014410ffdd3ce86ff7dcc7d8ca695f6fbb2ed (commit)
       via  d38e26fad6a770477fdf61175428a34a5e867b55 (commit)
       via  3ddb7bfae16a8f6e3117b49d731c1e592da35926 (commit)
       via  76ae117cd745eb783d2f680e136c19628fa1187e (commit)
       via  46406bc7f0a58cb2cfe7973b8c3b587a02beb74f (commit)
       via  3c237122a91c0a782183c63e9c277ab97837b9cf (commit)
       via  0cb5361e21196dcc2bd8a1763af5c6f0cf82ca5f (commit)
       via  7a8d1d699a5825cdc382629bc4e759b737093d99 (commit)
       via  1bba351004eb43b8f83cd9c58cf442a6d3e9642a (commit)
       via  022cb47771a71b91996eb0f3f31dc1b654f5528c (commit)
       via  f379c93d985b88df3b1c35b302fb4a6662a6bc9d (commit)
       via  0854500554b9b802a359cefddf1bd2dd2a373df8 (commit)
       via  23f9ae74c645691a00004bc9d85741f3ca4bafa9 (commit)
      from  c249ebd84f971b158a1a0521bbf7e1261a145755 (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 5b6b6eb6276af8acb40bd62d28f18b1c3003e5a1
Merge: 7a4df0a df664a1
Author: Samuel Thibault <address@hidden>
Date:   Mon Sep 12 00:06:34 2016 +0200

    Merge branch 'master-glibc-2.21' into master-glibc-2.22

commit df664a147963b28f53eb8f62ba79d98c1739fb74
Merge: 9295bc4 7ad3fde
Author: Samuel Thibault <address@hidden>
Date:   Mon Sep 12 00:06:28 2016 +0200

    Merge branch 'master' into master-glibc-2.21

commit 7ad3fdec85ef0b37d2ee1c69c5659d5ebe93f909
Author: Samuel Thibault <address@hidden>
Date:   Sun Sep 11 23:56:38 2016 +0200

    Add dso_handle parameter to __register_atfork
    
    * forward.c (struct atfork): Add dso_handle field.
    (__register_atfork): Add dso_handle parameter. Store it it dso_handle field.
    * sysdeps/generic/pt-atfork.c (__dso_handle): New variable.
    (pthread_atfork): Pass address of __dso_handle to __register_atfork.

commit 7a4df0aacf25654e5baed2ef3559d961a5c538d7
Merge: b4fc5f2 9295bc4
Author: Samuel Thibault <address@hidden>
Date:   Tue Aug 23 13:15:08 2016 +0200

    Merge branch 'master-glibc-2.21' into master-glibc-2.22

commit 9295bc48dd22a8358a595b9cebffdfc09d4166cd
Author: Samuel Thibault <address@hidden>
Date:   Tue Aug 23 13:14:20 2016 +0200

    Missing NOT_IN_ -> IS_IN conversion
    
    * sysdeps/pthread/bits/libc-lockP.h: Use IS_IN (libc) instead of !defined
    NOT_IN_libc.

commit b4fc5f292e5186b7092550d7251033ca68d9f104
Author: Samuel Thibault <address@hidden>
Date:   Sun Aug 21 02:20:12 2016 +0200

    Revert "Add missing pthread_setcancelstate alias"
    
    This reverts commit 80d014410ffdd3ce86ff7dcc7d8ca695f6fbb2ed.

commit 7887bb77be1661b1233611bba78e21d97b6554f2
Author: Samuel Thibault <address@hidden>
Date:   Sun Aug 21 01:53:31 2016 +0200

    Revert "Fix build with 2.22"
    
    This reverts commit edb5bb83ec918dc6b77b3da5b246c056932d78d7.

commit 8d36158d88a1caf28bf68edd783e69d4071cb737
Author: Samuel Thibault <address@hidden>
Date:   Sun Aug 21 01:15:20 2016 +0200

    fix glibc 2.22 build
    
    * pthread/alloca_cutoff.c: New file.
    * Makefile (routines): Add alloca_cutoff.
    * Versions (GLIBC_PRIVATE): Add __libc_alloca_cutoff.

commit 03cfd4bf3786dbebe93432b8ced4cb9812e2cfb8
Author: Samuel Thibault <address@hidden>
Date:   Sun Aug 21 01:07:27 2016 +0200

    Fix build with glibc 2.22
    
    * shlib-versions: Remove first column.

commit edb5bb83ec918dc6b77b3da5b246c056932d78d7
Author: Samuel Thibault <address@hidden>
Date:   Sat Aug 20 22:13:26 2016 +0200

    Fix build with 2.22

commit 80d014410ffdd3ce86ff7dcc7d8ca695f6fbb2ed
Author: Samuel Thibault <address@hidden>
Date:   Wed Jul 13 01:21:32 2016 +0200

    Add missing pthread_setcancelstate alias
    
    * forward.c (pthread_setcancelstate): Define alias to
    __pthread_setcancelstate.

commit d38e26fad6a770477fdf61175428a34a5e867b55
Author: Samuel Thibault <address@hidden>
Date:   Mon Mar 21 01:54:28 2016 +0100

    Fix weak reference for static linking

commit 3ddb7bfae16a8f6e3117b49d731c1e592da35926
Author: Samuel Thibault <address@hidden>
Date:   Sun Mar 20 01:28:27 2016 +0100

    Mark __libc_pthread_init as internal function, as in nptl

commit 76ae117cd745eb783d2f680e136c19628fa1187e
Merge: 46406bc 6106225
Author: Samuel Thibault <address@hidden>
Date:   Sat Mar 19 03:51:03 2016 +0100

    Merge branch 'master' into master-glibc-2.21

commit 46406bc7f0a58cb2cfe7973b8c3b587a02beb74f
Merge: 3c23712 37d6d0f
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 1 11:55:57 2015 +0100

    Merge branch 'master-glibc' into master-glibc-2.21

commit 3c237122a91c0a782183c63e9c277ab97837b9cf
Merge: 0cb5361 c7c777b
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 1 11:55:35 2015 +0100

    Merge branch 'master-glibc' into master-glibc-2.21

commit 0cb5361e21196dcc2bd8a1763af5c6f0cf82ca5f
Merge: 7a8d1d6 8e9e360
Author: Samuel Thibault <address@hidden>
Date:   Thu May 14 02:15:53 2015 +0200

    Merge branch 'master' into master-glibc-2.21

commit 7a8d1d699a5825cdc382629bc4e759b737093d99
Author: David Michael <address@hidden>
Date:   Thu May 14 02:14:35 2015 +0200

    Use glibc Makerules to install a relative library symlink
    
    * Makefile (install-lib): New variable.
    (install-lib-ldscripts): Remove variable.
    [IN_GLIBC] ($(inst_libdir)/libpthread.so): Remove rule.

commit 1bba351004eb43b8f83cd9c58cf442a6d3e9642a
Author: Samuel Thibault <address@hidden>
Date:   Thu May 7 00:11:24 2015 +0200

    Revert "Fix build with glibc < 2.21"
    
    This reverts commit 9aa597d0457d265b9bbdc213de67a8ce9e30f60a.

commit 022cb47771a71b91996eb0f3f31dc1b654f5528c
Merge: f379c93 9aa597d
Author: Samuel Thibault <address@hidden>
Date:   Thu May 7 00:11:17 2015 +0200

    Merge branch 'master' into master-glibc-2.21

commit f379c93d985b88df3b1c35b302fb4a6662a6bc9d
Author: Samuel Thibault <address@hidden>
Date:   Wed May 6 23:57:59 2015 +0200

    Revert "Revert "Fix librt link""
    
    This reverts commit 5f7caa161f5e190c058166dc0ddccae64a258f28.

commit 0854500554b9b802a359cefddf1bd2dd2a373df8
Merge: 23f9ae7 5f7caa1
Author: Samuel Thibault <address@hidden>
Date:   Wed May 6 23:57:52 2015 +0200

    Merge branch 'master' into master-glibc-2.21

commit 23f9ae74c645691a00004bc9d85741f3ca4bafa9
Author: Samuel Thibault <address@hidden>
Date:   Wed May 6 23:56:14 2015 +0200

    Revert "Revert "Stop using IS_IN""
    
    This reverts commit c6fc9fbb8e0d2e0a8147197c31589cdc96497e07.

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

Summary of changes:
 Makefile                                                   |    4 +++-
 Versions                                                   |    4 ++++
 forward.c                                                  |    5 ++++-
 libc_pthread_init.c                                        |    1 +
 .../pt-barrier-destroy.c => pthread/alloca_cutoff.c        |   12 ++++++------
 pthread/pt-create.c                                        |    4 ++--
 pthread/pt-initialize.c                                    |    6 +++---
 pthread/pt-internal.h                                      |    6 +++---
 shlib-versions                                             |    2 +-
 sysdeps/generic/pt-atfork.c                                |    6 +++++-
 sysdeps/pthread/bits/libc-lockP.h                          |    6 +++---
 sysdeps/pthread/pthread-functions.h                        |    2 +-
 12 files changed, 36 insertions(+), 22 deletions(-)
 copy sysdeps/generic/pt-barrier-destroy.c => pthread/alloca_cutoff.c (79%)


hooks/post-receive
-- 
POSIX threading library



reply via email to

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