public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tulio Magno Quites Machado Filho <tuliom@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/ibm/2.30/master] Merge branch release/2.30/master into ibm/2.30/master
Date: Tue, 12 May 2020 18:44:39 +0000 (GMT)	[thread overview]
Message-ID: <20200512184439.B77F0383F84E@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2900267d789460bee54e20dc76901963df79530f

commit 2900267d789460bee54e20dc76901963df79530f
Merge: 60c67613ea c8e3101337
Author: Matheus Castanho <msc@linux.ibm.com>
Date:   Fri May 8 09:28:14 2020 -0300

    Merge branch release/2.30/master into ibm/2.30/master

Diff:

 NEWS                                               |  17 +++
 configure                                          |   2 +-
 configure.ac                                       |   2 +-
 debug/tst-backtrace5.c                             |  12 ++
 include/sys/prctl.h                                |   1 +
 malloc/tst-mallocfork2.c                           |  39 +++--
 misc/Makefile                                      |   3 +-
 misc/tst-syscalls.c                                | 167 +++++++++++++++++++++
 posix/glob.c                                       |  25 +--
 stdlib/Makefile                                    |   3 +-
 stdlib/tst-system.c                                | 124 ++++++++++++++-
 support/shell-container.c                          |  40 ++++-
 sysdeps/arm/be/nofpu/Implies                       |   1 +
 sysdeps/arm/le/nofpu/Implies                       |   1 +
 sysdeps/hppa/dl-fptr.c                             |  26 +++-
 sysdeps/hppa/dl-machine.h                          |  36 ++++-
 sysdeps/hppa/dl-runtime.c                          |  58 +++++++
 sysdeps/hppa/dl-trampoline.S                       |  74 +++++++--
 sysdeps/i386/sysdep.h                              |   5 +-
 sysdeps/ieee754/ldbl-96/Makefile                   |   5 +-
 sysdeps/ieee754/ldbl-96/e_rem_pio2l.c              |  12 ++
 sysdeps/ieee754/ldbl-96/test-sinl-pseudo.c         |  41 +++++
 sysdeps/posix/system.c                             |  18 ++-
 sysdeps/powerpc/powerpc32/backtrace.c              |   2 +
 sysdeps/powerpc/powerpc64/backtrace.c              |   2 +
 sysdeps/unix/make-syscalls.sh                      |  24 +++
 sysdeps/unix/syscall-template.S                    |  49 +++++-
 sysdeps/unix/syscalls.list                         |  22 +--
 sysdeps/unix/sysv/linux/Makefile                   |   4 +-
 sysdeps/unix/sysv/linux/hppa/atomic-machine.h      |  28 ++++
 sysdeps/unix/sysv/linux/hppa/clone.S               |   9 +-
 sysdeps/unix/sysv/linux/microblaze/sysdep.h        |  91 ++++++-----
 .../unix/sysv/linux/mips/mips32/mips-syscall5.S    |   6 +-
 .../unix/sysv/linux/mips/mips32/mips-syscall6.S    |   6 +-
 .../unix/sysv/linux/mips/mips32/mips-syscall7.S    |   7 +-
 .../sysv/linux/mips/mips32/mips16/mips16-syscall.h |  64 ++++----
 .../linux/mips/mips32/mips16/mips16-syscall0.c     |   4 +-
 .../linux/mips/mips32/mips16/mips16-syscall1.c     |   6 +-
 .../linux/mips/mips32/mips16/mips16-syscall2.c     |   6 +-
 .../linux/mips/mips32/mips16/mips16-syscall3.c     |   6 +-
 .../linux/mips/mips32/mips16/mips16-syscall4.c     |   6 +-
 sysdeps/unix/sysv/linux/mips/mips32/sysdep.h       | 147 +++++++++---------
 sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h   | 123 ++++++++-------
 sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h   | 121 +++++++++------
 sysdeps/unix/sysv/linux/mips/mips64/syscall.S      |   2 +-
 sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h |  24 +--
 sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h |  24 +--
 sysdeps/unix/sysv/linux/prctl.c                    |  42 ++++++
 sysdeps/unix/sysv/linux/process_vm_readv.c         |  32 ++++
 sysdeps/unix/sysv/linux/process_vm_writev.c        |  32 ++++
 sysdeps/unix/sysv/linux/riscv/sysdep.h             |  84 +++++++----
 sysdeps/unix/sysv/linux/sparc/Makefile             |   8 +-
 sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c  |  26 +---
 .../unix/sysv/linux/sparc/sparc32/sigreturn_stub.S |  34 +++++
 sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c  |  14 +-
 .../unix/sysv/linux/sparc/sparc64/sigreturn_stub.S |  29 ++++
 sysdeps/unix/sysv/linux/syscalls.list              |  41 +++--
 sysdeps/unix/sysv/linux/x86_64/sysdep.h            |  86 ++++++++---
 sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h        |  35 +++++
 59 files changed, 1489 insertions(+), 469 deletions(-)


             reply	other threads:[~2020-05-12 18:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-12 18:44 Tulio Magno Quites Machado Filho [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-25 13:58 Raoni Fassina Firmino
2022-02-25 13:57 Raoni Fassina Firmino
2022-02-25 13:49 Raoni Fassina Firmino
2021-03-18 21:41 Raphael Zinsly
2020-11-30 18:42 Tulio Magno Quites Machado Filho
2020-01-17 20:57 Tulio Magno Quites Machado Filho
2019-11-25 14:26 Tulio Magno Quites Machado Filho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200512184439.B77F0383F84E@sourceware.org \
    --to=tuliom@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).