From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1827) id 29525388C002; Mon, 11 Jan 2021 22:28:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29525388C002 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Tulio Magno Quites Machado Filho To: glibc-cvs@sourceware.org Subject: [glibc/ibm/2.32/master] Merge branch release/2.32/master into ibm/2.32/master X-Act-Checkin: glibc X-Git-Author: Tulio Magno Quites Machado Filho X-Git-Refname: refs/heads/ibm/2.32/master X-Git-Oldrev: 44c7513a5f55101ff96e078eae896b6a289e4047 X-Git-Newrev: c542253f49f785339e0a8663644cb8dff28b674f Message-Id: <20210111222818.29525388C002@sourceware.org> Date: Mon, 11 Jan 2021 22:28:18 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2021 22:28:18 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c542253f49f785339e0a8663644cb8dff28b674f commit c542253f49f785339e0a8663644cb8dff28b674f Merge: 44c7513a5f 0d9793e82a Author: Tulio Magno Quites Machado Filho Date: Mon Jan 11 18:23:36 2021 -0300 Merge branch release/2.32/master into ibm/2.32/master Diff: NEWS | 15 + Rules | 19 +- debug/Makefile | 2 +- debug/warning-nop.c | 70 --- iconv/Versions | 4 +- iconv/gconv_charset.c | 10 + iconv/gconv_charset.h | 27 - iconv/gconv_int.h | 21 + iconv/iconv_open.c | 2 +- iconv/iconv_prog.c | 2 +- iconv/tst-iconv_prog.sh | 16 +- iconvdata/Makefile | 3 +- iconvdata/bug-iconv13.c | 53 ++ iconvdata/euc-kr.c | 6 +- iconvdata/ibm1364.c | 14 +- iconvdata/ksc5601.h | 6 +- intl/dcigettext.c | 17 +- intl/tst-codeset.c | 34 +- malloc/Makefile | 20 + manual/tunables.texi | 6 +- misc/sys/cdefs.h | 3 - resolv/Makefile | 7 + resolv/res_send.c | 40 +- resolv/tst-resolv-txnid-collision.c | 334 ++++++++++++ stdio-common/Makefile | 3 +- stdio-common/errlist.c | 13 +- stdio-common/test-strerr.c | 690 +++++++++++++++++++++++-- string/bits/string_fortified.h | 15 - support/Makefile | 2 + support/resolv_response_context_duplicate.c | 37 ++ support/resolv_response_context_free.c | 28 + support/resolv_test.c | 63 ++- support/resolv_test.h | 41 +- sysdeps/aarch64/dl-machine.h | 12 +- sysdeps/aarch64/multiarch/memcpy.c | 3 +- sysdeps/aarch64/multiarch/memcpy_advsimd.S | 7 +- sysdeps/aarch64/multiarch/memmove.c | 3 +- sysdeps/aarch64/start.S | 7 +- sysdeps/generic/unwind.h | 24 +- sysdeps/gnu/errlist.h | 301 ++++++----- sysdeps/sh/be/sh4/fpu/Implies | 1 + sysdeps/sh/le/sh4/fpu/Implies | 1 + sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 4 + sysdeps/unix/sysv/linux/msgctl.c | 22 +- sysdeps/unix/sysv/linux/semctl.c | 6 + sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies | 1 + sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies | 1 + sysdeps/unix/sysv/linux/shmctl.c | 24 +- sysdeps/unix/sysv/linux/tst-sysvmsg-linux.c | 177 +++++++ sysdeps/unix/sysv/linux/tst-sysvsem-linux.c | 184 +++++++ sysdeps/unix/sysv/linux/tst-sysvshm-linux.c | 185 +++++++ sysdeps/x86/cacheinfo.c | 36 +- sysvipc/test-sysvsem.c | 1 + version.h | 2 +- 55 files changed, 2168 insertions(+), 459 deletions(-)