This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch sthibaul/hurd-builds in repository glibc.
discards f9d70afb29 htl: remove _IO_ name aliases discards ae5680fdb2 Drop deprecated glibc option discards da4de247fb hurd: Add libphread.so ABI file discards f772108f8b t/gsync-libc From: Agustina Arzille avarzille@riseup.net S [...] discards fcd7086300 Revert signal disposition, not in glibc's cvs yet discards d19e12d126 plug htl subdir to the build, hackish for now discards 4c2d0099b8 Until posix thread signal distribution is commited discards 4ac5b663b7 Hack htl build failures discards 8cfb30ea59 Import Hurd libpthread git snapshot 55c35d62a3a6 discards c628ededbd t/tls-threadvar discards ccee05fbb4 t2.26/sched_param discards 78462ad394 t2.25/tls discards f03acb7dd2 t/tls discards 42c4aaa587 t/posix_thread discards 9d4b9202d0 t/libpthread_depends adds 6dbe9dcae5 hurd: Fix coding style adds dd28d4ba97 x86_64: Fix build with RTLD_PRIVATE_ERRNO defined to 1 adds 9a37922ee0 hurd: Add missing include adds 542c20a171 hurd: Rewrite __libc_cleanup_* adds fb4cc8a0c2 hurd: Reimplement libc locks using mach's gsync adds 55325314bf hurd: Fix copyright years adds 489999cc9c hurd: Fix O_NOFOLLOW adds 72103e73c9 hurd: Fix O_DIRECTORY | O_NOFOLLOW adds aa2189295e hurd: Fix boot with statically-linked exec server adds 20bc801b3d hurd: Add mlockall support adds 72e7ffc37f Hurd: fix port leak in TLS adds e54554ca62 hurd: fix build new 8f046f851f t/libpthread_depends new 526505d29d t/posix_thread new 2d1cc62d13 t/tls new 925a630337 t2.25/tls new 6433d22c74 t2.26/sched_param new f91518a378 t/tls-threadvar new 6ff87eb971 Import Hurd libpthread git snapshot 55c35d62a3a6 new 53c3c097b0 Hack htl build failures new 5049fabcfa Until posix thread signal distribution is commited new 4150db2f89 plug htl subdir to the build, hackish for now new 797492f876 Revert signal disposition, not in glibc's cvs yet new 0cff6f1fc2 hurd: Add libphread.so ABI file new 6ba2f9a086 Drop deprecated glibc option new 7c324f3927 htl: remove _IO_ name aliases
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (f9d70afb29) \ N -- N -- N refs/heads/sthibaul/hurd-builds (7c324f3927)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 83 ++++++++++++++++++++++++++++++++ hurd/hurd/signal.h | 2 +- hurd/hurd/threadvar.h | 2 +- hurd/hurdlock.c | 20 ++++---- hurd/hurdlock.h | 35 +++++++------- hurd/hurdlookup.c | 2 +- hurd/lookup-retry.c | 38 +++++++++------ mach/lock-intern.h | 18 +++---- mach/lowlevellock.h | 21 ++++---- mach/setup-thread.c | 4 +- resolv/gai_notify.c | 2 - sysdeps/mach/hurd/i386/init-first.c | 2 +- sysdeps/mach/hurd/i386/tls.h | 35 ++++++++------ {misc => sysdeps/mach/hurd}/mlockall.c | 18 +++++-- {misc => sysdeps/mach/hurd}/munlockall.c | 18 +++++-- sysdeps/mach/libc-lock.h | 8 +-- sysdeps/unix/sysv/linux/x86_64/sysdep.h | 7 ++- 17 files changed, 212 insertions(+), 103 deletions(-) copy {misc => sysdeps/mach/hurd}/mlockall.c (73%) copy {misc => sysdeps/mach/hurd}/munlockall.c (70%)