2022-02-09 12:16:42 +00:00
|
|
|
%define glibcsrcdir glibc-2.35.9000-44-g3d9f171bfb
|
|
|
|
%define glibcversion 2.35.9000
|
2013-08-16 13:56:44 +00:00
|
|
|
# Pre-release tarballs are pulled in from git using a command that is
|
|
|
|
# effectively:
|
|
|
|
#
|
|
|
|
# git archive HEAD --format=tar --prefix=$(git describe --match 'glibc-*')/ \
|
|
|
|
# > $(git describe --match 'glibc-*').tar
|
|
|
|
# gzip -9 $(git describe --match 'glibc-*').tar
|
|
|
|
#
|
|
|
|
# glibc_release_url is only defined when we have a release tarball.
|
2021-06-27 13:06:13 +00:00
|
|
|
# Conversly, glibc_autorequires is set for development snapshots, where
|
|
|
|
# dependencies based on symbol versions are inaccurate.
|
2017-10-17 10:55:38 +00:00
|
|
|
%{lua: if string.match(rpm.expand("%glibcsrcdir"), "^glibc%-[0-9.]+$") then
|
2021-06-27 13:06:13 +00:00
|
|
|
rpm.define("glibc_release_url https://ftp.gnu.org/gnu/glibc/")
|
|
|
|
end
|
|
|
|
local major, minor = string.match(rpm.expand("%glibcversion"),
|
|
|
|
"^([0-9]+)%.([0-9]+)%.9000$")
|
|
|
|
if major and minor then
|
|
|
|
rpm.define("glibc_autorequires 1")
|
|
|
|
-- The minor version in a .9000 development version lags the actual
|
|
|
|
-- symbol version by one.
|
|
|
|
local symver = "GLIBC_" .. major .. "." .. (minor + 1)
|
|
|
|
rpm.define("glibc_autorequires_symver " .. symver)
|
|
|
|
else
|
|
|
|
rpm.define("glibc_autorequires 0")
|
|
|
|
end}
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
2018-02-11 09:13:47 +00:00
|
|
|
# We support the following options:
|
2015-08-28 19:29:26 +00:00
|
|
|
# --with/--without,
|
|
|
|
# * testsuite - Running the testsuite.
|
|
|
|
# * benchtests - Running and building benchmark subpackage.
|
|
|
|
# * bootstrap - Bootstrapping the package.
|
|
|
|
# * werror - Build with -Werror
|
|
|
|
# * docs - Build with documentation and the required dependencies.
|
|
|
|
# * valgrind - Run smoke tests with valgrind to verify dynamic loader.
|
|
|
|
#
|
|
|
|
# You must always run the testsuite for production builds.
|
|
|
|
# Default: Always run the testsuite.
|
|
|
|
%bcond_without testsuite
|
|
|
|
# Default: Always build the benchtests.
|
|
|
|
%bcond_without benchtests
|
|
|
|
# Default: Not bootstrapping.
|
|
|
|
%bcond_with bootstrap
|
2021-05-04 14:07:51 +00:00
|
|
|
# Default: Enable using -Werror
|
|
|
|
%bcond_without werror
|
2015-08-28 19:29:26 +00:00
|
|
|
# Default: Always build documentation.
|
|
|
|
%bcond_without docs
|
|
|
|
|
2018-08-02 14:24:00 +00:00
|
|
|
# Default: Always run valgrind tests if there is architecture support.
|
|
|
|
%ifarch %{valgrind_arches}
|
|
|
|
%bcond_without valgrind
|
|
|
|
%else
|
|
|
|
%bcond_with valgrind
|
|
|
|
%endif
|
|
|
|
# Restrict %%{valgrind_arches} further in case there are problems with
|
|
|
|
# the smoke test.
|
2015-08-28 19:29:26 +00:00
|
|
|
%if %{with valgrind}
|
2018-08-02 14:24:00 +00:00
|
|
|
%ifarch ppc64 ppc64p7
|
|
|
|
# The valgrind smoke test does not work on ppc64, ppc64p7 (bug 1273103).
|
2015-08-28 19:29:26 +00:00
|
|
|
%undefine with_valgrind
|
|
|
|
%endif
|
|
|
|
%endif
|
2018-08-02 14:24:00 +00:00
|
|
|
|
2015-08-28 19:29:26 +00:00
|
|
|
%if %{with bootstrap}
|
|
|
|
# Disable benchtests, -Werror, docs, and valgrind if we're bootstrapping
|
|
|
|
%undefine with_benchtests
|
|
|
|
%undefine with_werror
|
|
|
|
%undefine with_docs
|
|
|
|
%undefine with_valgrind
|
2015-01-21 14:48:21 +00:00
|
|
|
%endif
|
2016-02-09 08:48:54 +00:00
|
|
|
|
2021-05-04 14:07:51 +00:00
|
|
|
# The annobin annotations cause binutils to produce broken ARM EABI
|
|
|
|
# unwinding information. Symptom is a hang/test failure for
|
|
|
|
# malloc/tst-malloc-stats-cancellation. See
|
|
|
|
# <https://bugzilla.redhat.com/show_bug.cgi?id=1951492>.
|
|
|
|
%ifarch armv7hl
|
|
|
|
%undefine _annotated_build
|
|
|
|
%endif
|
|
|
|
|
2022-01-24 21:39:19 +00:00
|
|
|
# We do our own build flags management. In particular, see
|
|
|
|
# rpm_inherit_flags below.
|
|
|
|
%undefine _auto_set_build_flags
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# Any architecture/kernel combination that supports running 32-bit and 64-bit
|
|
|
|
# code in userspace is considered a biarch arch.
|
2020-04-03 12:24:20 +00:00
|
|
|
%define biarcharches %{ix86} x86_64 s390 s390x
|
2020-04-03 15:28:28 +00:00
|
|
|
|
|
|
|
# Avoid generating a glibc-headers package on architectures which are
|
|
|
|
# not biarch.
|
|
|
|
%ifarch %{biarcharches}
|
|
|
|
%define need_headers_package 1
|
2021-05-21 16:49:33 +00:00
|
|
|
%if 0%{?rhel} > 0
|
|
|
|
%define headers_package_name glibc-headers
|
|
|
|
%else
|
2020-04-03 15:25:50 +00:00
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
%define headers_package_name glibc-headers-x86
|
|
|
|
%endif
|
|
|
|
%ifarch s390 s390x
|
|
|
|
%define headers_package_name glibc-headers-s390
|
|
|
|
%endif
|
2021-05-21 16:49:33 +00:00
|
|
|
%dnl !rhel
|
|
|
|
%endif
|
2020-04-03 15:28:28 +00:00
|
|
|
%else
|
|
|
|
%define need_headers_package 0
|
2021-05-21 16:49:33 +00:00
|
|
|
%dnl !biarcharches
|
2020-04-03 15:28:28 +00:00
|
|
|
%endif
|
|
|
|
|
2021-07-30 19:34:25 +00:00
|
|
|
##############################################################################
|
|
|
|
# Utility functions for pre/post scripts. Stick them at the beginning of
|
|
|
|
# any lua %pre, %post, %postun, etc. sections to have them expand into
|
|
|
|
# those scripts. It only works in lua sections and not anywhere else.
|
|
|
|
%define glibc_post_funcs() \
|
|
|
|
-- We use lua posix.exec because there may be no shell that we can \
|
|
|
|
-- run during glibc upgrade. We used to implement much of %%post as a \
|
|
|
|
-- C program, but from an overall maintenance perspective the lua in \
|
|
|
|
-- the spec file was simpler and safer given the operations required. \
|
|
|
|
-- All lua code will be ignored by rpm-ostree; see: \
|
|
|
|
-- https://github.com/projectatomic/rpm-ostree/pull/1869 \
|
|
|
|
-- If we add new lua actions to the %%post code we should coordinate \
|
|
|
|
-- with rpm-ostree and ensure that their glibc install is functional. \
|
|
|
|
function post_exec (program, ...) \
|
|
|
|
local pid = posix.fork () \
|
|
|
|
if pid == 0 then \
|
|
|
|
posix.exec (program, ...) \
|
|
|
|
assert (nil) \
|
|
|
|
elseif pid > 0 then \
|
|
|
|
posix.wait (pid) \
|
|
|
|
end \
|
|
|
|
end \
|
|
|
|
\
|
|
|
|
function update_gconv_modules_cache () \
|
|
|
|
local iconv_dir = "%{_libdir}/gconv" \
|
|
|
|
local iconv_cache = iconv_dir .. "/gconv-modules.cache" \
|
|
|
|
local iconv_modules = iconv_dir .. "/gconv-modules" \
|
|
|
|
if (posix.utime (iconv_modules) == 0) then \
|
|
|
|
if (posix.utime (iconv_cache) == 0) then \
|
|
|
|
post_exec ("%{_prefix}/sbin/iconvconfig", \
|
|
|
|
"-o", iconv_cache, \
|
|
|
|
"--nostdlib", \
|
|
|
|
iconv_dir) \
|
|
|
|
else \
|
|
|
|
io.stdout:write ("Error: Missing " .. iconv_cache .. " file.\n") \
|
|
|
|
end \
|
|
|
|
end \
|
|
|
|
end \
|
|
|
|
%{nil}
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# %%package glibc - The GNU C Library (glibc) core package.
|
|
|
|
##############################################################################
|
2008-03-05 10:32:39 +00:00
|
|
|
Summary: The GNU libc libraries
|
2004-09-09 05:40:37 +00:00
|
|
|
Name: glibc
|
2009-06-26 15:46:27 +00:00
|
|
|
Version: %{glibcversion}
|
2022-02-10 11:00:48 +00:00
|
|
|
Release: 2%{?dist}
|
2018-07-04 11:02:15 +00:00
|
|
|
|
|
|
|
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
|
|
|
# libraries.
|
|
|
|
#
|
|
|
|
# LGPLv2+ with exceptions is used for things that are linked directly
|
|
|
|
# into dynamically linked programs and shared libraries (e.g. crt
|
|
|
|
# files, lib*_nonshared.a). Historically, this exception also applies
|
|
|
|
# to parts of libio.
|
|
|
|
#
|
|
|
|
# GPLv2+ with exceptions is used for parts of the Arm unwinder.
|
|
|
|
#
|
|
|
|
# GFDL is used for the documentation.
|
|
|
|
#
|
|
|
|
# Some other licenses are used in various places (BSD, Inner-Net,
|
|
|
|
# ISC, Public Domain).
|
|
|
|
#
|
|
|
|
# HSRL and FSFAP are only used in test cases, which currently do not
|
|
|
|
# ship in binary RPMs, so they are not listed here. MIT is used for
|
|
|
|
# scripts/install-sh, which does not ship, either.
|
|
|
|
#
|
|
|
|
# GPLv3+ is used by manual/texinfo.tex, which we do not use.
|
|
|
|
#
|
|
|
|
# LGPLv3+ is used by some Hurd code, which we do not build.
|
|
|
|
#
|
|
|
|
# LGPLv2 is used in one place (time/timespec_get.c, by mistake), but
|
|
|
|
# it is not actually compiled, so it does not matter for libraries.
|
|
|
|
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL
|
|
|
|
|
2010-07-12 11:40:50 +00:00
|
|
|
URL: http://www.gnu.org/software/glibc/
|
2018-08-01 08:54:45 +00:00
|
|
|
Source0: %{?glibc_release_url}%{glibcsrcdir}.tar.xz
|
2021-12-13 12:41:58 +00:00
|
|
|
Source1: bench.mk
|
|
|
|
Source2: glibc-bench-compare
|
|
|
|
Source3: glibc.req.in
|
|
|
|
Source4: glibc.attr
|
2021-04-29 15:56:01 +00:00
|
|
|
Source10: wrap-find-debuginfo.sh
|
2020-10-14 13:19:39 +00:00
|
|
|
Source11: parse-SUPPORTED.py
|
2018-02-14 16:07:01 +00:00
|
|
|
# Include in the source RPM for reference.
|
|
|
|
Source12: ChangeLog.old
|
|
|
|
|
2021-04-29 15:56:01 +00:00
|
|
|
######################################################################
|
|
|
|
# Activate the wrapper script for debuginfo generation, by rewriting
|
|
|
|
# the definition of __debug_install_post.
|
|
|
|
%{lua:
|
|
|
|
local wrapper = rpm.expand("%{SOURCE10}")
|
2021-06-15 11:09:37 +00:00
|
|
|
local sysroot = rpm.expand("%{glibc_sysroot}")
|
2021-04-29 15:56:01 +00:00
|
|
|
local original = rpm.expand("%{macrobody:__debug_install_post}")
|
|
|
|
-- Strip leading newline. It confuses the macro redefinition.
|
|
|
|
-- Avoid embedded newlines that confuse the macro definition.
|
|
|
|
original = original:match("^%s*(.-)%s*$"):gsub("\\\n", "")
|
|
|
|
rpm.define("__debug_install_post bash " .. wrapper
|
2021-06-15 11:09:37 +00:00
|
|
|
.. " " .. sysroot .. " " .. original)
|
2021-04-29 15:56:01 +00:00
|
|
|
}
|
|
|
|
|
2021-06-17 12:34:16 +00:00
|
|
|
# The wrapper script relies on the fact that debugedit does not change
|
|
|
|
# build IDs.
|
|
|
|
%define _no_recompute_build_ids 1
|
|
|
|
%undefine _unique_build_ids
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
2018-04-17 19:55:54 +00:00
|
|
|
# Patches:
|
|
|
|
# - See each individual patch file for origin and upstream status.
|
|
|
|
# - For new patches follow template.patch format.
|
|
|
|
##############################################################################
|
2018-08-14 02:43:08 +00:00
|
|
|
Patch4: glibc-fedora-linux-tcsetattr.patch
|
|
|
|
Patch8: glibc-fedora-manual-dircategory.patch
|
|
|
|
Patch9: glibc-rh827510.patch
|
|
|
|
Patch13: glibc-fedora-localedata-rh61908.patch
|
|
|
|
Patch15: glibc-rh1070416.patch
|
|
|
|
Patch17: glibc-cs-path.patch
|
2018-05-11 13:56:01 +00:00
|
|
|
Patch23: glibc-python3.patch
|
2020-07-21 13:09:22 +00:00
|
|
|
Patch30: glibc-deprecated-selinux-makedb.patch
|
2022-01-24 21:39:19 +00:00
|
|
|
|
|
|
|
# Temporary until gcc is patched to have -mlong-double-64 override
|
|
|
|
# -mabi=ibmlongdouble instead of conflict with it.
|
|
|
|
Patch99: glibc-temp-ibmldbl64.patch
|
2019-07-31 09:53:38 +00:00
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# Continued list of core "glibc" package information:
|
|
|
|
##############################################################################
|
2008-03-05 10:32:39 +00:00
|
|
|
Obsoletes: glibc-profile < 2.4
|
2021-12-13 12:41:58 +00:00
|
|
|
Obsoletes: nscd < 2.35
|
2004-09-09 05:40:37 +00:00
|
|
|
Provides: ldconfig
|
2013-07-24 11:58:38 +00:00
|
|
|
|
2006-07-11 15:23:42 +00:00
|
|
|
# The dynamic linker supports DT_GNU_HASH
|
|
|
|
Provides: rtld(GNU_HASH)
|
2018-11-29 21:40:16 +00:00
|
|
|
|
|
|
|
# We need libgcc for cancellation support in POSIX threads.
|
|
|
|
Requires: libgcc%{_isa}
|
|
|
|
|
2004-09-09 05:40:37 +00:00
|
|
|
Requires: glibc-common = %{version}-%{release}
|
2013-07-24 11:58:38 +00:00
|
|
|
|
2018-07-23 12:23:36 +00:00
|
|
|
# Various components (regex, glob) have been imported from gnulib.
|
|
|
|
Provides: bundled(gnulib)
|
|
|
|
|
2016-07-22 13:39:33 +00:00
|
|
|
Requires(pre): basesystem
|
2019-10-24 17:05:55 +00:00
|
|
|
Requires: basesystem
|
2013-07-24 11:58:38 +00:00
|
|
|
|
2020-04-29 11:48:49 +00:00
|
|
|
%ifarch %{ix86}
|
|
|
|
# Automatically install the 32-bit variant if the 64-bit variant has
|
|
|
|
# been installed. This covers the case when glibc.i686 is installed
|
|
|
|
# after nss_*.x86_64. (See below for the other ordering.)
|
|
|
|
Recommends: (nss_db(x86-32) if nss_db(x86-64))
|
|
|
|
Recommends: (nss_hesiod(x86-32) if nss_hesiod(x86-64))
|
|
|
|
%endif
|
|
|
|
|
2021-12-13 12:41:58 +00:00
|
|
|
# This is for building auxiliary programs like memusage
|
2004-09-09 05:40:37 +00:00
|
|
|
# For initial glibc bootstraps it can be commented out
|
2017-11-28 17:40:52 +00:00
|
|
|
%if %{without bootstrap}
|
2015-08-28 19:29:26 +00:00
|
|
|
BuildRequires: gd-devel libpng-devel zlib-devel
|
2017-11-28 17:40:52 +00:00
|
|
|
%endif
|
2015-08-28 19:29:26 +00:00
|
|
|
%if %{with docs}
|
|
|
|
%endif
|
|
|
|
%if %{without bootstrap}
|
|
|
|
BuildRequires: libselinux-devel >= 1.33.4-3
|
|
|
|
%endif
|
|
|
|
BuildRequires: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext
|
2015-09-17 16:24:49 +00:00
|
|
|
# We need procps-ng (/bin/ps), util-linux (/bin/kill), and gawk (/bin/awk),
|
|
|
|
# but it is more flexible to require the actual programs and let rpm infer
|
|
|
|
# the packages. However, until bug 1259054 is widely fixed we avoid the
|
|
|
|
# following:
|
|
|
|
# BuildRequires: /bin/ps, /bin/kill, /bin/awk
|
|
|
|
# And use instead (which should be reverted some time in the future):
|
|
|
|
BuildRequires: procps-ng, util-linux, gawk
|
2011-04-07 11:22:58 +00:00
|
|
|
BuildRequires: systemtap-sdt-devel
|
2013-07-24 11:58:38 +00:00
|
|
|
|
2015-08-28 19:29:26 +00:00
|
|
|
%if %{with valgrind}
|
2015-09-17 16:24:49 +00:00
|
|
|
# Require valgrind for smoke testing the dynamic loader to make sure we
|
|
|
|
# have not broken valgrind.
|
2017-07-27 15:14:26 +00:00
|
|
|
BuildRequires: valgrind
|
2014-09-23 11:28:34 +00:00
|
|
|
%endif
|
|
|
|
|
2018-09-05 09:35:41 +00:00
|
|
|
# We use python for the microbenchmarks and locale data regeneration
|
|
|
|
# from unicode sources (carried out manually). We choose python3
|
|
|
|
# explicitly because it supports both use cases. On some
|
|
|
|
# distributions, python3 does not actually install /usr/bin/python3,
|
|
|
|
# so we also depend on python3-devel.
|
|
|
|
BuildRequires: python3 python3-devel
|
2015-07-15 15:28:17 +00:00
|
|
|
|
2017-11-29 11:59:25 +00:00
|
|
|
# This GCC version is needed for -fstack-clash-protection support.
|
2018-01-05 13:36:28 +00:00
|
|
|
BuildRequires: gcc >= 7.2.1-6
|
2017-06-21 09:08:15 +00:00
|
|
|
%define enablekernel 3.2
|
2010-08-02 12:18:20 +00:00
|
|
|
Conflicts: kernel < %{enablekernel}
|
2011-07-20 11:54:13 +00:00
|
|
|
%define target %{_target_cpu}-redhat-linux
|
|
|
|
%ifarch %{arm}
|
|
|
|
%define target %{_target_cpu}-redhat-linuxeabi
|
2004-09-09 05:54:44 +00:00
|
|
|
%endif
|
2014-05-14 07:21:29 +00:00
|
|
|
%ifarch ppc64le
|
|
|
|
%define target ppc64le-redhat-linux
|
|
|
|
%endif
|
2013-07-24 11:58:38 +00:00
|
|
|
|
2017-10-17 11:52:43 +00:00
|
|
|
# GNU make 4.0 introduced the -O option.
|
|
|
|
BuildRequires: make >= 4.0
|
|
|
|
|
2017-12-04 12:59:23 +00:00
|
|
|
# The intl subsystem generates a parser using bison.
|
|
|
|
BuildRequires: bison >= 2.7
|
|
|
|
|
2018-07-04 14:35:00 +00:00
|
|
|
# binutils 2.30-17 is needed for --generate-missing-build-notes.
|
|
|
|
BuildRequires: binutils >= 2.30-17
|
2018-01-22 14:31:41 +00:00
|
|
|
|
2009-08-24 09:22:26 +00:00
|
|
|
# Earlier releases have broken support for IRELATIVE relocations
|
|
|
|
Conflicts: prelink < 0.4.2
|
2013-07-24 11:58:38 +00:00
|
|
|
|
2017-11-28 17:40:52 +00:00
|
|
|
%if %{without bootstrap}
|
2015-11-27 06:14:36 +00:00
|
|
|
%if %{with testsuite}
|
|
|
|
# The testsuite builds static C++ binaries that require a C++ compiler,
|
|
|
|
# static C++ runtime from libstdc++-static, and lastly static glibc.
|
2015-08-28 19:29:26 +00:00
|
|
|
BuildRequires: gcc-c++
|
2013-07-24 12:54:14 +00:00
|
|
|
BuildRequires: libstdc++-static
|
2015-11-27 06:14:36 +00:00
|
|
|
# A configure check tests for the ability to create static C++ binaries
|
|
|
|
# before glibc is built and therefore we need a glibc-static for that
|
|
|
|
# check to pass even if we aren't going to use any of those objects to
|
|
|
|
# build the tests.
|
|
|
|
BuildRequires: glibc-static
|
2018-01-17 17:42:37 +00:00
|
|
|
|
|
|
|
# libidn2 (but not libidn2-devel) is needed for testing AI_IDN/NI_IDN.
|
|
|
|
BuildRequires: libidn2
|
2020-10-30 02:04:18 +00:00
|
|
|
|
|
|
|
# The testsuite runs mtrace, which is a perl script
|
|
|
|
BuildRequires: perl-interpreter
|
2015-11-27 06:14:36 +00:00
|
|
|
%endif
|
|
|
|
%endif
|
2013-07-24 12:54:14 +00:00
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
# Filter out all GLIBC_PRIVATE symbols since they are internal to
|
2013-07-25 02:45:11 +00:00
|
|
|
# the package and should not be examined by any other tool.
|
2011-08-15 09:29:40 +00:00
|
|
|
%global __filter_GLIBC_PRIVATE 1
|
2021-08-24 14:00:06 +00:00
|
|
|
%global __provides_exclude ^libc_malloc_debug\\.so.*$
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2016-03-01 07:59:24 +00:00
|
|
|
# For language packs we have glibc require a virtual dependency
|
|
|
|
# "glibc-langpack" wich gives us at least one installed langpack.
|
|
|
|
# If no langpack providing 'glibc-langpack' was installed you'd
|
2020-08-20 22:02:31 +00:00
|
|
|
# get language-neutral support e.g. C, POSIX, and C.UTF-8 locales.
|
|
|
|
# In the past we used to install the glibc-all-langpacks by default
|
|
|
|
# but we no longer do this to minimize container and VM sizes.
|
|
|
|
# Today you must actively use the language packs infrastructure to
|
|
|
|
# install language support.
|
2016-03-01 07:59:24 +00:00
|
|
|
Requires: glibc-langpack = %{version}-%{release}
|
2020-08-20 22:02:31 +00:00
|
|
|
Suggests: glibc-minimal-langpack = %{version}-%{release}
|
2016-03-01 07:59:24 +00:00
|
|
|
|
2021-07-23 14:43:21 +00:00
|
|
|
# Suggest extra gconv modules so that they are installed by default but can be
|
|
|
|
# removed if needed to build a minimal OS image.
|
|
|
|
Recommends: glibc-gconv-extra%{_isa} = %{version}-%{release}
|
|
|
|
# Use redhat-rpm-config as a marker for a buildroot configuration, and
|
|
|
|
# unconditionally pull in glibc-gconv-extra in that case.
|
|
|
|
Requires: (glibc-gconv-extra%{_isa} = %{version}-%{release} if redhat-rpm-config)
|
2021-06-14 05:45:03 +00:00
|
|
|
|
2004-09-09 05:40:37 +00:00
|
|
|
%description
|
|
|
|
The glibc package contains standard libraries which are used by
|
|
|
|
multiple programs on the system. In order to save disk space and
|
|
|
|
memory, as well as to make upgrading easier, common system code is
|
|
|
|
kept in one place and shared between programs. This particular package
|
|
|
|
contains the most important sets of shared libraries: the standard C
|
|
|
|
library and the standard math library. Without these two libraries, a
|
|
|
|
Linux system will not function.
|
|
|
|
|
2018-01-11 12:21:53 +00:00
|
|
|
######################################################################
|
|
|
|
# libnsl subpackage
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
%package -n libnsl
|
|
|
|
Summary: Legacy support library for NIS
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n libnsl
|
|
|
|
This package provides the legacy version of libnsl library, for
|
|
|
|
accessing NIS services.
|
|
|
|
|
|
|
|
This library is provided for backwards compatibility only;
|
|
|
|
applications should use libnsl2 instead to gain IPv6 support.
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# glibc "devel" sub-package
|
|
|
|
##############################################################################
|
2004-09-09 05:40:37 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Object files for development using standard C libraries.
|
2008-03-05 10:32:39 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2018-01-19 20:39:12 +00:00
|
|
|
Requires: libxcrypt-devel%{_isa} >= 4.0.0
|
2020-04-03 15:28:28 +00:00
|
|
|
Requires: kernel-headers >= 3.2
|
|
|
|
BuildRequires: kernel-headers >= 3.2
|
|
|
|
%if %{need_headers_package}
|
2020-04-03 15:25:50 +00:00
|
|
|
Requires: %{headers_package_name} = %{version}-%{release}
|
|
|
|
%endif
|
2021-05-21 16:49:33 +00:00
|
|
|
%if !(0%{?rhel} > 0 && %{need_headers_package})
|
2020-04-03 15:25:50 +00:00
|
|
|
# For backwards compatibility, when the glibc-headers package existed.
|
2020-04-03 15:28:28 +00:00
|
|
|
Provides: glibc-headers = %{version}-%{release}
|
|
|
|
Provides: glibc-headers(%{_target_cpu})
|
2020-04-03 15:25:50 +00:00
|
|
|
Obsoletes: glibc-headers < %{version}-%{release}
|
2021-05-21 16:49:33 +00:00
|
|
|
%endif
|
2004-09-09 05:40:37 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The glibc-devel package contains the object files necessary
|
|
|
|
for developing programs which use the standard C libraries (which are
|
|
|
|
used by nearly all programs). If you are developing programs which
|
|
|
|
will use the standard C libraries, your system needs to have these
|
|
|
|
standard object files available in order to create the
|
|
|
|
executables.
|
|
|
|
|
|
|
|
Install glibc-devel if you are going to develop programs which will
|
|
|
|
use the standard C libraries.
|
|
|
|
|
2021-01-23 18:16:05 +00:00
|
|
|
##############################################################################
|
|
|
|
# glibc "doc" sub-package
|
|
|
|
##############################################################################
|
|
|
|
%if %{with docs}
|
|
|
|
%package doc
|
|
|
|
Summary: Documentation for GNU libc
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
# Removing texinfo will cause check-safety.sh test to fail because it seems to
|
|
|
|
# trigger documentation generation based on dependencies. We need to fix this
|
|
|
|
# upstream in some way that doesn't depend on generating docs to validate the
|
|
|
|
# texinfo. I expect it's simply the wrong dependency for that target.
|
|
|
|
BuildRequires: texinfo >= 5.0
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
The glibc-doc package contains The GNU C Library Reference Manual in info
|
|
|
|
format. Additional package documentation is also provided.
|
|
|
|
%endif
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# glibc "static" sub-package
|
|
|
|
##############################################################################
|
2009-02-18 20:47:04 +00:00
|
|
|
%package static
|
|
|
|
Summary: C library static libraries for -static linking.
|
|
|
|
Requires: %{name}-devel = %{version}-%{release}
|
2018-01-19 20:39:12 +00:00
|
|
|
Requires: libxcrypt-static%{?_isa} >= 4.0.0
|
2009-02-18 20:47:04 +00:00
|
|
|
|
|
|
|
%description static
|
|
|
|
The glibc-static package contains the C library static libraries
|
|
|
|
for -static linking. You don't need these, unless you link statically,
|
|
|
|
which is highly discouraged.
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# glibc "headers" sub-package
|
2015-06-17 20:40:15 +00:00
|
|
|
# - The headers package includes all common headers that are shared amongst
|
2020-04-03 15:28:28 +00:00
|
|
|
# the multilib builds. It avoids file conflicts between the architecture-
|
|
|
|
# specific glibc-devel variants.
|
2015-06-17 20:40:15 +00:00
|
|
|
# Files like gnu/stubs.h which have gnu/stubs-32.h (i686) and gnu/stubs-64.h
|
|
|
|
# are included in glibc-headers, but the -32 and -64 files are in their
|
|
|
|
# respective i686 and x86_64 devel packages.
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
2020-04-03 15:28:28 +00:00
|
|
|
%if %{need_headers_package}
|
2020-04-03 15:25:50 +00:00
|
|
|
%package -n %{headers_package_name}
|
|
|
|
Summary: Additional internal header files for glibc-devel.
|
2020-04-03 15:28:28 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2021-05-21 16:49:33 +00:00
|
|
|
%if 0%{?rhel} > 0
|
|
|
|
Provides: %{name}-headers(%{_target_cpu})
|
|
|
|
Obsoletes: glibc-headers-x86 < %{version}-%{release}
|
|
|
|
Obsoletes: glibc-headers-s390 < %{version}-%{release}
|
|
|
|
%else
|
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2020-04-03 15:25:50 +00:00
|
|
|
%description -n %{headers_package_name}
|
|
|
|
The %{headers_package_name} package contains the architecture-specific
|
2020-04-03 15:28:28 +00:00
|
|
|
header files which cannot be included in glibc-devel package.
|
|
|
|
%endif
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# glibc "common" sub-package
|
|
|
|
##############################################################################
|
2004-09-09 05:40:37 +00:00
|
|
|
%package common
|
|
|
|
Summary: Common binaries and locale data for glibc
|
2008-03-26 12:29:52 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-09-09 05:40:37 +00:00
|
|
|
Requires: tzdata >= 2003a
|
|
|
|
|
|
|
|
%description common
|
|
|
|
The glibc-common package includes common binaries for the GNU libc
|
|
|
|
libraries, as well as national language (locale) support.
|
|
|
|
|
2018-02-06 10:25:39 +00:00
|
|
|
######################################################################
|
|
|
|
# File triggers to do ldconfig calls automatically (see rhbz#1380878)
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
# File triggers for when libraries are added or removed in standard
|
2018-02-07 15:45:49 +00:00
|
|
|
# paths.
|
|
|
|
%transfiletriggerin common -P 2000000 -- /lib /usr/lib /lib64 /usr/lib64
|
|
|
|
/sbin/ldconfig
|
2018-02-06 10:25:39 +00:00
|
|
|
%end
|
|
|
|
|
2018-02-07 15:45:49 +00:00
|
|
|
%transfiletriggerpostun common -P 2000000 -- /lib /usr/lib /lib64 /usr/lib64
|
|
|
|
/sbin/ldconfig
|
2018-02-06 10:25:39 +00:00
|
|
|
%end
|
|
|
|
|
2019-05-17 01:43:50 +00:00
|
|
|
# We need to run ldconfig manually because __brp_ldconfig assumes that
|
|
|
|
# glibc itself is always installed in $RPM_BUILD_ROOT, but with sysroots
|
|
|
|
# we may be installed into a subdirectory of that path. Therefore we
|
|
|
|
# unset __brp_ldconfig and run ldconfig by hand with the sysroots path
|
|
|
|
# passed to -r.
|
2018-02-06 10:25:39 +00:00
|
|
|
%undefine __brp_ldconfig
|
|
|
|
|
|
|
|
######################################################################
|
|
|
|
|
2016-02-26 09:06:35 +00:00
|
|
|
%package locale-source
|
|
|
|
Summary: The sources for the locales
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description locale-source
|
|
|
|
The sources for all locales provided in the language packs.
|
|
|
|
If you are building custom locales you will most likely use
|
|
|
|
these sources as the basis for your new locale.
|
|
|
|
|
2017-08-16 11:17:21 +00:00
|
|
|
%{lua:
|
2020-10-14 13:19:39 +00:00
|
|
|
-- To make lua-mode happy: '
|
|
|
|
|
|
|
|
-- List of supported locales. This is used to generate the langpack
|
|
|
|
-- subpackages below. This table needs adjustments if the set of
|
|
|
|
-- glibc locales changes. "code" is the glibc code for the language
|
|
|
|
-- (before the "_". "name" is the English translation of the language
|
|
|
|
-- name (for use in subpackage descriptions). "regions" is a table of
|
|
|
|
-- variant specifiers (after the "_", excluding "@" and "."
|
|
|
|
-- variants/charset specifiers). The table must be sorted by the code
|
|
|
|
-- field, and the regions table must be sorted as well.
|
|
|
|
--
|
|
|
|
-- English translations of language names can be obtained using (for
|
|
|
|
-- the "aa" language in this example):
|
|
|
|
--
|
|
|
|
-- python3 -c 'import langtable; print(langtable.language_name("aa", languageIdQuery="en"))'
|
|
|
|
|
|
|
|
local locales = {
|
|
|
|
{ code="aa", name="Afar", regions={ "DJ", "ER", "ET" } },
|
|
|
|
{ code="af", name="Afrikaans", regions={ "ZA" } },
|
|
|
|
{ code="agr", name="Aguaruna", regions={ "PE" } },
|
|
|
|
{ code="ak", name="Akan", regions={ "GH" } },
|
|
|
|
{ code="am", name="Amharic", regions={ "ET" } },
|
|
|
|
{ code="an", name="Aragonese", regions={ "ES" } },
|
|
|
|
{ code="anp", name="Angika", regions={ "IN" } },
|
|
|
|
{
|
|
|
|
code="ar",
|
|
|
|
name="Arabic",
|
|
|
|
regions={
|
|
|
|
"AE",
|
|
|
|
"BH",
|
|
|
|
"DZ",
|
|
|
|
"EG",
|
|
|
|
"IN",
|
|
|
|
"IQ",
|
|
|
|
"JO",
|
|
|
|
"KW",
|
|
|
|
"LB",
|
|
|
|
"LY",
|
|
|
|
"MA",
|
|
|
|
"OM",
|
|
|
|
"QA",
|
|
|
|
"SA",
|
|
|
|
"SD",
|
|
|
|
"SS",
|
|
|
|
"SY",
|
|
|
|
"TN",
|
|
|
|
"YE"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{ code="as", name="Assamese", regions={ "IN" } },
|
|
|
|
{ code="ast", name="Asturian", regions={ "ES" } },
|
|
|
|
{ code="ayc", name="Southern Aymara", regions={ "PE" } },
|
|
|
|
{ code="az", name="Azerbaijani", regions={ "AZ", "IR" } },
|
|
|
|
{ code="be", name="Belarusian", regions={ "BY" } },
|
|
|
|
{ code="bem", name="Bemba", regions={ "ZM" } },
|
|
|
|
{ code="ber", name="Berber", regions={ "DZ", "MA" } },
|
|
|
|
{ code="bg", name="Bulgarian", regions={ "BG" } },
|
|
|
|
{ code="bhb", name="Bhili", regions={ "IN" } },
|
|
|
|
{ code="bho", name="Bhojpuri", regions={ "IN", "NP" } },
|
|
|
|
{ code="bi", name="Bislama", regions={ "VU" } },
|
|
|
|
{ code="bn", name="Bangla", regions={ "BD", "IN" } },
|
|
|
|
{ code="bo", name="Tibetan", regions={ "CN", "IN" } },
|
|
|
|
{ code="br", name="Breton", regions={ "FR" } },
|
|
|
|
{ code="brx", name="Bodo", regions={ "IN" } },
|
|
|
|
{ code="bs", name="Bosnian", regions={ "BA" } },
|
|
|
|
{ code="byn", name="Blin", regions={ "ER" } },
|
|
|
|
{ code="ca", name="Catalan", regions={ "AD", "ES", "FR", "IT" } },
|
|
|
|
{ code="ce", name="Chechen", regions={ "RU" } },
|
|
|
|
{ code="chr", name="Cherokee", regions={ "US" } },
|
|
|
|
{ code="ckb", name="Central Kurdish", regions={ "IQ" } },
|
|
|
|
{ code="cmn", name="Mandarin Chinese", regions={ "TW" } },
|
|
|
|
{ code="crh", name="Crimean Turkish", regions={ "UA" } },
|
|
|
|
{ code="cs", name="Czech", regions={ "CZ" } },
|
|
|
|
{ code="csb", name="Kashubian", regions={ "PL" } },
|
|
|
|
{ code="cv", name="Chuvash", regions={ "RU" } },
|
|
|
|
{ code="cy", name="Welsh", regions={ "GB" } },
|
|
|
|
{ code="da", name="Danish", regions={ "DK" } },
|
|
|
|
{
|
|
|
|
code="de",
|
|
|
|
name="German",
|
|
|
|
regions={ "AT", "BE", "CH", "DE", "IT", "LI", "LU" }
|
|
|
|
},
|
|
|
|
{ code="doi", name="Dogri", regions={ "IN" } },
|
|
|
|
{ code="dsb", name="Lower Sorbian", regions={ "DE" } },
|
|
|
|
{ code="dv", name="Divehi", regions={ "MV" } },
|
|
|
|
{ code="dz", name="Dzongkha", regions={ "BT" } },
|
|
|
|
{ code="el", name="Greek", regions={ "CY", "GR" } },
|
|
|
|
{
|
|
|
|
code="en",
|
|
|
|
name="English",
|
|
|
|
regions={
|
|
|
|
"AG",
|
|
|
|
"AU",
|
|
|
|
"BW",
|
|
|
|
"CA",
|
|
|
|
"DK",
|
|
|
|
"GB",
|
|
|
|
"HK",
|
|
|
|
"IE",
|
|
|
|
"IL",
|
|
|
|
"IN",
|
|
|
|
"NG",
|
|
|
|
"NZ",
|
|
|
|
"PH",
|
|
|
|
"SC",
|
|
|
|
"SG",
|
|
|
|
"US",
|
|
|
|
"ZA",
|
|
|
|
"ZM",
|
|
|
|
"ZW"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{ code="eo", name="Esperanto", regions={} },
|
|
|
|
{
|
|
|
|
code="es",
|
|
|
|
name="Spanish",
|
|
|
|
regions={
|
|
|
|
"AR",
|
|
|
|
"BO",
|
|
|
|
"CL",
|
|
|
|
"CO",
|
|
|
|
"CR",
|
|
|
|
"CU",
|
|
|
|
"DO",
|
|
|
|
"EC",
|
|
|
|
"ES",
|
|
|
|
"GT",
|
|
|
|
"HN",
|
|
|
|
"MX",
|
|
|
|
"NI",
|
|
|
|
"PA",
|
|
|
|
"PE",
|
|
|
|
"PR",
|
|
|
|
"PY",
|
|
|
|
"SV",
|
|
|
|
"US",
|
|
|
|
"UY",
|
|
|
|
"VE"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{ code="et", name="Estonian", regions={ "EE" } },
|
|
|
|
{ code="eu", name="Basque", regions={ "ES" } },
|
|
|
|
{ code="fa", name="Persian", regions={ "IR" } },
|
|
|
|
{ code="ff", name="Fulah", regions={ "SN" } },
|
|
|
|
{ code="fi", name="Finnish", regions={ "FI" } },
|
|
|
|
{ code="fil", name="Filipino", regions={ "PH" } },
|
|
|
|
{ code="fo", name="Faroese", regions={ "FO" } },
|
|
|
|
{ code="fr", name="French", regions={ "BE", "CA", "CH", "FR", "LU" } },
|
|
|
|
{ code="fur", name="Friulian", regions={ "IT" } },
|
|
|
|
{ code="fy", name="Western Frisian", regions={ "DE", "NL" } },
|
|
|
|
{ code="ga", name="Irish", regions={ "IE" } },
|
|
|
|
{ code="gd", name="Scottish Gaelic", regions={ "GB" } },
|
|
|
|
{ code="gez", name="Geez", regions={ "ER", "ET" } },
|
|
|
|
{ code="gl", name="Galician", regions={ "ES" } },
|
|
|
|
{ code="gu", name="Gujarati", regions={ "IN" } },
|
|
|
|
{ code="gv", name="Manx", regions={ "GB" } },
|
|
|
|
{ code="ha", name="Hausa", regions={ "NG" } },
|
|
|
|
{ code="hak", name="Hakka Chinese", regions={ "TW" } },
|
|
|
|
{ code="he", name="Hebrew", regions={ "IL" } },
|
|
|
|
{ code="hi", name="Hindi", regions={ "IN" } },
|
|
|
|
{ code="hif", name="Fiji Hindi", regions={ "FJ" } },
|
|
|
|
{ code="hne", name="Chhattisgarhi", regions={ "IN" } },
|
|
|
|
{ code="hr", name="Croatian", regions={ "HR" } },
|
|
|
|
{ code="hsb", name="Upper Sorbian", regions={ "DE" } },
|
|
|
|
{ code="ht", name="Haitian Creole", regions={ "HT" } },
|
|
|
|
{ code="hu", name="Hungarian", regions={ "HU" } },
|
|
|
|
{ code="hy", name="Armenian", regions={ "AM" } },
|
|
|
|
{ code="ia", name="Interlingua", regions={ "FR" } },
|
|
|
|
{ code="id", name="Indonesian", regions={ "ID" } },
|
|
|
|
{ code="ig", name="Igbo", regions={ "NG" } },
|
|
|
|
{ code="ik", name="Inupiaq", regions={ "CA" } },
|
|
|
|
{ code="is", name="Icelandic", regions={ "IS" } },
|
|
|
|
{ code="it", name="Italian", regions={ "CH", "IT" } },
|
|
|
|
{ code="iu", name="Inuktitut", regions={ "CA" } },
|
|
|
|
{ code="ja", name="Japanese", regions={ "JP" } },
|
|
|
|
{ code="ka", name="Georgian", regions={ "GE" } },
|
|
|
|
{ code="kab", name="Kabyle", regions={ "DZ" } },
|
|
|
|
{ code="kk", name="Kazakh", regions={ "KZ" } },
|
|
|
|
{ code="kl", name="Kalaallisut", regions={ "GL" } },
|
|
|
|
{ code="km", name="Khmer", regions={ "KH" } },
|
|
|
|
{ code="kn", name="Kannada", regions={ "IN" } },
|
|
|
|
{ code="ko", name="Korean", regions={ "KR" } },
|
|
|
|
{ code="kok", name="Konkani", regions={ "IN" } },
|
|
|
|
{ code="ks", name="Kashmiri", regions={ "IN" } },
|
|
|
|
{ code="ku", name="Kurdish", regions={ "TR" } },
|
|
|
|
{ code="kw", name="Cornish", regions={ "GB" } },
|
|
|
|
{ code="ky", name="Kyrgyz", regions={ "KG" } },
|
|
|
|
{ code="lb", name="Luxembourgish", regions={ "LU" } },
|
|
|
|
{ code="lg", name="Ganda", regions={ "UG" } },
|
|
|
|
{ code="li", name="Limburgish", regions={ "BE", "NL" } },
|
|
|
|
{ code="lij", name="Ligurian", regions={ "IT" } },
|
|
|
|
{ code="ln", name="Lingala", regions={ "CD" } },
|
|
|
|
{ code="lo", name="Lao", regions={ "LA" } },
|
|
|
|
{ code="lt", name="Lithuanian", regions={ "LT" } },
|
|
|
|
{ code="lv", name="Latvian", regions={ "LV" } },
|
|
|
|
{ code="lzh", name="Literary Chinese", regions={ "TW" } },
|
|
|
|
{ code="mag", name="Magahi", regions={ "IN" } },
|
|
|
|
{ code="mai", name="Maithili", regions={ "IN", "NP" } },
|
|
|
|
{ code="mfe", name="Morisyen", regions={ "MU" } },
|
|
|
|
{ code="mg", name="Malagasy", regions={ "MG" } },
|
|
|
|
{ code="mhr", name="Meadow Mari", regions={ "RU" } },
|
|
|
|
{ code="mi", name="Maori", regions={ "NZ" } },
|
|
|
|
{ code="miq", name="Miskito", regions={ "NI" } },
|
|
|
|
{ code="mjw", name="Karbi", regions={ "IN" } },
|
|
|
|
{ code="mk", name="Macedonian", regions={ "MK" } },
|
|
|
|
{ code="ml", name="Malayalam", regions={ "IN" } },
|
|
|
|
{ code="mn", name="Mongolian", regions={ "MN" } },
|
|
|
|
{ code="mni", name="Manipuri", regions={ "IN" } },
|
|
|
|
{ code="mnw", name="Mon", regions={ "MM" } },
|
|
|
|
{ code="mr", name="Marathi", regions={ "IN" } },
|
|
|
|
{ code="ms", name="Malay", regions={ "MY" } },
|
|
|
|
{ code="mt", name="Maltese", regions={ "MT" } },
|
|
|
|
{ code="my", name="Burmese", regions={ "MM" } },
|
|
|
|
{ code="nan", name="Min Nan Chinese", regions={ "TW" } },
|
|
|
|
{ code="nb", name="Norwegian Bokmål", regions={ "NO" } },
|
|
|
|
{ code="nds", name="Low German", regions={ "DE", "NL" } },
|
|
|
|
{ code="ne", name="Nepali", regions={ "NP" } },
|
|
|
|
{ code="nhn", name="Tlaxcala-Puebla Nahuatl", regions={ "MX" } },
|
|
|
|
{ code="niu", name="Niuean", regions={ "NU", "NZ" } },
|
|
|
|
{ code="nl", name="Dutch", regions={ "AW", "BE", "NL" } },
|
|
|
|
{ code="nn", name="Norwegian Nynorsk", regions={ "NO" } },
|
|
|
|
{ code="nr", name="South Ndebele", regions={ "ZA" } },
|
|
|
|
{ code="nso", name="Northern Sotho", regions={ "ZA" } },
|
|
|
|
{ code="oc", name="Occitan", regions={ "FR" } },
|
|
|
|
{ code="om", name="Oromo", regions={ "ET", "KE" } },
|
|
|
|
{ code="or", name="Odia", regions={ "IN" } },
|
|
|
|
{ code="os", name="Ossetic", regions={ "RU" } },
|
|
|
|
{ code="pa", name="Punjabi", regions={ "IN", "PK" } },
|
|
|
|
{ code="pap", name="Papiamento", regions={ "AW", "CW" } },
|
|
|
|
{ code="pl", name="Polish", regions={ "PL" } },
|
|
|
|
{ code="ps", name="Pashto", regions={ "AF" } },
|
|
|
|
{ code="pt", name="Portuguese", regions={ "BR", "PT" } },
|
|
|
|
{ code="quz", name="Cusco Quechua", regions={ "PE" } },
|
|
|
|
{ code="raj", name="Rajasthani", regions={ "IN" } },
|
|
|
|
{ code="ro", name="Romanian", regions={ "RO" } },
|
|
|
|
{ code="ru", name="Russian", regions={ "RU", "UA" } },
|
|
|
|
{ code="rw", name="Kinyarwanda", regions={ "RW" } },
|
|
|
|
{ code="sa", name="Sanskrit", regions={ "IN" } },
|
|
|
|
{ code="sah", name="Sakha", regions={ "RU" } },
|
|
|
|
{ code="sat", name="Santali", regions={ "IN" } },
|
|
|
|
{ code="sc", name="Sardinian", regions={ "IT" } },
|
|
|
|
{ code="sd", name="Sindhi", regions={ "IN" } },
|
|
|
|
{ code="se", name="Northern Sami", regions={ "NO" } },
|
|
|
|
{ code="sgs", name="Samogitian", regions={ "LT" } },
|
|
|
|
{ code="shn", name="Shan", regions={ "MM" } },
|
|
|
|
{ code="shs", name="Shuswap", regions={ "CA" } },
|
|
|
|
{ code="si", name="Sinhala", regions={ "LK" } },
|
|
|
|
{ code="sid", name="Sidamo", regions={ "ET" } },
|
|
|
|
{ code="sk", name="Slovak", regions={ "SK" } },
|
|
|
|
{ code="sl", name="Slovenian", regions={ "SI" } },
|
|
|
|
{ code="sm", name="Samoan", regions={ "WS" } },
|
|
|
|
{ code="so", name="Somali", regions={ "DJ", "ET", "KE", "SO" } },
|
|
|
|
{ code="sq", name="Albanian", regions={ "AL", "MK" } },
|
|
|
|
{ code="sr", name="Serbian", regions={ "ME", "RS" } },
|
|
|
|
{ code="ss", name="Swati", regions={ "ZA" } },
|
|
|
|
{ code="st", name="Southern Sotho", regions={ "ZA" } },
|
|
|
|
{ code="sv", name="Swedish", regions={ "FI", "SE" } },
|
|
|
|
{ code="sw", name="Swahili", regions={ "KE", "TZ" } },
|
|
|
|
{ code="szl", name="Silesian", regions={ "PL" } },
|
|
|
|
{ code="ta", name="Tamil", regions={ "IN", "LK" } },
|
|
|
|
{ code="tcy", name="Tulu", regions={ "IN" } },
|
|
|
|
{ code="te", name="Telugu", regions={ "IN" } },
|
|
|
|
{ code="tg", name="Tajik", regions={ "TJ" } },
|
|
|
|
{ code="th", name="Thai", regions={ "TH" } },
|
|
|
|
{ code="the", name="Chitwania Tharu", regions={ "NP" } },
|
|
|
|
{ code="ti", name="Tigrinya", regions={ "ER", "ET" } },
|
|
|
|
{ code="tig", name="Tigre", regions={ "ER" } },
|
|
|
|
{ code="tk", name="Turkmen", regions={ "TM" } },
|
|
|
|
{ code="tl", name="Tagalog", regions={ "PH" } },
|
|
|
|
{ code="tn", name="Tswana", regions={ "ZA" } },
|
|
|
|
{ code="to", name="Tongan", regions={ "TO" } },
|
|
|
|
{ code="tpi", name="Tok Pisin", regions={ "PG" } },
|
|
|
|
{ code="tr", name="Turkish", regions={ "CY", "TR" } },
|
|
|
|
{ code="ts", name="Tsonga", regions={ "ZA" } },
|
|
|
|
{ code="tt", name="Tatar", regions={ "RU" } },
|
|
|
|
{ code="ug", name="Uyghur", regions={ "CN" } },
|
|
|
|
{ code="uk", name="Ukrainian", regions={ "UA" } },
|
|
|
|
{ code="unm", name="Unami language", regions={ "US" } },
|
|
|
|
{ code="ur", name="Urdu", regions={ "IN", "PK" } },
|
|
|
|
{ code="uz", name="Uzbek", regions={ "UZ" } },
|
|
|
|
{ code="ve", name="Venda", regions={ "ZA" } },
|
|
|
|
{ code="vi", name="Vietnamese", regions={ "VN" } },
|
|
|
|
{ code="wa", name="Walloon", regions={ "BE" } },
|
|
|
|
{ code="wae", name="Walser", regions={ "CH" } },
|
|
|
|
{ code="wal", name="Wolaytta", regions={ "ET" } },
|
|
|
|
{ code="wo", name="Wolof", regions={ "SN" } },
|
|
|
|
{ code="xh", name="Xhosa", regions={ "ZA" } },
|
|
|
|
{ code="yi", name="Yiddish", regions={ "US" } },
|
|
|
|
{ code="yo", name="Yoruba", regions={ "NG" } },
|
|
|
|
{ code="yue", name="Cantonese", regions={ "HK" } },
|
|
|
|
{ code="yuw", name="Yau", regions={ "PG" } },
|
|
|
|
{ code="zh", name="Mandarin Chinese", regions={ "CN", "HK", "SG", "TW" } },
|
|
|
|
{ code="zu", name="Zulu", regions={ "ZA" } }
|
|
|
|
}
|
|
|
|
|
|
|
|
-- Prints a list of LANGUAGE "_" REGION pairs. The output is expected
|
|
|
|
-- to be identical to parse-SUPPORTED.py. Called from the %%prep section.
|
|
|
|
function print_locale_pairs()
|
|
|
|
for i = 1, #locales do
|
|
|
|
local locale = locales[i]
|
|
|
|
if #locale.regions == 0 then
|
|
|
|
print(locale.code .. "\n")
|
|
|
|
else
|
|
|
|
for j = 1, #locale.regions do
|
|
|
|
print(locale.code .. "_" .. locale.regions[j] .. "\n")
|
2017-10-06 13:25:50 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
2019-09-20 01:29:06 +00:00
|
|
|
end
|
|
|
|
|
2020-10-14 13:19:39 +00:00
|
|
|
local function compute_supplements(locale)
|
|
|
|
local lang = locale.code
|
|
|
|
local regions = locale.regions
|
2019-09-26 08:51:05 +00:00
|
|
|
result = "langpacks-core-" .. lang
|
2020-10-14 13:19:39 +00:00
|
|
|
for i = 1, #regions do
|
|
|
|
result = result .. " or langpacks-core-" .. lang .. "_" .. regions[i]
|
2017-10-06 13:25:50 +00:00
|
|
|
end
|
|
|
|
return result
|
|
|
|
end
|
|
|
|
|
|
|
|
-- Emit the definition of a language pack package.
|
2020-10-14 13:19:39 +00:00
|
|
|
local function lang_package(locale)
|
|
|
|
local lang = locale.code
|
|
|
|
local langname = locale.name
|
|
|
|
local suppl = compute_supplements(locale)
|
2017-10-06 13:25:50 +00:00
|
|
|
print(rpm.expand([[
|
|
|
|
|
|
|
|
%package langpack-]]..lang..[[
|
|
|
|
|
2019-09-20 01:29:06 +00:00
|
|
|
Summary: Locale data for ]]..langname..[[
|
2017-10-06 13:25:50 +00:00
|
|
|
|
|
|
|
Provides: glibc-langpack = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2018-01-12 10:13:18 +00:00
|
|
|
Supplements: (glibc and (]]..suppl..[[))
|
2017-10-06 13:25:50 +00:00
|
|
|
%description langpack-]]..lang..[[
|
|
|
|
|
|
|
|
The glibc-langpack-]]..lang..[[ package includes the basic information required
|
2019-09-20 01:29:06 +00:00
|
|
|
to support the ]]..langname..[[ language in your applications.
|
2017-10-06 13:25:50 +00:00
|
|
|
%files -f langpack-]]..lang..[[.filelist langpack-]]..lang..[[
|
|
|
|
]]))
|
|
|
|
end
|
|
|
|
|
2020-10-14 13:19:39 +00:00
|
|
|
for i = 1, #locales do
|
|
|
|
lang_package(locales[i])
|
2017-10-06 13:25:50 +00:00
|
|
|
end
|
2017-08-16 11:17:21 +00:00
|
|
|
}
|
2016-02-26 09:06:35 +00:00
|
|
|
|
2016-03-01 07:59:24 +00:00
|
|
|
# The glibc-all-langpacks provides the virtual glibc-langpack,
|
|
|
|
# and thus satisfies glibc's requirement for installed locales.
|
|
|
|
# Users can add one more other langauge packs and then eventually
|
|
|
|
# uninstall all-langpacks to save space.
|
2016-02-26 09:06:35 +00:00
|
|
|
%package all-langpacks
|
2016-03-01 07:59:24 +00:00
|
|
|
Summary: All language packs for %{name}.
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
Provides: %{name}-langpack = %{version}-%{release}
|
2016-02-26 09:06:35 +00:00
|
|
|
%description all-langpacks
|
2016-03-01 07:59:24 +00:00
|
|
|
|
2020-04-03 12:17:51 +00:00
|
|
|
# No %files, this is an empty package. The C/POSIX and
|
2016-03-01 07:59:24 +00:00
|
|
|
# C.UTF-8 files are already installed by glibc. We create
|
|
|
|
# minimal-langpack because the virtual provide of
|
|
|
|
# glibc-langpack needs at least one package installed
|
|
|
|
# to satisfy it. Given that no-locales installed is a valid
|
|
|
|
# use case we support it here with this package.
|
|
|
|
%package minimal-langpack
|
|
|
|
Summary: Minimal language packs for %{name}.
|
|
|
|
Provides: glibc-langpack = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
%description minimal-langpack
|
|
|
|
This is a Meta package that is used to install minimal language packs.
|
|
|
|
This package ensures you can use C, POSIX, or C.UTF-8 locales, but
|
|
|
|
nothing else. It is designed for assembling a minimal system.
|
|
|
|
%files minimal-langpack
|
2016-02-26 09:06:35 +00:00
|
|
|
|
2021-06-14 05:45:03 +00:00
|
|
|
# Infrequently used iconv converter modules.
|
|
|
|
%package gconv-extra
|
|
|
|
Summary: All iconv converter modules for %{name}.
|
2021-07-23 14:43:21 +00:00
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
2021-06-14 05:45:03 +00:00
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2021-06-14 13:16:16 +00:00
|
|
|
|
2021-06-14 05:45:03 +00:00
|
|
|
%description gconv-extra
|
|
|
|
This package contains all iconv converter modules built in %{name}.
|
|
|
|
|
2016-07-20 15:09:24 +00:00
|
|
|
##############################################################################
|
2018-03-14 19:33:34 +00:00
|
|
|
# Subpackages for NSS modules except nss_files, nss_compat, nss_dns
|
2016-07-20 15:09:24 +00:00
|
|
|
##############################################################################
|
|
|
|
|
2018-05-22 16:30:32 +00:00
|
|
|
# This should remain it's own subpackage or "Provides: nss_db" to allow easy
|
|
|
|
# migration from old systems that previously had the old nss_db package
|
|
|
|
# installed. Note that this doesn't make the migration that smooth, the
|
|
|
|
# databases still need rebuilding because the formats were different.
|
|
|
|
# The nss_db package was deprecated in F16 and onwards:
|
|
|
|
# https://lists.fedoraproject.org/pipermail/devel/2011-July/153665.html
|
|
|
|
# The different database format does cause some issues for users:
|
|
|
|
# https://lists.fedoraproject.org/pipermail/devel/2011-December/160497.html
|
2016-07-20 15:09:24 +00:00
|
|
|
%package -n nss_db
|
|
|
|
Summary: Name Service Switch (NSS) module using hash-indexed files
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
2020-04-29 11:48:49 +00:00
|
|
|
%ifarch x86_64
|
|
|
|
# Automatically install the 32-bit variant if the 64-bit variant has
|
|
|
|
# been installed. This covers the case when glibc.i686 is installed
|
|
|
|
# before nss_db.x86_64. (See above for the other ordering.)
|
|
|
|
Recommends: (nss_db(x86-32) if glibc(x86-32))
|
|
|
|
%endif
|
2016-07-20 15:09:24 +00:00
|
|
|
|
|
|
|
%description -n nss_db
|
|
|
|
The nss_db Name Service Switch module uses hash-indexed files in /var/db
|
|
|
|
to speed up user, group, service, host name, and other NSS-based lookups.
|
|
|
|
|
|
|
|
%package -n nss_hesiod
|
|
|
|
Summary: Name Service Switch (NSS) module using Hesiod
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
2020-04-29 11:48:49 +00:00
|
|
|
%ifarch x86_64
|
|
|
|
# Automatically install the 32-bit variant if the 64-bit variant has
|
|
|
|
# been installed. This covers the case when glibc.i686 is installed
|
|
|
|
# before nss_hesiod.x86_64. (See above for the other ordering.)
|
|
|
|
Recommends: (nss_hesiod(x86-32) if glibc(x86-32))
|
|
|
|
%endif
|
2016-07-20 15:09:24 +00:00
|
|
|
|
|
|
|
%description -n nss_hesiod
|
|
|
|
The nss_hesiod Name Service Switch module uses the Domain Name System
|
|
|
|
(DNS) as a source for user, group, and service information, following
|
|
|
|
the Hesiod convention of Project Athena.
|
|
|
|
|
|
|
|
%package nss-devel
|
|
|
|
Summary: Development files for directly linking NSS service modules
|
2018-11-27 20:07:47 +00:00
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
2016-07-20 15:09:24 +00:00
|
|
|
Requires: nss_db%{_isa} = %{version}-%{release}
|
|
|
|
Requires: nss_hesiod%{_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description nss-devel
|
|
|
|
The glibc-nss-devel package contains the object files necessary to
|
|
|
|
compile applications and libraries which directly link against NSS
|
|
|
|
modules supplied by glibc.
|
|
|
|
|
|
|
|
This is a rare and special use case; regular development has to use
|
|
|
|
the glibc-devel package instead.
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# glibc "utils" sub-package
|
|
|
|
##############################################################################
|
2004-09-09 05:40:37 +00:00
|
|
|
%package utils
|
|
|
|
Summary: Development utilities from GNU C library
|
2008-03-05 10:32:39 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-09-09 05:40:37 +00:00
|
|
|
|
|
|
|
%description utils
|
|
|
|
The glibc-utils package contains memusage, a memory usage profiler,
|
|
|
|
mtrace, a memory leak tracer and xtrace, a function call tracer
|
|
|
|
which can be helpful during program debugging.
|
|
|
|
|
|
|
|
If unsure if you need this, don't install this package.
|
|
|
|
|
2015-08-28 19:29:26 +00:00
|
|
|
%if %{with benchtests}
|
2015-05-08 06:19:59 +00:00
|
|
|
%package benchtests
|
|
|
|
Summary: Benchmarking binaries and scripts for %{name}
|
|
|
|
%description benchtests
|
|
|
|
This package provides built benchmark binaries and scripts to run
|
|
|
|
microbenchmark tests on the system.
|
|
|
|
%endif
|
|
|
|
|
2018-09-05 07:26:05 +00:00
|
|
|
##############################################################################
|
|
|
|
# compat-libpthread-nonshared
|
|
|
|
# See: https://sourceware.org/bugzilla/show_bug.cgi?id=23500
|
|
|
|
##############################################################################
|
|
|
|
%package -n compat-libpthread-nonshared
|
|
|
|
Summary: Compatibility support for linking against libpthread_nonshared.a.
|
|
|
|
|
|
|
|
%description -n compat-libpthread-nonshared
|
|
|
|
This package provides compatibility support for applications that expect
|
|
|
|
libpthread_nonshared.a to exist. The support provided is in the form of
|
|
|
|
an empty libpthread_nonshared.a that allows dynamic links to succeed.
|
|
|
|
Such applications should be adjusted to avoid linking against
|
|
|
|
libpthread_nonshared.a which is no longer used. The static library
|
|
|
|
libpthread_nonshared.a is an internal implementation detail of the C
|
|
|
|
runtime and should not be expected to exist.
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# Prepare for the build.
|
|
|
|
##############################################################################
|
2004-09-09 05:40:37 +00:00
|
|
|
%prep
|
2018-04-19 11:49:39 +00:00
|
|
|
%autosetup -n %{glibcsrcdir} -p1
|
2016-02-15 11:22:50 +00:00
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# %%prep - Additional prep required...
|
|
|
|
##############################################################################
|
2015-05-08 06:19:59 +00:00
|
|
|
# Make benchmark scripts executable
|
|
|
|
chmod +x benchtests/scripts/*.py scripts/pylint
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
# Remove all files generated from patching.
|
2004-09-09 05:40:37 +00:00
|
|
|
find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;
|
2013-07-24 11:58:38 +00:00
|
|
|
|
|
|
|
# Ensure timestamps on configure files are current to prevent
|
|
|
|
# regenerating them.
|
2004-09-09 05:40:37 +00:00
|
|
|
touch `find . -name configure`
|
2013-07-24 11:58:38 +00:00
|
|
|
|
|
|
|
# Ensure *-kw.h files are current to prevent regenerating them.
|
2005-12-19 18:04:52 +00:00
|
|
|
touch locale/programs/*-kw.h
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2020-10-14 13:19:39 +00:00
|
|
|
# Verify that our locales table is compatible with the locales table
|
|
|
|
# in the spec file.
|
|
|
|
set +x
|
|
|
|
echo '%{lua: print_locale_pairs()}' > localedata/SUPPORTED.spec
|
|
|
|
set -x
|
|
|
|
python3 %{SOURCE11} localedata/SUPPORTED > localedata/SUPPORTED.glibc
|
|
|
|
diff -u \
|
|
|
|
--label "spec file" localedata/SUPPORTED.spec \
|
|
|
|
--label "glibc localedata/SUPPORTED" localedata/SUPPORTED.glibc
|
|
|
|
rm localedata/SUPPORTED.spec localedata/SUPPORTED.glibc
|
2016-02-26 09:06:35 +00:00
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# Build glibc...
|
|
|
|
##############################################################################
|
2004-09-09 05:40:37 +00:00
|
|
|
%build
|
2020-04-06 09:23:22 +00:00
|
|
|
# Log osystem information
|
2016-04-28 19:59:56 +00:00
|
|
|
uname -a
|
2017-06-22 12:48:21 +00:00
|
|
|
LD_SHOW_AUXV=1 /bin/true
|
2016-04-28 19:59:56 +00:00
|
|
|
cat /proc/cpuinfo
|
2018-08-02 16:20:05 +00:00
|
|
|
cat /proc/sysinfo 2>/dev/null || true
|
2016-04-28 19:59:56 +00:00
|
|
|
cat /proc/meminfo
|
2016-06-01 06:44:30 +00:00
|
|
|
df
|
2013-07-24 11:58:38 +00:00
|
|
|
|
2013-07-25 02:45:11 +00:00
|
|
|
# We build using the native system compilers.
|
2004-09-09 05:40:37 +00:00
|
|
|
GCC=gcc
|
2006-01-04 08:23:00 +00:00
|
|
|
GXX=g++
|
2013-07-24 11:58:38 +00:00
|
|
|
|
2018-07-05 10:45:10 +00:00
|
|
|
# Part of rpm_inherit_flags. Is overridden below.
|
|
|
|
rpm_append_flag ()
|
|
|
|
{
|
|
|
|
BuildFlags="$BuildFlags $*"
|
|
|
|
}
|
|
|
|
|
|
|
|
# Propagates the listed flags to rpm_append_flag if supplied by
|
|
|
|
# redhat-rpm-config.
|
2018-02-28 11:40:17 +00:00
|
|
|
BuildFlags="-O2 -g"
|
|
|
|
rpm_inherit_flags ()
|
|
|
|
{
|
2018-05-11 14:12:33 +00:00
|
|
|
local reference=" $* "
|
2018-02-28 11:40:17 +00:00
|
|
|
local flag
|
2018-05-11 14:12:33 +00:00
|
|
|
for flag in $RPM_OPT_FLAGS $RPM_LD_FLAGS ; do
|
|
|
|
if echo "$reference" | grep -q -F " $flag " ; then
|
2018-07-05 10:45:10 +00:00
|
|
|
rpm_append_flag "$flag"
|
2018-02-28 11:40:17 +00:00
|
|
|
fi
|
|
|
|
done
|
|
|
|
}
|
2016-02-09 08:48:54 +00:00
|
|
|
|
2018-02-28 11:40:17 +00:00
|
|
|
# Propgate select compiler flags from redhat-rpm-config. These flags
|
|
|
|
# are target-dependent, so we use only those which are specified in
|
2018-06-01 10:10:16 +00:00
|
|
|
# redhat-rpm-config. We keep the -m32/-m32/-m64 flags to support
|
|
|
|
# multilib builds.
|
2018-07-11 13:54:24 +00:00
|
|
|
#
|
|
|
|
# Note: For building alternative run-times, care is required to avoid
|
|
|
|
# overriding the architecture flags which go into CC/CXX. The flags
|
|
|
|
# below are passed in CFLAGS.
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2018-02-28 11:40:17 +00:00
|
|
|
rpm_inherit_flags \
|
2018-07-04 08:48:07 +00:00
|
|
|
"-Wp,-D_GLIBCXX_ASSERTIONS" \
|
2018-02-28 11:40:17 +00:00
|
|
|
"-fasynchronous-unwind-tables" \
|
|
|
|
"-fstack-clash-protection" \
|
|
|
|
"-funwind-tables" \
|
|
|
|
"-m31" \
|
|
|
|
"-m32" \
|
|
|
|
"-m64" \
|
2021-04-09 18:47:11 +00:00
|
|
|
"-march=armv8-a+lse" \
|
|
|
|
"-march=armv8.1-a" \
|
2019-01-10 11:29:48 +00:00
|
|
|
"-march=haswell" \
|
2018-06-01 10:10:16 +00:00
|
|
|
"-march=i686" \
|
|
|
|
"-march=x86-64" \
|
2021-04-09 18:47:11 +00:00
|
|
|
"-march=x86-64-v2" \
|
|
|
|
"-march=x86-64-v3" \
|
|
|
|
"-march=x86-64-v4" \
|
2018-06-01 10:10:16 +00:00
|
|
|
"-march=z13" \
|
|
|
|
"-march=z14" \
|
2020-10-20 10:25:23 +00:00
|
|
|
"-march=z15" \
|
2018-06-01 10:10:16 +00:00
|
|
|
"-march=zEC12" \
|
2020-07-29 08:55:07 +00:00
|
|
|
"-mbranch-protection=standard" \
|
2021-04-09 18:47:11 +00:00
|
|
|
"-mcpu=power10" \
|
|
|
|
"-mcpu=power8" \
|
|
|
|
"-mcpu=power9" \
|
2018-06-01 10:10:16 +00:00
|
|
|
"-mfpmath=sse" \
|
2018-06-18 09:51:52 +00:00
|
|
|
"-msse2" \
|
2018-05-11 14:04:30 +00:00
|
|
|
"-mstackrealign" \
|
2018-06-01 10:10:16 +00:00
|
|
|
"-mtune=generic" \
|
2021-04-09 18:47:11 +00:00
|
|
|
"-mtune=power10" \
|
|
|
|
"-mtune=power8" \
|
|
|
|
"-mtune=power9" \
|
2018-06-01 10:10:16 +00:00
|
|
|
"-mtune=z13" \
|
|
|
|
"-mtune=z14" \
|
2020-10-20 10:25:23 +00:00
|
|
|
"-mtune=z15" \
|
2018-06-01 10:10:16 +00:00
|
|
|
"-mtune=zEC12" \
|
2018-03-06 13:37:32 +00:00
|
|
|
"-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1" \
|
2016-09-22 11:20:25 +00:00
|
|
|
|
2021-12-09 00:59:40 +00:00
|
|
|
%if 0%{?_annotated_build} > 0
|
2019-01-23 16:22:30 +00:00
|
|
|
# libc_nonshared.a cannot be built with the default hardening flags
|
|
|
|
# because the glibc build system is incompatible with
|
|
|
|
# -D_FORTIFY_SOURCE. The object files need to be marked as to be
|
|
|
|
# skipped in annobin annotations. (The -specs= variant of activating
|
|
|
|
# annobin does not work here because of flag ordering issues.)
|
|
|
|
# See <https://bugzilla.redhat.com/show_bug.cgi?id=1668822>.
|
|
|
|
BuildFlagsNonshared="-fplugin=annobin -fplugin-arg-annobin-disable -Wa,--generate-missing-build-notes=yes"
|
2021-12-09 00:59:40 +00:00
|
|
|
%endif
|
2018-07-05 10:45:10 +00:00
|
|
|
|
2018-07-04 14:35:00 +00:00
|
|
|
# Special flag to enable annobin annotations for statically linked
|
|
|
|
# assembler code. Needs to be passed to make; not preserved by
|
|
|
|
# configure.
|
2018-07-11 09:50:02 +00:00
|
|
|
%define glibc_make_flags_as ASFLAGS="-g -Wa,--generate-missing-build-notes=yes"
|
2018-08-29 11:06:17 +00:00
|
|
|
%define glibc_make_flags %{glibc_make_flags_as}
|
2018-07-04 14:35:00 +00:00
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# %%build - Generic options.
|
|
|
|
##############################################################################
|
2004-09-09 05:40:37 +00:00
|
|
|
EnableKernel="--enable-kernel=%{enablekernel}"
|
2013-07-24 11:58:38 +00:00
|
|
|
# Save the used compiler and options into the file "Gcc" for use later
|
|
|
|
# by %%install.
|
2005-07-08 10:21:35 +00:00
|
|
|
echo "$GCC" > Gcc
|
auto-import changelog data from glibc-2.3.3-27.src.rpm
Tue May 11 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-27
- remove /lib64/tls/librtkaio-2.3.[23].so in glibc_post_upgrade on x86-64,
s390x and ppc64 instead of /lib/tls/librtkaio-2.3.[23].so
- build mq_{send,receive} with -fexceptions
Fri May 07 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-26
- update from CVS
- fix <tgmath.h>
- fix memory leaks in nis, getifaddrs, etc. caused by incorrect use of
realloc
- remove /lib/{tls,i686}/librtkaio-2.3.[23].so in glibc_post_upgrade and
rerun ldconfig if needed, otherwise after glibc upgrade librt.so.1
might be a stale symlink
Wed May 05 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-25
- update from CVS
- disable FUTEX_REQUEUE (work around #115349)
- mq for sparc/sparc64/ia64
Tue May 04 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-24
- update from CVS
- define S_ISSOCK in -D_XOPEN_SOURCE=600 and S_I[FS]SOCK plus F_[SG]ETOWN
also in -D_XOPEN_SOURCE=500 (both included already in XNS5)
- reorder dlopen checks, so that dlopening ET_REL objects complains about
!= ET_DYN != ET_EXEC, not about phentsize (#121606)
- fix strpbrk macro for GCC 3.4+ (BZ #130)
- fix <sys/sysctl.h> (BZ #140)
- sched_[gs]etaffinity documentation fix (BZ #131)
- fix sparc64 build (BZ #139)
- change linuxthreads back to use non-cancellable writes to manager pipes
etc.
- fix sem_timedwait return value in linuxthreads (BZ #133)
- ia64 unnecessary PLT relocs removal
Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-23
- update from CVS
- fix *scanf
- fix shm_unlink, sem_unlink and mq_unlink errno values
- avoid memory leaks in error
- execstack fixes on s390
Mon Apr 19 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-22
- update from CVS
- mq and timer fixes
- rebuilt with binutils >= 2.15.90.0.3-2 to fix IA-64 statically linked
binaries
- fix linuxthreads librt.so on s390{,x}, so it is no longer DT_TEXTREL
Sat Apr 17 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-21
- disable rtkaio
- update from CVS
- POSIX message passing support
- fixed SIGEV_THREAD support for POSIX timers
- fix free on non-malloced memory in syslog
- fix ffsl on some 64-bit arches
- fix sched_setaffinity on x86-64, ia64
- fix ppc64 umount
- NETID_AUTHORITATIVE, SERVICES_AUTHORITATIVE support
- various NIS speedups
- fix fwrite with > 2GB sizes on 64-bit arches
- fix pthread_getattr_np guardsize reporting in NPTL
- report PLT relocations in ld.so and libc.so during the build
Thu Mar 25 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-20
- update from CVS
- change NPTL PTHREAD_MUTEX_ADAPTIVE_NP mutexes to spin on SMP
- strtol speed optimization
- don't try to use certainly unimplemented syscalls on ppc64
- kill -debug subpackage, move the libs to glibc-debuginfo{,-common} into
/usr/lib/debug/usr/lib64/ directory
- fix c_stubs with gcc 3.4
- move all the up to 3 builds into %build scriptlet and leave only
installation in the %install scriptlet
Mon Mar 22 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-19
- update from CVS
- affinity API changes
2004-09-09 05:48:43 +00:00
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# build()
|
|
|
|
# Build glibc in `build-%{target}$1', passing the rest of the arguments
|
|
|
|
# as CFLAGS to the build (not the same as configure CFLAGS). Several
|
2018-01-19 07:35:09 +00:00
|
|
|
# global values are used to determine build flags, kernel version,
|
|
|
|
# system tap support, etc.
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
2011-07-20 11:54:13 +00:00
|
|
|
build()
|
2005-04-27 12:26:45 +00:00
|
|
|
{
|
2018-02-28 11:40:17 +00:00
|
|
|
local builddir=build-%{target}${1:+-$1}
|
2013-07-25 22:53:13 +00:00
|
|
|
${1+shift}
|
|
|
|
rm -rf $builddir
|
|
|
|
mkdir $builddir
|
|
|
|
pushd $builddir
|
2018-02-28 11:40:17 +00:00
|
|
|
../configure CC="$GCC" CXX="$GXX" CFLAGS="$BuildFlags $*" \
|
2013-07-25 22:53:13 +00:00
|
|
|
--prefix=%{_prefix} \
|
2017-07-04 06:23:12 +00:00
|
|
|
--with-headers=%{_prefix}/include $EnableKernel \
|
2018-07-05 10:45:10 +00:00
|
|
|
--with-nonshared-cflags="$BuildFlagsNonshared" \
|
2017-07-04 06:23:12 +00:00
|
|
|
--enable-bind-now \
|
2013-07-25 22:53:13 +00:00
|
|
|
--build=%{target} \
|
2016-12-26 10:22:24 +00:00
|
|
|
--enable-stack-protector=strong \
|
2017-01-02 12:32:25 +00:00
|
|
|
--enable-tunables \
|
2013-07-25 22:53:13 +00:00
|
|
|
--enable-systemtap \
|
2016-02-09 08:48:54 +00:00
|
|
|
${core_with_options} \
|
2018-07-26 09:59:33 +00:00
|
|
|
%ifarch x86_64 %{ix86}
|
|
|
|
--enable-cet \
|
|
|
|
%endif
|
2017-08-16 09:14:32 +00:00
|
|
|
%ifarch %{ix86}
|
|
|
|
--disable-multi-arch \
|
|
|
|
%endif
|
2015-08-28 19:29:26 +00:00
|
|
|
%if %{without werror}
|
|
|
|
--disable-werror \
|
|
|
|
%endif
|
|
|
|
--disable-profile \
|
|
|
|
%if %{with bootstrap}
|
|
|
|
--without-selinux \
|
2021-03-25 21:13:41 +00:00
|
|
|
%endif
|
|
|
|
%ifarch aarch64
|
|
|
|
--enable-memory-tagging \
|
2009-06-26 15:46:27 +00:00
|
|
|
%endif
|
2021-12-13 12:41:58 +00:00
|
|
|
--disable-crypt \
|
|
|
|
--disable-build-nscd \
|
|
|
|
--disable-nscd ||
|
2013-07-25 22:53:13 +00:00
|
|
|
{ cat config.log; false; }
|
2009-09-01 11:03:11 +00:00
|
|
|
|
2020-07-23 04:03:10 +00:00
|
|
|
%make_build -r %{glibc_make_flags}
|
2013-07-25 22:53:13 +00:00
|
|
|
popd
|
2005-04-27 12:26:45 +00:00
|
|
|
}
|
|
|
|
|
2018-07-11 19:32:56 +00:00
|
|
|
# Default set of compiler options.
|
2011-07-20 11:54:13 +00:00
|
|
|
build
|
2005-04-27 12:26:45 +00:00
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# Install glibc...
|
|
|
|
##############################################################################
|
2004-09-09 05:40:37 +00:00
|
|
|
%install
|
2014-12-06 01:30:44 +00:00
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
# The built glibc is installed into a subdirectory of $RPM_BUILD_ROOT.
|
|
|
|
# For a system glibc that subdirectory is "/" (the root of the filesystem).
|
|
|
|
# This is called a sysroot (system root) and can be changed if we have a
|
|
|
|
# distribution that supports multiple installed glibc versions.
|
|
|
|
%define glibc_sysroot $RPM_BUILD_ROOT
|
|
|
|
|
2017-08-17 18:14:18 +00:00
|
|
|
# Remove existing file lists.
|
|
|
|
find . -type f -name '*.filelist' -exec rm -rf {} \;
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
# Reload compiler and build options that were used during %%build.
|
2004-09-09 05:40:37 +00:00
|
|
|
GCC=`cat Gcc`
|
|
|
|
|
2018-02-10 09:59:27 +00:00
|
|
|
%ifarch riscv64
|
|
|
|
# RISC-V ABI wants to install everything in /lib64/lp64d or /usr/lib64/lp64d.
|
|
|
|
# Make these be symlinks to /lib64 or /usr/lib64 respectively. See:
|
|
|
|
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/DRHT5YTPK4WWVGL3GIN5BF2IKX2ODHZ3/
|
2018-03-14 19:33:34 +00:00
|
|
|
for d in %{glibc_sysroot}%{_libdir} %{glibc_sysroot}/%{_lib}; do
|
2018-02-10 09:59:27 +00:00
|
|
|
mkdir -p $d
|
|
|
|
(cd $d && ln -sf . lp64d)
|
|
|
|
done
|
|
|
|
%endif
|
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
# Build and install:
|
2013-07-24 05:27:35 +00:00
|
|
|
pushd build-%{target}
|
2021-04-29 11:17:59 +00:00
|
|
|
%make_build install_root=%{glibc_sysroot} install
|
|
|
|
%make_build install_root=%{glibc_sysroot} \
|
2022-02-10 11:00:48 +00:00
|
|
|
install-locale-files -C ../localedata objdir=`pwd`
|
2013-07-24 05:27:35 +00:00
|
|
|
popd
|
2022-02-10 11:00:48 +00:00
|
|
|
# Locale creation via install-locale-files does not group identical files
|
|
|
|
# via hardlinks, so we must group them ourselves.
|
|
|
|
hardlink -c %{glibc_sysroot}/usr/lib/locale
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2013-08-09 04:41:01 +00:00
|
|
|
# install_different:
|
|
|
|
# Install all core libraries into DESTDIR/SUBDIR. Either the file is
|
|
|
|
# installed as a copy or a symlink to the default install (if it is the
|
|
|
|
# same). The path SUBDIR_UP is the prefix used to go from
|
|
|
|
# DESTDIR/SUBDIR to the default installed libraries e.g.
|
|
|
|
# ln -s SUBDIR_UP/foo.so DESTDIR/SUBDIR/foo.so.
|
|
|
|
# When you call this function it is expected that you are in the root
|
|
|
|
# of the build directory, and that the default build directory is:
|
|
|
|
# "../build-%{target}" (relatively).
|
|
|
|
# The primary use of this function is to install alternate runtimes
|
|
|
|
# into the build directory and avoid duplicating this code for each
|
|
|
|
# runtime.
|
|
|
|
install_different()
|
|
|
|
{
|
2013-08-09 04:48:21 +00:00
|
|
|
local lib libbase libbaseso dlib
|
2013-08-09 04:41:01 +00:00
|
|
|
local destdir="$1"
|
|
|
|
local subdir="$2"
|
|
|
|
local subdir_up="$3"
|
|
|
|
local libdestdir="$destdir/$subdir"
|
|
|
|
# All three arguments must be non-zero paths.
|
|
|
|
if ! [ "$destdir" \
|
|
|
|
-a "$subdir" \
|
|
|
|
-a "$subdir_up" ]; then
|
|
|
|
echo "One of the arguments to install_different was emtpy."
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
# Create the destination directory and the multilib directory.
|
|
|
|
mkdir -p "$destdir"
|
|
|
|
mkdir -p "$libdestdir"
|
|
|
|
# Walk all of the libraries we installed...
|
|
|
|
for lib in libc math/libm nptl/libpthread rt/librt nptl_db/libthread_db
|
|
|
|
do
|
|
|
|
libbase=${lib#*/}
|
|
|
|
# Take care that `libbaseso' has a * that needs expanding so
|
|
|
|
# take care with quoting.
|
2018-03-14 19:33:34 +00:00
|
|
|
libbaseso=$(basename %{glibc_sysroot}/%{_lib}/${libbase}-*.so)
|
2013-08-09 04:41:01 +00:00
|
|
|
# Only install if different from default build library.
|
|
|
|
if cmp -s ${lib}.so ../build-%{target}/${lib}.so; then
|
|
|
|
ln -sf "$subdir_up"/$libbaseso $libdestdir/$libbaseso
|
|
|
|
else
|
|
|
|
cp -a ${lib}.so $libdestdir/$libbaseso
|
|
|
|
fi
|
2018-03-14 19:33:34 +00:00
|
|
|
dlib=$libdestdir/$(basename %{glibc_sysroot}/%{_lib}/${libbase}.so.*)
|
2013-08-09 04:41:01 +00:00
|
|
|
ln -sf $libbaseso $dlib
|
|
|
|
done
|
|
|
|
}
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
2004-09-09 05:40:37 +00:00
|
|
|
# Remove the files we don't want to distribute
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
|
|
|
|
# Remove the libNoVersion files.
|
|
|
|
# XXX: This looks like a bug in glibc that accidentally installed these
|
|
|
|
# wrong files. We probably don't need this today.
|
2018-03-14 19:33:34 +00:00
|
|
|
rm -f %{glibc_sysroot}/%{_libdir}/libNoVersion*
|
|
|
|
rm -f %{glibc_sysroot}/%{_lib}/libNoVersion*
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2013-07-25 03:00:43 +00:00
|
|
|
# Remove the old nss modules.
|
2018-03-14 19:33:34 +00:00
|
|
|
rm -f %{glibc_sysroot}/%{_lib}/libnss1-*
|
|
|
|
rm -f %{glibc_sysroot}/%{_lib}/libnss-*.so.1
|
2005-07-08 10:17:59 +00:00
|
|
|
|
2018-01-03 20:56:50 +00:00
|
|
|
# This statically linked binary is no longer necessary in a world where
|
|
|
|
# the default Fedora install uses an initramfs, and further we have rpm-ostree
|
|
|
|
# which captures the whole userspace FS tree.
|
|
|
|
# Further, see https://github.com/projectatomic/rpm-ostree/pull/1173#issuecomment-355014583
|
2018-03-14 19:33:34 +00:00
|
|
|
rm -f %{glibc_sysroot}/{usr/,}sbin/sln
|
2018-01-03 20:56:50 +00:00
|
|
|
|
2018-01-29 19:42:52 +00:00
|
|
|
######################################################################
|
|
|
|
# Run ldconfig to create all the symbolic links we need
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
# Note: This has to happen before creating /etc/ld.so.conf.
|
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
mkdir -p %{glibc_sysroot}/var/cache/ldconfig
|
|
|
|
truncate -s 0 %{glibc_sysroot}/var/cache/ldconfig/aux-cache
|
2018-01-29 19:42:52 +00:00
|
|
|
|
|
|
|
# ldconfig is statically linked, so we can use the new version.
|
2018-03-14 19:33:34 +00:00
|
|
|
%{glibc_sysroot}/sbin/ldconfig -N -r %{glibc_sysroot}
|
2018-01-29 19:42:52 +00:00
|
|
|
|
2013-07-25 02:45:11 +00:00
|
|
|
##############################################################################
|
2013-07-25 03:00:43 +00:00
|
|
|
# Install info files
|
2013-07-25 02:45:11 +00:00
|
|
|
##############################################################################
|
|
|
|
|
2015-08-28 19:29:26 +00:00
|
|
|
%if %{with docs}
|
2013-07-24 11:58:38 +00:00
|
|
|
# Move the info files if glibc installed them into the wrong location.
|
2018-03-14 19:33:34 +00:00
|
|
|
if [ -d %{glibc_sysroot}%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then
|
|
|
|
mkdir -p %{glibc_sysroot}%{_infodir}
|
|
|
|
mv -f %{glibc_sysroot}%{_prefix}/info/* %{glibc_sysroot}%{_infodir}
|
|
|
|
rm -rf %{glibc_sysroot}%{_prefix}/info
|
2004-09-09 05:40:37 +00:00
|
|
|
fi
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
# Compress all of the info files.
|
2018-03-14 19:33:34 +00:00
|
|
|
gzip -9nvf %{glibc_sysroot}%{_infodir}/libc*
|
2015-11-27 06:14:36 +00:00
|
|
|
|
2021-01-23 18:16:05 +00:00
|
|
|
# Copy the debugger interface documentation over to the right location
|
|
|
|
mkdir -p %{glibc_sysroot}%{_docdir}/glibc
|
|
|
|
cp elf/rtld-debugger-interface.txt %{glibc_sysroot}%{_docdir}/glibc
|
2015-11-27 06:14:36 +00:00
|
|
|
%else
|
2018-03-14 19:33:34 +00:00
|
|
|
rm -f %{glibc_sysroot}%{_infodir}/dir
|
|
|
|
rm -f %{glibc_sysroot}%{_infodir}/libc.info*
|
2015-08-28 19:29:26 +00:00
|
|
|
%endif
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2013-07-25 03:00:43 +00:00
|
|
|
##############################################################################
|
2016-02-26 09:06:35 +00:00
|
|
|
# Create locale sub-package file lists
|
2013-07-25 03:00:43 +00:00
|
|
|
##############################################################################
|
|
|
|
|
|
|
|
olddir=`pwd`
|
2018-03-14 19:33:34 +00:00
|
|
|
pushd %{glibc_sysroot}%{_prefix}/lib/locale
|
2019-06-05 10:20:08 +00:00
|
|
|
rm -f locale-archive
|
2016-03-01 07:59:24 +00:00
|
|
|
$olddir/build-%{target}/elf/ld.so \
|
|
|
|
--library-path $olddir/build-%{target}/ \
|
|
|
|
$olddir/build-%{target}/locale/localedef \
|
2019-06-01 11:13:40 +00:00
|
|
|
--alias-file=$olddir/intl/locale.alias \
|
2018-03-14 19:33:34 +00:00
|
|
|
--prefix %{glibc_sysroot} --add-to-archive \
|
2018-11-01 10:55:20 +00:00
|
|
|
eo *_*
|
2019-06-05 10:20:08 +00:00
|
|
|
# Historically, glibc-all-langpacks deleted the file on updates (sic),
|
|
|
|
# so we need to restore it in the posttrans scriptlet (like the old
|
|
|
|
# glibc-all-langpacks versions)
|
|
|
|
ln locale-archive locale-archive.real
|
|
|
|
|
2016-02-26 09:06:35 +00:00
|
|
|
# Create the file lists for the language specific sub-packages:
|
2016-06-11 11:50:59 +00:00
|
|
|
for i in eo *_*
|
2016-02-26 09:06:35 +00:00
|
|
|
do
|
|
|
|
lang=${i%%_*}
|
|
|
|
if [ ! -e langpack-${lang}.filelist ]; then
|
|
|
|
echo "%dir %{_prefix}/lib/locale" >> langpack-${lang}.filelist
|
|
|
|
fi
|
|
|
|
echo "%dir %{_prefix}/lib/locale/$i" >> langpack-${lang}.filelist
|
|
|
|
echo "%{_prefix}/lib/locale/$i/*" >> langpack-${lang}.filelist
|
|
|
|
done
|
|
|
|
popd
|
2018-03-14 19:33:34 +00:00
|
|
|
pushd %{glibc_sysroot}%{_prefix}/share/locale
|
2016-02-26 09:06:35 +00:00
|
|
|
for i in */LC_MESSAGES/libc.mo
|
|
|
|
do
|
|
|
|
locale=${i%%%%/*}
|
|
|
|
lang=${locale%%%%_*}
|
|
|
|
echo "%lang($lang) %{_prefix}/share/locale/${i}" \
|
2018-03-14 19:33:34 +00:00
|
|
|
>> %{glibc_sysroot}%{_prefix}/lib/locale/langpack-${lang}.filelist
|
2016-02-26 09:06:35 +00:00
|
|
|
done
|
2013-07-25 03:00:43 +00:00
|
|
|
popd
|
2018-03-14 19:33:34 +00:00
|
|
|
mv %{glibc_sysroot}%{_prefix}/lib/locale/*.filelist .
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# Install configuration files for services
|
|
|
|
##############################################################################
|
|
|
|
|
2004-09-09 05:40:37 +00:00
|
|
|
# Include ld.so.conf
|
2018-03-14 19:33:34 +00:00
|
|
|
echo 'include ld.so.conf.d/*.conf' > %{glibc_sysroot}/etc/ld.so.conf
|
|
|
|
truncate -s 0 %{glibc_sysroot}/etc/ld.so.cache
|
|
|
|
chmod 644 %{glibc_sysroot}/etc/ld.so.conf
|
|
|
|
mkdir -p %{glibc_sysroot}/etc/ld.so.conf.d
|
|
|
|
truncate -s 0 %{glibc_sysroot}/etc/gai.conf
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2013-07-26 05:59:43 +00:00
|
|
|
# Include %{_libdir}/gconv/gconv-modules.cache
|
2018-03-14 19:33:34 +00:00
|
|
|
truncate -s 0 %{glibc_sysroot}%{_libdir}/gconv/gconv-modules.cache
|
|
|
|
chmod 644 %{glibc_sysroot}%{_libdir}/gconv/gconv-modules.cache
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
# Remove any zoneinfo files; they are maintained by tzdata.
|
|
|
|
rm -rf %{glibc_sysroot}%{_prefix}/share/zoneinfo
|
2018-03-01 05:10:04 +00:00
|
|
|
|
|
|
|
# Make sure %config files have the same timestamp across multilib packages.
|
|
|
|
#
|
|
|
|
# XXX: Ideally ld.so.conf should have the timestamp of the spec file, but there
|
|
|
|
# doesn't seem to be any macro to give us that. So we do the next best thing,
|
2019-05-17 01:43:50 +00:00
|
|
|
# which is to at least keep the timestamp consistent. The choice of using
|
|
|
|
# SOURCE0 is arbitrary.
|
2018-03-14 19:33:34 +00:00
|
|
|
touch -r %{SOURCE0} %{glibc_sysroot}/etc/ld.so.conf
|
2020-07-10 10:56:47 +00:00
|
|
|
touch -r inet/etc.rpc %{glibc_sysroot}/etc/rpc
|
2018-03-01 05:10:04 +00:00
|
|
|
|
|
|
|
%if %{with benchtests}
|
|
|
|
# Build benchmark binaries. Ignore the output of the benchmark runs.
|
|
|
|
pushd build-%{target}
|
|
|
|
make BENCH_DURATION=1 bench-build
|
|
|
|
popd
|
|
|
|
|
|
|
|
# Copy over benchmark binaries.
|
2018-03-14 19:33:34 +00:00
|
|
|
mkdir -p %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests
|
|
|
|
cp $(find build-%{target}/benchtests -type f -executable) %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/
|
2018-03-01 05:10:04 +00:00
|
|
|
# ... and the makefile.
|
2021-12-13 12:41:58 +00:00
|
|
|
for b in %{SOURCE1} %{SOURCE2}; do
|
2018-03-14 19:33:34 +00:00
|
|
|
cp $b %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/
|
2018-03-01 05:10:04 +00:00
|
|
|
done
|
|
|
|
# .. and finally, the comparison scripts.
|
2018-03-14 19:33:34 +00:00
|
|
|
cp benchtests/scripts/benchout.schema.json %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/
|
|
|
|
cp benchtests/scripts/compare_bench.py %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/
|
|
|
|
cp benchtests/scripts/import_bench.py %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/
|
|
|
|
cp benchtests/scripts/validate_benchout.py %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/
|
2019-06-17 13:45:58 +00:00
|
|
|
%endif
|
2018-03-01 05:10:04 +00:00
|
|
|
|
|
|
|
# The #line directives gperf generates do not give the proper
|
|
|
|
# file name relative to the build directory.
|
|
|
|
pushd locale
|
|
|
|
ln -s programs/*.gperf .
|
|
|
|
popd
|
|
|
|
pushd iconv
|
|
|
|
ln -s ../locale/programs/charmap-kw.gperf .
|
|
|
|
popd
|
|
|
|
|
|
|
|
%if %{with docs}
|
|
|
|
# Remove the `dir' info-heirarchy file which will be maintained
|
|
|
|
# by the system as it adds info files to the install.
|
2018-03-14 19:33:34 +00:00
|
|
|
rm -f %{glibc_sysroot}%{_infodir}/dir
|
2018-03-01 05:10:04 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
# Move libpcprofile.so and libmemusage.so into the proper library directory.
|
|
|
|
# They can be moved without any real consequences because users would not use
|
|
|
|
# them directly.
|
2018-03-14 19:33:34 +00:00
|
|
|
mkdir -p %{glibc_sysroot}%{_libdir}
|
|
|
|
mv -f %{glibc_sysroot}/%{_lib}/lib{pcprofile,memusage}.so \
|
|
|
|
%{glibc_sysroot}%{_libdir}
|
2018-03-01 05:10:04 +00:00
|
|
|
|
2021-08-24 14:00:06 +00:00
|
|
|
# Disallow linking against libc_malloc_debug.
|
|
|
|
rm %{glibc_sysroot}%{_libdir}/libc_malloc_debug.so
|
|
|
|
|
2018-03-01 05:10:04 +00:00
|
|
|
# Strip all of the installed object files.
|
2018-03-14 19:33:34 +00:00
|
|
|
strip -g %{glibc_sysroot}%{_libdir}/*.o
|
2018-03-01 05:10:04 +00:00
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
# The xtrace and memusage scripts have hard-coded paths that need to be
|
|
|
|
# translated to a correct set of paths using the $LIB token which is
|
|
|
|
# dynamically translated by ld.so as the default lib directory.
|
|
|
|
for i in %{glibc_sysroot}%{_prefix}/bin/{xtrace,memusage}; do
|
|
|
|
%if %{with bootstrap}
|
|
|
|
test -w $i || continue
|
|
|
|
%endif
|
|
|
|
sed -e 's~=/%{_lib}/libpcprofile.so~=%{_libdir}/libpcprofile.so~' \
|
|
|
|
-e 's~=/%{_lib}/libmemusage.so~=%{_libdir}/libmemusage.so~' \
|
|
|
|
-e 's~='\''/\\\$LIB/libpcprofile.so~='\''%{_prefix}/\\$LIB/libpcprofile.so~' \
|
|
|
|
-e 's~='\''/\\\$LIB/libmemusage.so~='\''%{_prefix}/\\$LIB/libmemusage.so~' \
|
|
|
|
-i $i
|
|
|
|
done
|
|
|
|
|
2018-09-05 07:26:05 +00:00
|
|
|
##############################################################################
|
|
|
|
# Build an empty libpthread_nonshared.a for compatiliby with applications
|
|
|
|
# that have old linker scripts that reference this file. We ship this only
|
|
|
|
# in compat-libpthread-nonshared sub-package.
|
|
|
|
##############################################################################
|
|
|
|
ar cr %{glibc_sysroot}%{_prefix}/%{_lib}/libpthread_nonshared.a
|
|
|
|
|
2018-03-01 05:10:04 +00:00
|
|
|
##############################################################################
|
|
|
|
# Beyond this point in the install process we no longer modify the set of
|
2020-04-06 09:23:22 +00:00
|
|
|
# installed files.
|
2018-03-01 05:10:04 +00:00
|
|
|
##############################################################################
|
|
|
|
|
2013-07-24 11:58:38 +00:00
|
|
|
##############################################################################
|
|
|
|
# Build the file lists used for describing the package and subpackages.
|
|
|
|
##############################################################################
|
2016-07-20 15:09:24 +00:00
|
|
|
# There are several main file lists (and many more for
|
2016-02-26 09:06:35 +00:00
|
|
|
# the langpack sub-packages (langpack-${lang}.filelist)):
|
2018-07-13 20:10:09 +00:00
|
|
|
# * master.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
# - Master file list from which all other lists are built.
|
|
|
|
# * glibc.filelist
|
|
|
|
# - Files for the glibc packages.
|
2013-07-24 11:58:38 +00:00
|
|
|
# * common.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
# - Flies for the common subpackage.
|
2013-07-24 11:58:38 +00:00
|
|
|
# * utils.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
# - Files for the utils subpackage.
|
2013-07-24 11:58:38 +00:00
|
|
|
# * devel.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
# - Files for the devel subpackage.
|
2021-01-23 18:16:05 +00:00
|
|
|
# * doc.filelist
|
|
|
|
# - Files for the documentation subpackage.
|
2013-07-24 11:58:38 +00:00
|
|
|
# * headers.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
# - Files for the headers subpackage.
|
2013-07-24 11:58:38 +00:00
|
|
|
# * static.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
# - Files for the static subpackage.
|
2018-01-11 12:21:53 +00:00
|
|
|
# * libnsl.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
# - Files for the libnsl subpackage
|
|
|
|
# * nss_db.filelist
|
|
|
|
# * nss_hesiod.filelist
|
2016-07-20 15:09:24 +00:00
|
|
|
# - File lists for nss_* NSS module subpackages.
|
|
|
|
# * nss-devel.filelist
|
|
|
|
# - File list with the .so symbolic links for NSS packages.
|
2018-09-05 07:26:05 +00:00
|
|
|
# * compat-libpthread-nonshared.filelist.
|
|
|
|
# - File list for compat-libpthread-nonshared subpackage.
|
2013-07-24 11:58:38 +00:00
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
# Create the main file lists. This way we can append to any one of them later
|
|
|
|
# wihtout having to create it. Note these are removed at the start of the
|
|
|
|
# install phase.
|
2018-07-13 20:10:09 +00:00
|
|
|
touch master.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
touch glibc.filelist
|
|
|
|
touch common.filelist
|
|
|
|
touch utils.filelist
|
2021-06-14 05:45:03 +00:00
|
|
|
touch gconv.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
touch devel.filelist
|
2021-01-23 18:16:05 +00:00
|
|
|
touch doc.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
touch headers.filelist
|
|
|
|
touch static.filelist
|
|
|
|
touch libnsl.filelist
|
|
|
|
touch nss_db.filelist
|
|
|
|
touch nss_hesiod.filelist
|
|
|
|
touch nss-devel.filelist
|
2018-09-05 07:26:05 +00:00
|
|
|
touch compat-libpthread-nonshared.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
# Master file list, excluding a few things.
|
|
|
|
###############################################################################
|
2009-06-26 15:46:27 +00:00
|
|
|
{
|
2018-03-14 19:33:34 +00:00
|
|
|
# List all files or links that we have created during install.
|
|
|
|
# Files with 'etc' are configuration files, likewise 'gconv-modules'
|
|
|
|
# and 'gconv-modules.cache' are caches, and we exclude them.
|
|
|
|
find %{glibc_sysroot} \( -type f -o -type l \) \
|
2009-06-26 15:46:27 +00:00
|
|
|
\( \
|
|
|
|
-name etc -printf "%%%%config " -o \
|
|
|
|
-name gconv-modules.cache \
|
2021-07-15 14:58:22 +00:00
|
|
|
-printf "%%%%verify(not md5 size mtime) " -o \
|
|
|
|
-name gconv-modules* \
|
|
|
|
-printf "%%%%verify(not md5 size mtime) %%%%config(noreplace) " \
|
2009-06-26 15:46:27 +00:00
|
|
|
, \
|
2009-07-30 13:39:12 +00:00
|
|
|
! -path "*/lib/debug/*" -printf "/%%P\n" \)
|
2018-03-14 19:33:34 +00:00
|
|
|
# List all directories with a %%dir prefix. We omit the info directory and
|
2014-12-05 06:53:29 +00:00
|
|
|
# all directories in (and including) /usr/share/locale.
|
2018-03-14 19:33:34 +00:00
|
|
|
find %{glibc_sysroot} -type d \
|
2014-12-05 06:53:29 +00:00
|
|
|
\( -path '*%{_prefix}/share/locale' -prune -o \
|
2015-08-28 19:29:26 +00:00
|
|
|
\( -path '*%{_prefix}/share/*' \
|
|
|
|
%if %{with docs}
|
|
|
|
! -path '*%{_infodir}' -o \
|
|
|
|
%endif
|
2010-05-19 12:00:46 +00:00
|
|
|
-path "*%{_prefix}/include/*" \
|
2014-12-05 06:53:29 +00:00
|
|
|
\) -printf "%%%%dir /%%P\n" \)
|
2009-06-26 15:46:27 +00:00
|
|
|
} | {
|
2016-02-26 09:06:35 +00:00
|
|
|
# Also remove the *.mo entries. We will add them to the
|
|
|
|
# language specific sub-packages.
|
2016-07-20 15:09:24 +00:00
|
|
|
# libnss_ files go into subpackages related to NSS modules.
|
2016-02-26 09:06:35 +00:00
|
|
|
# and .*/share/i18n/charmaps/.*), they go into the sub-package
|
2016-07-20 15:09:24 +00:00
|
|
|
# "locale-source":
|
2014-12-05 11:09:35 +00:00
|
|
|
sed -e '\,.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo,d' \
|
2016-02-26 09:06:35 +00:00
|
|
|
-e '\,.*/share/i18n/locales/.*,d' \
|
|
|
|
-e '\,.*/share/i18n/charmaps/.*,d' \
|
2018-03-14 19:33:34 +00:00
|
|
|
-e '\,.*/etc/\(localtime\|nsswitch.conf\|ld\.so\.conf\|ld\.so\.cache\|default\|rpc\|gai\.conf\),d' \
|
|
|
|
-e '\,.*/%{_libdir}/lib\(pcprofile\|memusage\)\.so,d' \
|
|
|
|
-e '\,.*/bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\),d'
|
2018-07-13 20:10:09 +00:00
|
|
|
} | sort > master.filelist
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
# The master file list is now used by each subpackage to list their own
|
|
|
|
# files. We go through each package and subpackage now and create their lists.
|
|
|
|
# Each subpackage picks the files from the master list that they need.
|
|
|
|
# The order of the subpackage list generation does not matter.
|
2014-12-05 11:09:35 +00:00
|
|
|
|
2018-07-13 20:10:09 +00:00
|
|
|
# Make the master file list read-only after this point to avoid accidental
|
|
|
|
# modification.
|
|
|
|
chmod 0444 master.filelist
|
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
###############################################################################
|
|
|
|
# glibc
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# Add all files with the following exceptions:
|
|
|
|
# - The info files '%{_infodir}/dir'
|
|
|
|
# - The partial (lib*_p.a) static libraries, include files.
|
2021-12-13 12:41:58 +00:00
|
|
|
# - The static files, objects, and unversioned DSOs.
|
2018-03-14 19:33:34 +00:00
|
|
|
# - The bin, locale, some sbin, and share.
|
2019-05-17 01:43:50 +00:00
|
|
|
# - We want iconvconfig in the main package and we do this by using
|
|
|
|
# a double negation of -v and [^i] so it removes all files in
|
|
|
|
# sbin *but* iconvconfig.
|
2018-03-14 19:33:34 +00:00
|
|
|
# - All the libnss files (we add back the ones we want later).
|
|
|
|
# - All bench test binaries.
|
|
|
|
# - The aux-cache, since it's handled specially in the files section.
|
2021-06-14 05:45:03 +00:00
|
|
|
# - Extra gconv modules. We add the required modules later.
|
2018-07-13 20:10:09 +00:00
|
|
|
cat master.filelist \
|
2018-03-14 19:33:34 +00:00
|
|
|
| grep -v \
|
|
|
|
-e '%{_infodir}' \
|
|
|
|
-e '%{_libdir}/lib.*_p.a' \
|
|
|
|
-e '%{_prefix}/include' \
|
|
|
|
-e '%{_libdir}/lib.*\.a' \
|
|
|
|
-e '%{_libdir}/.*\.o' \
|
|
|
|
-e '%{_libdir}/lib.*\.so' \
|
2021-06-14 05:45:03 +00:00
|
|
|
-e '%{_libdir}/gconv/.*\.so$' \
|
|
|
|
-e '%{_libdir}/gconv/gconv-modules.d/gconv-modules-extra\.conf$' \
|
2018-03-14 19:33:34 +00:00
|
|
|
-e '%{_prefix}/bin' \
|
|
|
|
-e '%{_prefix}/lib/locale' \
|
2019-05-17 01:43:50 +00:00
|
|
|
-e '%{_prefix}/sbin/[^i]' \
|
2018-03-14 19:33:34 +00:00
|
|
|
-e '%{_prefix}/share' \
|
|
|
|
-e '/var/db/Makefile' \
|
|
|
|
-e '/libnss_.*\.so[0-9.]*$' \
|
|
|
|
-e '/libnsl' \
|
|
|
|
-e 'glibc-benchtests' \
|
|
|
|
-e 'aux-cache' \
|
|
|
|
> glibc.filelist
|
|
|
|
|
|
|
|
# Add specific files:
|
|
|
|
# - The nss_files, nss_compat, and nss_db files.
|
|
|
|
# - The libmemusage.so and libpcprofile.so used by utils.
|
|
|
|
for module in compat files dns; do
|
2018-07-13 20:10:09 +00:00
|
|
|
cat master.filelist \
|
2018-03-14 19:33:34 +00:00
|
|
|
| grep -E \
|
|
|
|
-e "/libnss_$module(\.so\.[0-9.]+|-[0-9.]+\.so)$" \
|
|
|
|
>> glibc.filelist
|
2004-09-09 05:40:37 +00:00
|
|
|
done
|
2018-07-13 20:10:09 +00:00
|
|
|
grep -e "libmemusage.so" -e "libpcprofile.so" master.filelist >> glibc.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
|
2021-06-14 05:45:03 +00:00
|
|
|
###############################################################################
|
|
|
|
# glibc-gconv-extra
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
grep -e "gconv-modules-extra.conf" master.filelist > gconv.filelist
|
|
|
|
|
|
|
|
# Put the essential gconv modules into the main package.
|
|
|
|
GconvBaseModules="ANSI_X3.110 ISO8859-15 ISO8859-1 CP1252"
|
|
|
|
GconvBaseModules="$GconvBaseModules UNICODE UTF-16 UTF-32 UTF-7"
|
|
|
|
%ifarch s390 s390x
|
|
|
|
GconvBaseModules="$GconvBaseModules ISO-8859-1_CP037_Z900 UTF8_UTF16_Z9"
|
|
|
|
GconvBaseModules="$GconvBaseModules UTF16_UTF32_Z9 UTF8_UTF32_Z9"
|
|
|
|
%endif
|
|
|
|
GconvAllModules=$(cat master.filelist |
|
|
|
|
sed -n 's|%{_libdir}/gconv/\(.*\)\.so|\1|p')
|
|
|
|
|
|
|
|
# Put the base modules into glibc and the rest into glibc-gconv-extra
|
|
|
|
for conv in $GconvAllModules; do
|
|
|
|
if echo $GconvBaseModules | grep -q $conv; then
|
|
|
|
grep -E -e "%{_libdir}/gconv/$conv.so$" \
|
|
|
|
master.filelist >> glibc.filelist
|
|
|
|
else
|
|
|
|
grep -E -e "%{_libdir}/gconv/$conv.so$" \
|
|
|
|
master.filelist >> gconv.filelist
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
###############################################################################
|
|
|
|
# glibc-devel
|
|
|
|
###############################################################################
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2021-05-25 15:44:07 +00:00
|
|
|
# Static libraries that land in glibc-devel, not glibc-static.
|
2021-07-05 04:00:05 +00:00
|
|
|
devel_static_library_pattern='/lib\(\(c\|nldbl\|mvec\)_nonshared\|g\|ieee\|mcheck\|pthread\|dl\|rt\|util\|anl\)\.a$'
|
2021-05-25 15:44:07 +00:00
|
|
|
# Static libraries neither in glibc-devel nor in glibc-static.
|
|
|
|
other_static_library_pattern='/libpthread_nonshared\.a'
|
|
|
|
|
2018-07-13 20:10:09 +00:00
|
|
|
grep '%{_libdir}/lib.*\.a' master.filelist \
|
2021-05-25 15:44:07 +00:00
|
|
|
| grep "$devel_static_library_pattern" \
|
|
|
|
| grep -v "$other_static_library_pattern" \
|
2021-01-23 18:16:05 +00:00
|
|
|
> devel.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
|
|
|
|
# Put all of the object files and *.so (not the versioned ones) into the
|
|
|
|
# devel package.
|
2018-07-13 20:10:09 +00:00
|
|
|
grep '%{_libdir}/.*\.o' < master.filelist >> devel.filelist
|
|
|
|
grep '%{_libdir}/lib.*\.so' < master.filelist >> devel.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
# The exceptions are:
|
|
|
|
# - libmemusage.so and libpcprofile.so in glibc used by utils.
|
|
|
|
# - libnss_*.so which are in nss-devel.
|
|
|
|
sed -i -e '\,libmemusage.so,d' \
|
|
|
|
-e '\,libpcprofile.so,d' \
|
|
|
|
-e '\,/libnss_[a-z]*\.so$,d' \
|
|
|
|
devel.filelist
|
|
|
|
|
2021-06-27 13:06:13 +00:00
|
|
|
%if %{glibc_autorequires}
|
|
|
|
mkdir -p %{glibc_sysroot}/%{_rpmconfigdir} %{glibc_sysroot}/%{_fileattrsdir}
|
2021-12-13 12:41:58 +00:00
|
|
|
sed < %{SOURCE3} \
|
2021-06-27 13:06:13 +00:00
|
|
|
-e s/@VERSION@/%{version}/ \
|
|
|
|
-e s/@RELEASE@/%{release}/ \
|
|
|
|
-e s/@SYMVER@/%{glibc_autorequires_symver}/ \
|
|
|
|
> %{glibc_sysroot}/%{_rpmconfigdir}/glibc.req
|
2021-12-13 12:41:58 +00:00
|
|
|
cp %{SOURCE4} %{glibc_sysroot}/%{_fileattrsdir}/glibc.attr
|
2021-06-27 13:06:13 +00:00
|
|
|
%endif
|
|
|
|
|
2021-01-23 18:16:05 +00:00
|
|
|
###############################################################################
|
|
|
|
# glibc-doc
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
%if %{with docs}
|
|
|
|
# Put the info files into the doc file list, but exclude the generated dir.
|
|
|
|
grep '%{_infodir}' master.filelist | grep -v '%{_infodir}/dir' > doc.filelist
|
|
|
|
grep '%{_docdir}' master.filelist >> doc.filelist
|
|
|
|
%endif
|
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
###############################################################################
|
|
|
|
# glibc-headers
|
|
|
|
###############################################################################
|
|
|
|
|
2020-04-03 15:28:28 +00:00
|
|
|
%if %{need_headers_package}
|
2015-06-17 20:40:15 +00:00
|
|
|
# The glibc-headers package includes only common files which are identical
|
|
|
|
# across all multilib packages. We must keep gnu/stubs.h and gnu/lib-names.h
|
|
|
|
# in the glibc-headers package, but the -32, -64, -64-v1, and -64-v2 versions
|
2020-04-03 15:28:28 +00:00
|
|
|
# go into glibc-devel.
|
2018-07-13 20:10:09 +00:00
|
|
|
grep '%{_prefix}/include/gnu/stubs-.*\.h$' < master.filelist >> devel.filelist || :
|
|
|
|
grep '%{_prefix}/include/gnu/lib-names-.*\.h$' < master.filelist >> devel.filelist || :
|
2013-07-24 11:58:38 +00:00
|
|
|
# Put the include files into headers file list.
|
2018-07-13 20:10:09 +00:00
|
|
|
grep '%{_prefix}/include' < master.filelist \
|
2015-06-22 00:17:04 +00:00
|
|
|
| egrep -v '%{_prefix}/include/gnu/stubs-.*\.h$' \
|
|
|
|
| egrep -v '%{_prefix}/include/gnu/lib-names-.*\.h$' \
|
2015-06-17 20:40:15 +00:00
|
|
|
> headers.filelist
|
2020-04-03 15:28:28 +00:00
|
|
|
%else
|
|
|
|
# If there is no glibc-headers package, all header files go into the
|
|
|
|
# glibc-devel package.
|
|
|
|
grep '%{_prefix}/include' < master.filelist >> devel.filelist
|
|
|
|
%endif
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
###############################################################################
|
|
|
|
# glibc-static
|
|
|
|
###############################################################################
|
2013-07-24 11:58:38 +00:00
|
|
|
|
|
|
|
# Put the rest of the static files into the static package.
|
2018-07-13 20:10:09 +00:00
|
|
|
grep '%{_libdir}/lib.*\.a' < master.filelist \
|
2021-05-25 15:44:07 +00:00
|
|
|
| grep -v "$devel_static_library_pattern" \
|
|
|
|
| grep -v "$other_static_library_pattern" \
|
2009-02-18 20:47:04 +00:00
|
|
|
> static.filelist
|
2013-07-24 11:58:38 +00:00
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
###############################################################################
|
|
|
|
# glibc-common
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# All of the bin and certain sbin files go into the common package except
|
2021-12-13 12:41:58 +00:00
|
|
|
# iconvconfig which needs to go in glibc. The iconvconfig binary is kept in
|
|
|
|
# the main glibc package because we use it in the post-install scriptlet to
|
|
|
|
# rebuild the gconv-modules.cache. The makedb binary is in nss_db.
|
2019-08-27 19:07:36 +00:00
|
|
|
grep '%{_prefix}/bin' master.filelist \
|
|
|
|
| grep -v '%{_prefix}/bin/makedb' \
|
|
|
|
>> common.filelist
|
2019-05-17 01:43:50 +00:00
|
|
|
grep '%{_prefix}/sbin' master.filelist \
|
2021-12-13 12:41:58 +00:00
|
|
|
| grep -v '%{_prefix}/sbin/iconvconfig' >> common.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
# All of the files under share go into the common package since they should be
|
|
|
|
# multilib-independent.
|
|
|
|
# Exceptions:
|
|
|
|
# - The actual share directory, not owned by us.
|
2021-01-23 18:16:05 +00:00
|
|
|
# - The info files which go into doc, and the info directory.
|
|
|
|
# - All documentation files, which go into doc.
|
2018-07-13 20:10:09 +00:00
|
|
|
grep '%{_prefix}/share' master.filelist \
|
2018-03-14 19:33:34 +00:00
|
|
|
| grep -v \
|
|
|
|
-e '%{_prefix}/share/info/libc.info.*' \
|
|
|
|
-e '%%dir %{prefix}/share/info' \
|
|
|
|
-e '%%dir %{prefix}/share' \
|
2021-01-23 18:16:05 +00:00
|
|
|
-e '%{_docdir}' \
|
2018-03-14 19:33:34 +00:00
|
|
|
>> common.filelist
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
###############################################################################
|
|
|
|
# glibc-utils
|
|
|
|
###############################################################################
|
2013-07-24 11:58:38 +00:00
|
|
|
|
|
|
|
# Add the utils scripts and programs to the utils subpackage.
|
2011-09-16 12:17:45 +00:00
|
|
|
cat > utils.filelist <<EOF
|
2017-11-28 17:40:52 +00:00
|
|
|
%if %{without bootstrap}
|
2004-09-09 05:40:37 +00:00
|
|
|
%{_prefix}/bin/memusage
|
|
|
|
%{_prefix}/bin/memusagestat
|
2019-02-17 11:02:24 +00:00
|
|
|
%endif
|
2019-02-19 08:00:34 +00:00
|
|
|
%{_prefix}/bin/mtrace
|
2004-09-09 05:40:37 +00:00
|
|
|
%{_prefix}/bin/pcprofiledump
|
|
|
|
%{_prefix}/bin/xtrace
|
|
|
|
EOF
|
|
|
|
|
2018-03-14 19:33:34 +00:00
|
|
|
###############################################################################
|
|
|
|
# nss_db, nss_hesiod
|
|
|
|
###############################################################################
|
|
|
|
|
2016-07-20 15:09:24 +00:00
|
|
|
# Move the NSS-related files to the NSS subpackages. Be careful not
|
|
|
|
# to pick up .debug files, and the -devel symbolic links.
|
2018-03-14 19:33:34 +00:00
|
|
|
for module in db hesiod; do
|
2021-06-15 11:09:37 +00:00
|
|
|
grep -E "/libnss_$module\\.so\\.[0-9.]+\$" \
|
2018-07-13 20:10:09 +00:00
|
|
|
master.filelist > nss_$module.filelist
|
2016-07-20 15:09:24 +00:00
|
|
|
done
|
2019-08-27 19:07:36 +00:00
|
|
|
grep -E "%{_prefix}/bin/makedb$" master.filelist >> nss_db.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
# nss-devel
|
|
|
|
###############################################################################
|
|
|
|
|
2016-07-20 15:09:24 +00:00
|
|
|
# Symlinks go into the nss-devel package (instead of the main devel
|
|
|
|
# package).
|
2018-07-13 20:10:09 +00:00
|
|
|
grep '/libnss_[a-z]*\.so$' master.filelist > nss-devel.filelist
|
2018-03-14 19:33:34 +00:00
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
# libnsl
|
|
|
|
###############################################################################
|
2016-07-20 15:09:24 +00:00
|
|
|
|
2018-01-11 12:21:53 +00:00
|
|
|
# Prepare the libnsl-related file lists.
|
2021-06-15 11:09:37 +00:00
|
|
|
grep -E '/libnsl\.so\.[0-9]+$' master.filelist > libnsl.filelist
|
2018-01-11 12:21:53 +00:00
|
|
|
test $(wc -l < libnsl.filelist) -eq 1
|
2018-03-14 19:33:34 +00:00
|
|
|
|
2019-02-17 11:02:24 +00:00
|
|
|
%if %{with benchtests}
|
2018-03-14 19:33:34 +00:00
|
|
|
###############################################################################
|
|
|
|
# glibc-benchtests
|
|
|
|
###############################################################################
|
2018-01-11 12:21:53 +00:00
|
|
|
|
2018-03-01 05:10:04 +00:00
|
|
|
# List of benchmarks.
|
2015-05-08 06:19:59 +00:00
|
|
|
find build-%{target}/benchtests -type f -executable | while read b; do
|
|
|
|
echo "%{_prefix}/libexec/glibc-benchtests/$(basename $b)"
|
|
|
|
done >> benchtests.filelist
|
|
|
|
# ... and the makefile.
|
2021-12-13 12:41:58 +00:00
|
|
|
for b in %{SOURCE1} %{SOURCE2}; do
|
2015-05-08 06:19:59 +00:00
|
|
|
echo "%{_prefix}/libexec/glibc-benchtests/$(basename $b)" >> benchtests.filelist
|
|
|
|
done
|
2018-03-01 05:10:04 +00:00
|
|
|
# ... and finally, the comparison scripts.
|
2015-05-08 06:19:59 +00:00
|
|
|
echo "%{_prefix}/libexec/glibc-benchtests/benchout.schema.json" >> benchtests.filelist
|
|
|
|
echo "%{_prefix}/libexec/glibc-benchtests/compare_bench.py*" >> benchtests.filelist
|
|
|
|
echo "%{_prefix}/libexec/glibc-benchtests/import_bench.py*" >> benchtests.filelist
|
|
|
|
echo "%{_prefix}/libexec/glibc-benchtests/validate_benchout.py*" >> benchtests.filelist
|
|
|
|
%endif
|
|
|
|
|
2018-09-05 07:26:05 +00:00
|
|
|
###############################################################################
|
|
|
|
# compat-libpthread-nonshared
|
|
|
|
###############################################################################
|
|
|
|
echo "%{_libdir}/libpthread_nonshared.a" >> compat-libpthread-nonshared.filelist
|
|
|
|
|
2014-09-06 18:15:15 +00:00
|
|
|
##############################################################################
|
|
|
|
# Run the glibc testsuite
|
|
|
|
##############################################################################
|
|
|
|
%check
|
2015-08-28 19:29:26 +00:00
|
|
|
%if %{with testsuite}
|
2014-09-27 03:44:17 +00:00
|
|
|
|
2018-01-19 11:02:32 +00:00
|
|
|
# Run the glibc tests. If any tests fail to build we exit %check with
|
|
|
|
# an error, otherwise we print the test failure list and the failed
|
|
|
|
# test output and continue. Write to standard error to avoid
|
|
|
|
# synchronization issues with make and shell tracing output if
|
|
|
|
# standard output and standard error are different pipes.
|
2014-09-27 03:44:17 +00:00
|
|
|
run_tests () {
|
2018-01-19 11:02:32 +00:00
|
|
|
# This hides a test suite build failure, which should be fatal. We
|
|
|
|
# check "Summary of test results:" below to verify that all tests
|
|
|
|
# were built and run.
|
2020-07-23 04:03:10 +00:00
|
|
|
%make_build check |& tee rpmbuild.check.log >&2
|
2018-01-19 11:02:32 +00:00
|
|
|
test -n tests.sum
|
|
|
|
if ! grep -q '^Summary of test results:$' rpmbuild.check.log ; then
|
|
|
|
echo "FAIL: test suite build of target: $(basename "$(pwd)")" >& 2
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
set +x
|
|
|
|
grep -v ^PASS: tests.sum > rpmbuild.tests.sum.not-passing || true
|
|
|
|
if test -n rpmbuild.tests.sum.not-passing ; then
|
|
|
|
echo ===================FAILED TESTS===================== >&2
|
|
|
|
echo "Target: $(basename "$(pwd)")" >& 2
|
|
|
|
cat rpmbuild.tests.sum.not-passing >&2
|
|
|
|
while read failed_code failed_test ; do
|
|
|
|
for suffix in out test-result ; do
|
|
|
|
if test -e "$failed_test.$suffix"; then
|
|
|
|
echo >&2
|
|
|
|
echo "=====$failed_code $failed_test.$suffix=====" >&2
|
|
|
|
cat -- "$failed_test.$suffix" >&2
|
|
|
|
echo >&2
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
done <rpmbuild.tests.sum.not-passing
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Unconditonally dump differences in the system call list.
|
|
|
|
echo "* System call consistency checks:" >&2
|
|
|
|
cat misc/tst-syscall-list.out >&2
|
|
|
|
set -x
|
2014-09-27 03:44:17 +00:00
|
|
|
}
|
|
|
|
|
2014-09-06 18:15:15 +00:00
|
|
|
# Increase timeouts
|
|
|
|
export TIMEOUTFACTOR=16
|
|
|
|
parent=$$
|
|
|
|
echo ====================TESTING=========================
|
2018-07-11 13:54:24 +00:00
|
|
|
|
|
|
|
# Default libraries.
|
2014-09-06 18:15:15 +00:00
|
|
|
pushd build-%{target}
|
2014-09-27 03:44:17 +00:00
|
|
|
run_tests
|
2014-09-06 18:15:15 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
echo ====================TESTING END=====================
|
|
|
|
PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p'
|
|
|
|
echo ====================PLT RELOCS LD.SO================
|
2018-03-14 19:33:34 +00:00
|
|
|
readelf -Wr %{glibc_sysroot}/%{_lib}/ld-*.so | sed -n -e "$PLTCMD"
|
2014-09-06 18:15:15 +00:00
|
|
|
echo ====================PLT RELOCS LIBC.SO==============
|
2018-03-14 19:33:34 +00:00
|
|
|
readelf -Wr %{glibc_sysroot}/%{_lib}/libc-*.so | sed -n -e "$PLTCMD"
|
2014-09-06 18:15:15 +00:00
|
|
|
echo ====================PLT RELOCS END==================
|
|
|
|
|
2019-04-11 19:53:43 +00:00
|
|
|
# Obtain a way to run the dynamic loader. Avoid matching the symbolic
|
|
|
|
# link and then pick the first loader (although there should be only
|
2021-06-15 11:09:37 +00:00
|
|
|
# one). See wrap-find-debuginfo.sh.
|
|
|
|
ldso_path="$(find %{glibc_sysroot}/ -regextype posix-extended \
|
|
|
|
-regex '.*/ld(-.*|64|)\.so\.[0-9]+$' -type f | LC_ALL=C sort | head -n1)"
|
|
|
|
run_ldso="$ldso_path --library-path %{glibc_sysroot}/%{_lib}"
|
2017-06-22 12:48:21 +00:00
|
|
|
|
|
|
|
# Show the auxiliary vector as seen by the new library
|
|
|
|
# (even if we do not perform the valgrind test).
|
2019-04-11 19:53:43 +00:00
|
|
|
LD_SHOW_AUXV=1 $run_ldso /bin/true
|
2017-06-22 12:48:21 +00:00
|
|
|
|
2020-12-16 21:20:12 +00:00
|
|
|
%if 0%{?_enable_debug_packages}
|
2019-04-11 19:53:43 +00:00
|
|
|
# Finally, check if valgrind runs with the new glibc.
|
|
|
|
# We want to fail building if valgrind is not able to run with this glibc so
|
|
|
|
# that we can then coordinate with valgrind to get it fixed before we update
|
|
|
|
# glibc.
|
2017-06-22 12:48:21 +00:00
|
|
|
%if %{with valgrind}
|
2019-04-11 19:53:43 +00:00
|
|
|
$run_ldso /usr/bin/valgrind --error-exitcode=1 \
|
|
|
|
$run_ldso /usr/bin/true
|
|
|
|
# true --help performs some memory allocations.
|
|
|
|
$run_ldso /usr/bin/valgrind --error-exitcode=1 \
|
|
|
|
$run_ldso /usr/bin/true --help >/dev/null
|
2014-09-23 11:28:34 +00:00
|
|
|
%endif
|
2020-12-16 21:20:12 +00:00
|
|
|
%endif
|
2014-09-23 11:28:34 +00:00
|
|
|
|
2019-06-17 13:45:58 +00:00
|
|
|
%endif
|
2014-09-06 18:15:15 +00:00
|
|
|
|
|
|
|
|
2010-11-12 12:29:24 +00:00
|
|
|
%pre -p <lua>
|
|
|
|
-- Check that the running kernel is new enough
|
|
|
|
required = '%{enablekernel}'
|
2010-12-13 16:58:18 +00:00
|
|
|
rel = posix.uname("%r")
|
|
|
|
if rpm.vercmp(rel, required) < 0 then
|
|
|
|
error("FATAL: kernel too old", 0)
|
2010-11-12 12:29:24 +00:00
|
|
|
end
|
|
|
|
|
2019-05-17 01:43:50 +00:00
|
|
|
%post -p <lua>
|
2021-07-30 19:34:25 +00:00
|
|
|
%glibc_post_funcs
|
2019-05-17 01:43:50 +00:00
|
|
|
-- (1) Remove multilib libraries from previous installs.
|
|
|
|
-- In order to support in-place upgrades, we must immediately remove
|
|
|
|
-- obsolete platform directories after installing a new glibc
|
|
|
|
-- version. RPM only deletes files removed by updates near the end
|
|
|
|
-- of the transaction. If we did not remove the obsolete platform
|
|
|
|
-- directories here, they may be preferred by the dynamic linker
|
|
|
|
-- during the execution of subsequent RPM scriptlets, likely
|
|
|
|
-- resulting in process startup failures.
|
|
|
|
|
|
|
|
-- Full set of libraries glibc may install.
|
|
|
|
install_libs = { "anl", "BrokenLocale", "c", "dl", "m", "mvec",
|
|
|
|
"nss_compat", "nss_db", "nss_dns", "nss_files",
|
|
|
|
"nss_hesiod", "pthread", "resolv", "rt", "SegFault",
|
|
|
|
"thread_db", "util" }
|
|
|
|
|
|
|
|
-- We are going to remove these libraries. Generally speaking we remove
|
|
|
|
-- all core libraries in the multilib directory.
|
2021-06-15 11:09:37 +00:00
|
|
|
-- For the versioned install names, the version are [2.0,9.9*], so we
|
2019-05-17 01:43:50 +00:00
|
|
|
-- match "libc-2.0.so" and so on up to "libc-9.9*".
|
2021-06-15 11:09:37 +00:00
|
|
|
-- For the unversioned install names, we match the library plus ".so."
|
|
|
|
-- followed by digests.
|
2019-05-17 01:43:50 +00:00
|
|
|
remove_regexps = {}
|
|
|
|
for i = 1, #install_libs do
|
2021-06-15 11:09:37 +00:00
|
|
|
-- Versioned install name.
|
2021-07-24 10:23:35 +00:00
|
|
|
remove_regexps[#remove_regexps + 1] = ("lib" .. install_libs[i]
|
|
|
|
.. "%%-[2-9]%%.[0-9]+%%.so$")
|
2021-06-15 11:09:37 +00:00
|
|
|
-- Unversioned install name.
|
2021-07-24 10:23:35 +00:00
|
|
|
remove_regexps[#remove_regexps + 1] = ("lib" .. install_libs[i]
|
|
|
|
.. "%%.so%%.[0-9]+$")
|
2019-05-17 01:43:50 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
-- Two exceptions:
|
|
|
|
remove_regexps[#install_libs + 1] = "libthread_db%%-1%%.0%%.so"
|
|
|
|
remove_regexps[#install_libs + 2] = "libSegFault%%.so"
|
|
|
|
|
|
|
|
-- We are going to search these directories.
|
|
|
|
local remove_dirs = { "%{_libdir}/i686",
|
|
|
|
"%{_libdir}/i686/nosegneg",
|
|
|
|
"%{_libdir}/power6",
|
|
|
|
"%{_libdir}/power7",
|
2021-05-07 09:41:27 +00:00
|
|
|
"%{_libdir}/power8",
|
|
|
|
"%{_libdir}/power9",
|
|
|
|
}
|
2019-05-17 01:43:50 +00:00
|
|
|
|
2021-07-19 11:40:55 +00:00
|
|
|
-- Add all the subdirectories of the glibc-hwcaps subdirectory.
|
|
|
|
repeat
|
|
|
|
local iter = posix.files("%{_libdir}/glibc-hwcaps")
|
|
|
|
if iter ~= nil then
|
|
|
|
for entry in iter do
|
|
|
|
if entry ~= "." and entry ~= ".." then
|
|
|
|
local path = "%{_libdir}/glibc-hwcaps/" .. entry
|
|
|
|
if posix.access(path .. "/.", "x") then
|
|
|
|
remove_dirs[#remove_dirs + 1] = path
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
until true
|
|
|
|
|
2019-05-17 01:43:50 +00:00
|
|
|
-- Walk all the directories with files we need to remove...
|
|
|
|
for _, rdir in ipairs (remove_dirs) do
|
|
|
|
if posix.access (rdir) then
|
|
|
|
-- If the directory exists we look at all the files...
|
|
|
|
local remove_files = posix.files (rdir)
|
|
|
|
for rfile in remove_files do
|
|
|
|
for _, rregexp in ipairs (remove_regexps) do
|
|
|
|
-- Does it match the regexp?
|
|
|
|
local dso = string.match (rfile, rregexp)
|
|
|
|
if (dso ~= nil) then
|
|
|
|
-- Removing file...
|
|
|
|
os.remove (rdir .. '/' .. rfile)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
-- (2) Update /etc/ld.so.conf
|
|
|
|
-- Next we update /etc/ld.so.conf to ensure that it starts with
|
|
|
|
-- a literal "include ld.so.conf.d/*.conf".
|
|
|
|
|
|
|
|
local ldsoconf = "/etc/ld.so.conf"
|
|
|
|
local ldsoconf_tmp = "/etc/glibc_post_upgrade.ld.so.conf"
|
|
|
|
|
|
|
|
if posix.access (ldsoconf) then
|
|
|
|
|
|
|
|
-- We must have a "include ld.so.conf.d/*.conf" line.
|
|
|
|
local have_include = false
|
|
|
|
for line in io.lines (ldsoconf) do
|
|
|
|
-- This must match, and we don't ignore whitespace.
|
|
|
|
if string.match (line, "^include ld.so.conf.d/%%*%%.conf$") ~= nil then
|
|
|
|
have_include = true
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
if not have_include then
|
|
|
|
-- Insert "include ld.so.conf.d/*.conf" line at the start of the
|
|
|
|
-- file. We only support one of these post upgrades running at
|
|
|
|
-- a time (temporary file name is fixed).
|
|
|
|
local tmp_fd = io.open (ldsoconf_tmp, "w")
|
|
|
|
if tmp_fd ~= nil then
|
|
|
|
tmp_fd:write ("include ld.so.conf.d/*.conf\n")
|
|
|
|
for line in io.lines (ldsoconf) do
|
|
|
|
tmp_fd:write (line .. "\n")
|
|
|
|
end
|
|
|
|
tmp_fd:close ()
|
|
|
|
local res = os.rename (ldsoconf_tmp, ldsoconf)
|
|
|
|
if res == nil then
|
|
|
|
io.stdout:write ("Error: Unable to update configuration file (rename).\n")
|
|
|
|
end
|
|
|
|
else
|
|
|
|
io.stdout:write ("Error: Unable to update configuration file (open).\n")
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
-- (3) Rebuild ld.so.cache early.
|
|
|
|
-- If the format of the cache changes then we need to rebuild
|
|
|
|
-- the cache early to avoid any problems running binaries with
|
|
|
|
-- the new glibc.
|
|
|
|
|
|
|
|
-- Note: We use _prefix because Fedora's UsrMove says so.
|
|
|
|
post_exec ("%{_prefix}/sbin/ldconfig")
|
|
|
|
|
|
|
|
-- (4) Update gconv modules cache.
|
|
|
|
-- If the /usr/lib/gconv/gconv-modules.cache exists, then update it
|
|
|
|
-- with the latest set of modules that were just installed.
|
|
|
|
-- We assume that the cache is in _libdir/gconv and called
|
|
|
|
-- "gconv-modules.cache".
|
|
|
|
|
2021-07-30 19:34:25 +00:00
|
|
|
update_gconv_modules_cache()
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2021-07-13 12:13:46 +00:00
|
|
|
-- (5) On upgrades, restart systemd if installed. "systemctl -q" does
|
|
|
|
-- not suppress the error message (which is common in chroots), so
|
|
|
|
-- open-code post_exec with standard error suppressed.
|
2021-07-13 13:32:56 +00:00
|
|
|
if tonumber(arg[2]) >= 2
|
|
|
|
and posix.access("%{_prefix}/bin/systemctl", "x")
|
|
|
|
then
|
2021-07-13 12:13:46 +00:00
|
|
|
local pid = posix.fork()
|
|
|
|
if pid == 0 then
|
|
|
|
posix.redirect2null(2)
|
|
|
|
assert(posix.exec("%{_prefix}/bin/systemctl", "daemon-reexec"))
|
|
|
|
elseif pid > 0 then
|
|
|
|
posix.wait(pid)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
2019-06-05 10:20:08 +00:00
|
|
|
%posttrans all-langpacks -e -p <lua>
|
|
|
|
-- The old glibc-all-langpacks postun scriptlet deleted the locale-archive
|
|
|
|
-- file, so we may have to resurrect it on upgrades.
|
|
|
|
local archive_path = "%{_prefix}/lib/locale/locale-archive"
|
|
|
|
local real_path = "%{_prefix}/lib/locale/locale-archive.real"
|
|
|
|
local stat_archive = posix.stat(archive_path)
|
|
|
|
local stat_real = posix.stat(real_path)
|
|
|
|
-- If the hard link was removed, restore it.
|
|
|
|
if stat_archive ~= nil and stat_real ~= nil
|
|
|
|
and (stat_archive.ino ~= stat_real.ino
|
|
|
|
or stat_archive.dev ~= stat_real.dev) then
|
|
|
|
posix.unlink(archive_path)
|
|
|
|
stat_archive = nil
|
|
|
|
end
|
|
|
|
-- If the file is gone, restore it.
|
|
|
|
if stat_archive == nil then
|
|
|
|
posix.link(real_path, archive_path)
|
|
|
|
end
|
|
|
|
-- Remove .rpmsave file potentially created due to config file change.
|
|
|
|
local save_path = archive_path .. ".rpmsave"
|
|
|
|
if posix.access(save_path) then
|
|
|
|
posix.unlink(save_path)
|
|
|
|
end
|
|
|
|
|
2021-07-30 19:34:25 +00:00
|
|
|
%post gconv-extra -p <lua>
|
|
|
|
%glibc_post_funcs
|
|
|
|
update_gconv_modules_cache ()
|
|
|
|
|
|
|
|
%postun gconv-extra -p <lua>
|
|
|
|
%glibc_post_funcs
|
|
|
|
update_gconv_modules_cache ()
|
2021-06-14 05:45:03 +00:00
|
|
|
|
2018-07-13 20:10:09 +00:00
|
|
|
%files -f glibc.filelist
|
2013-08-15 03:48:25 +00:00
|
|
|
%dir %{_prefix}/%{_lib}/audit
|
2004-09-09 05:40:37 +00:00
|
|
|
%verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf
|
2010-06-15 08:43:24 +00:00
|
|
|
%verify(not md5 size mtime) %config(noreplace) /etc/rpc
|
2004-09-09 05:46:40 +00:00
|
|
|
%dir /etc/ld.so.conf.d
|
2004-12-07 15:19:04 +00:00
|
|
|
%dir %{_prefix}/libexec/getconf
|
2013-07-26 05:59:43 +00:00
|
|
|
%dir %{_libdir}/gconv
|
2021-07-15 14:58:22 +00:00
|
|
|
%dir %{_libdir}/gconv/gconv-modules.d
|
2007-07-31 18:18:37 +00:00
|
|
|
%dir %attr(0700,root,root) /var/cache/ldconfig
|
|
|
|
%attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/cache/ldconfig/aux-cache
|
2004-09-09 05:53:08 +00:00
|
|
|
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache
|
2010-10-14 10:30:32 +00:00
|
|
|
%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/gai.conf
|
2015-08-28 19:29:26 +00:00
|
|
|
# If rpm doesn't support %license, then use %doc instead.
|
2014-07-12 15:16:06 +00:00
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING COPYING.LIB LICENSES
|
2004-09-09 05:40:37 +00:00
|
|
|
|
|
|
|
%files -f common.filelist common
|
2014-01-25 18:52:16 +00:00
|
|
|
%dir %{_prefix}/lib/locale
|
2015-09-17 16:24:49 +00:00
|
|
|
%dir %{_prefix}/lib/locale/C.utf8
|
|
|
|
%{_prefix}/lib/locale/C.utf8/*
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2016-03-01 07:59:24 +00:00
|
|
|
%files all-langpacks
|
2019-06-05 10:20:08 +00:00
|
|
|
%{_prefix}/lib/locale/locale-archive
|
|
|
|
%{_prefix}/lib/locale/locale-archive.real
|
2019-10-25 17:49:25 +00:00
|
|
|
%{_prefix}/share/locale/*/LC_MESSAGES/libc.mo
|
2016-03-01 07:59:24 +00:00
|
|
|
|
2016-02-26 09:06:35 +00:00
|
|
|
%files locale-source
|
|
|
|
%dir %{_prefix}/share/i18n/locales
|
|
|
|
%{_prefix}/share/i18n/locales/*
|
|
|
|
%dir %{_prefix}/share/i18n/charmaps
|
|
|
|
%{_prefix}/share/i18n/charmaps/*
|
|
|
|
|
2004-09-09 05:40:37 +00:00
|
|
|
%files -f devel.filelist devel
|
2021-06-27 13:06:13 +00:00
|
|
|
%if %{glibc_autorequires}
|
|
|
|
%attr(0755,root,root) %{_rpmconfigdir}/glibc.req
|
|
|
|
%{_fileattrsdir}/glibc.attr
|
|
|
|
%endif
|
2004-09-09 05:40:37 +00:00
|
|
|
|
2021-01-23 18:16:05 +00:00
|
|
|
%if %{with docs}
|
|
|
|
%files -f doc.filelist doc
|
|
|
|
%endif
|
|
|
|
|
2009-02-18 20:47:04 +00:00
|
|
|
%files -f static.filelist static
|
|
|
|
|
2020-04-03 15:28:28 +00:00
|
|
|
%if %{need_headers_package}
|
2020-04-03 15:25:50 +00:00
|
|
|
%files -f headers.filelist -n %{headers_package_name}
|
2020-04-03 15:28:28 +00:00
|
|
|
%endif
|
2004-09-09 05:40:37 +00:00
|
|
|
|
|
|
|
%files -f utils.filelist utils
|
|
|
|
|
2021-06-14 05:45:03 +00:00
|
|
|
%files -f gconv.filelist gconv-extra
|
|
|
|
|
2016-07-20 15:09:24 +00:00
|
|
|
%files -f nss_db.filelist -n nss_db
|
2017-10-09 10:24:43 +00:00
|
|
|
/var/db/Makefile
|
2016-07-20 15:09:24 +00:00
|
|
|
%files -f nss_hesiod.filelist -n nss_hesiod
|
|
|
|
%doc hesiod/README.hesiod
|
|
|
|
%files -f nss-devel.filelist nss-devel
|
|
|
|
|
2018-01-11 12:21:53 +00:00
|
|
|
%files -f libnsl.filelist -n libnsl
|
|
|
|
/%{_lib}/libnsl.so.1
|
|
|
|
|
2015-08-28 19:29:26 +00:00
|
|
|
%if %{with benchtests}
|
2015-05-08 06:19:59 +00:00
|
|
|
%files benchtests -f benchtests.filelist
|
|
|
|
%endif
|
|
|
|
|
2018-09-05 07:26:05 +00:00
|
|
|
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
2021-02-12 14:25:31 +00:00
|
|
|
|
|
|
|
%changelog
|
2022-02-10 11:00:48 +00:00
|
|
|
* Thu Feb 10 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-2
|
|
|
|
- Drop glibc-fedora-localedef.patch and adjust locale installation
|
|
|
|
accordingly so that installed content remains unchanged.
|
|
|
|
|
2022-02-10 10:47:40 +00:00
|
|
|
* Wed Feb 09 2022 Florian Weimer <fweimer@redhat.com> - 2.35.9000-1
|
2022-02-09 12:16:42 +00:00
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 3d9f171bfb5325bd5f427e9fc386453358c6e840:
|
|
|
|
- x86-64: Optimize bzero
|
|
|
|
- benchtests: Add benches for bzero
|
|
|
|
- linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865]
|
|
|
|
- x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only)
|
|
|
|
- benchtests: Sort benches in Makefile
|
|
|
|
- Benchtests: Add length zero benchmark for memset in bench-memset.c
|
|
|
|
- x86: Improve vec generation in memset-vec-unaligned-erms.S
|
|
|
|
- x86-64: Add vector tan/tanf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector erfc/erfcf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector asinh/asinhf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector tanh/tanhf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector erf/erff to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector acosh/acoshf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector atanh/atanhf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector log1p/log1pf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector log2/log2f to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector log10/log10f to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector atan2/atan2f to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector cbrt/cbrtf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector sinh/sinhf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector expm1/expm1f to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector cosh/coshf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector exp10/exp10f to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector exp2/exp2f to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector hypot/hypotf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector asin/asinf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector atan/atanf to libmvec microbenchmark
|
|
|
|
- elf: Replace tst-audit24bmod2.so with tst-audit24bmod2
|
|
|
|
- x86_64/multiarch: Sort sysdep_routines and put one entry per line
|
|
|
|
- string: Sort headers, routines, tests and tests-translation
|
|
|
|
- x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
|
|
|
|
- Benchtests: move 'alloc_bufs' from loop in bench-memset.c
|
|
|
|
- x86-64: Fix strcmp-evex.S
|
|
|
|
- x86-64: Fix strcmp-avx2.S
|
|
|
|
- x86-64: Add vector acos/acosf to libmvec microbenchmark
|
|
|
|
- benchtests: Add more coverage for strcmp and strncmp benchmarks
|
|
|
|
- x86: Optimize strcmp-evex.S
|
|
|
|
- x86: Optimize strcmp-avx2.S
|
|
|
|
- string: Improve coverage in test-strcmp.c and test-strncmp.c
|
|
|
|
- string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].
|
|
|
|
- Open master branch for glibc 2.36 development
|
|
|
|
|
2022-02-08 14:52:54 +00:00
|
|
|
* Tue Feb 08 2022 Florian Weimer <fweimer@redhat.com> - 2.35-2
|
|
|
|
- Auto-sync with upstream branch release/2.35/master,
|
|
|
|
commit 24962427071fa532c3c48c918e9d64d719cc8a6c:
|
|
|
|
- Add BZ#28860 reference on NEWS
|
|
|
|
- linux: Fix missing __convert_scm_timestamps (BZ #28860)
|
|
|
|
|
2022-02-03 14:53:04 +00:00
|
|
|
* Thu Feb 03 2022 Florian Weimer <fweimer@redhat.com> - 2.35-1
|
|
|
|
- glibc 2.35 upstream release
|
|
|
|
- Auto-sync with upstream branch release/2.35/master,
|
|
|
|
commit a2f1675634b3513c09c38e55e6766e8c05768b1f:
|
|
|
|
- linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage [BZ #28850]
|
|
|
|
- posix: Fix tst-spawn6 terminal handling (BZ #28853)
|
|
|
|
- Regenerate configure
|
|
|
|
- Create ChangeLog.old/ChangeLog.24.
|
|
|
|
- Prepare for glibc 2.35 release.
|
|
|
|
- Regenerate configure.
|
|
|
|
- Update install.texi, and regenerate INSTALL.
|
|
|
|
- Update NEWS bug list.
|
|
|
|
- Update NEWS.
|
|
|
|
- Update translations.
|
|
|
|
- Linux: Use ptrdiff_t for __rseq_offset
|
|
|
|
- Fix elf/tst-audit25a with default bind now toolchains
|
|
|
|
- posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actions_addtcsetpgrp_np
|
|
|
|
- or1k: Define PI_STATIC_AND_HIDDEN
|
|
|
|
- SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86
|
|
|
|
- elf: Fix runtime linker auditing on aarch64 (BZ #26643)
|
|
|
|
- elf: Issue la_symbind for bind-now (BZ #23734)
|
|
|
|
- elf: Fix initial-exec TLS access on audit modules (BZ #28096)
|
|
|
|
- elf: Add la_activity during application exit
|
|
|
|
- localedata: Adjust C.UTF-8 to align with C/POSIX.
|
|
|
|
- localedef: Fix handling of empty mon_decimal_point (Bug 28847)
|
|
|
|
- malloc: Fix tst-mallocalign1 macro spacing.
|
|
|
|
|
2022-02-01 13:48:58 +00:00
|
|
|
* Tue Feb 01 2022 Florian Weimer <fweimer@redhat.com> - 2.34.9000-39
|
|
|
|
- Drop glibc-temp-Wno-use-after-free.patch, fixed upstream.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 3fb18fd80c5900cc82748f3320b30516c57d24da:
|
|
|
|
- elf: Add <dl-r_debug.h>
|
|
|
|
- Mention _FORTIFY_SOURCE=3 for gcc12 in NEWS
|
|
|
|
- malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]
|
|
|
|
- Update libc.pot for 2.35 release.
|
|
|
|
- tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]
|
|
|
|
- Add prelink removal plan on NEWS
|
|
|
|
- Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg
|
|
|
|
- linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)
|
|
|
|
- support: Add support_socket_so_timestamp_time64
|
|
|
|
- Fix elf/loadfail test build dependencies
|
|
|
|
- Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)
|
|
|
|
- x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]
|
|
|
|
- Guard tst-valgrind-smoke.out with run-built-tests
|
|
|
|
- hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilist
|
|
|
|
- Avoid -Wuse-after-free in tests [BZ #26779].
|
|
|
|
- elf: Replace tst-p_alignmod1-editX with a python script
|
|
|
|
- stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]
|
|
|
|
- io: Fix use-after-free in ftw [BZ #26779]
|
|
|
|
- intl: Avoid -Wuse-after-free [BZ #26779]
|
|
|
|
- elf: Fix use-after-free in ldconfig [BZ #26779]
|
|
|
|
- posix: Add terminal control setting support for posix_spawn
|
|
|
|
|
2022-01-24 21:39:19 +00:00
|
|
|
* Mon Jan 24 2022 DJ Delorie <dj@redhat.com> - 2.34.9000-38
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 5b8e7980c5dabd9aaefeba4f0208baa8cf7653ee.
|
|
|
|
- Linux: Detect user namespace support in io/tst-getcwd-smallbuff
|
|
|
|
- Fix handling of unterminated bracket expressions in fnmatch (bug 28792)
|
|
|
|
- realpath: Avoid overwriting preexisting error (CVE-2021-3998)
|
|
|
|
- elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]
|
|
|
|
- elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]
|
|
|
|
- elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]
|
|
|
|
- Add and use link-test-modules-rpath-link [BZ #28455]
|
|
|
|
- tst-realpath-toolong: Fix hurd build
|
|
|
|
- getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)
|
|
|
|
- Add valgrind smoke test
|
|
|
|
- htl: Fix cleaning the reply port
|
|
|
|
- elf: Properly align all PT_LOAD segments [BZ #28676]
|
|
|
|
- realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]
|
|
|
|
- support: Add helpers to create paths longer than PATH_MAX
|
|
|
|
- nptl: Effectively skip CAS in spinlock loop
|
|
|
|
- mips: Move DT_MIPS into <ldsodefs.h>
|
|
|
|
- x86_64: Document libmvec vector functions accuracy [BZ #28766]
|
|
|
|
- x86: Black list more Intel CPUs for TSX [BZ #27398]
|
|
|
|
- elf: Fix tst-align3
|
|
|
|
- elf: Move _dl_setup_hash to its own file
|
|
|
|
- htl: Fix build error in annexc
|
|
|
|
- elf: Reinstate tst-audit17
|
|
|
|
- x86: use default cache size if it cannot be determined [BZ #28784]
|
|
|
|
- rt/tst-mqueue*: Return UNSUPPORTED when mq_open fails with ENOSYS
|
|
|
|
- Linux: Add epoll_pwait2 (BZ #27359)
|
|
|
|
- Properly handle --disable-default-pie [BZ #28780]
|
|
|
|
- elf: Fix 64 time_t support for installed statically binaries
|
|
|
|
- Revert "elf: Fix 64 time_t support for installed statically binaries"
|
|
|
|
- CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)
|
|
|
|
- sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)
|
|
|
|
- CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)
|
|
|
|
- socket: Add the __sockaddr_un_set function
|
|
|
|
- elf/tst-dl_find_object: Disable subtests for non-contiguous maps (bug 28732)
|
|
|
|
- elf: Set l_contiguous to 1 for the main map in more cases
|
|
|
|
- elf: Introduce rtld_setup_main_map
|
|
|
|
- hurd: Make RPC input array parameters const
|
|
|
|
- hurd: optimize exec cleanup
|
|
|
|
- hurd: Add __rtld_execve
|
|
|
|
- hurd: Fix exec() leak on proc_task2proc failure
|
|
|
|
- htl: Hide __pthread_attr's __schedparam type [BZ #23088]
|
|
|
|
- htl: Clear kernel_thread field before releasing the thread structure
|
|
|
|
- hurd: drop SA_SIGINFO availability xfail
|
|
|
|
- hurd: Fix timer/clock_getres crash on NULL res parameter
|
|
|
|
- hurd: Fix pthread_kill on exiting/ted thread
|
|
|
|
- [hurd] Drop spurious #ifdef SHARED
|
|
|
|
- [hurd] Call _dl_sort_maps_init in _dl_sysdep_start
|
|
|
|
- elf tst-dl_find_object: Fix typo
|
|
|
|
- s390x: Use <gcc-macros.h> in early HWCAP check
|
|
|
|
- x86: Add x86-64-vN check to early startup
|
|
|
|
- powerpc64le: Use <gcc-macros.h> in early HWCAP check
|
|
|
|
- Add --with-rtld-early-cflags configure option
|
|
|
|
- elf: Split dl-printf.c from dl-misc.c
|
|
|
|
- elf/Makefile: Reflow and sort most variable assignments
|
|
|
|
- Generate gcc-macros.h
|
|
|
|
- x86: HAVE_X86_LAHF_SAHF, HAVE_X86_MOVBE and -march=x86-64-vN (bug 28782)
|
|
|
|
- math: Add more inputs to atan2 accuracy tests [BZ #28765]
|
|
|
|
- Disable debuginfod in printer tests [BZ #28757]
|
|
|
|
- Update syscall lists for Linux 5.16
|
|
|
|
- i386: Remove broken CAN_USE_REGISTER_ASM_EBP (bug 28771)
|
|
|
|
- stdlib: Fix formatting of tests list in Makefile
|
|
|
|
- stdlib: Sort tests in Makefile
|
|
|
|
- x86_64: Fix SSE4.2 libmvec atan2 function accuracy [BZ #28765]
|
|
|
|
- debug: Synchronize feature guards in fortified functions [BZ #28746]
|
|
|
|
- debug: Autogenerate _FORTIFY_SOURCE tests
|
|
|
|
- Do not build libresolv module with 64 bit time_t flags
|
|
|
|
- Revert "linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)"
|
|
|
|
- Revert "support: Add support_socket_so_timestamp_time64"
|
|
|
|
- timezone: Fix tst-bz28707 Makefile rule
|
|
|
|
- linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)
|
|
|
|
- support: Add support_socket_so_timestamp_time64
|
|
|
|
- elf: Fix 64 time_t support for installed statically binaries
|
|
|
|
- Enable _FORTIFY_SOURCE=3 for gcc 12 and above
|
|
|
|
- manual: Drop obsolete @refill
|
|
|
|
- aarch64: Add HWCAP2_ECV from Linux 5.16
|
|
|
|
- Use Linux 5.16 in build-many-glibcs.py
|
|
|
|
- x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]
|
|
|
|
- x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]
|
|
|
|
- math: Fix float conversion regressions with gcc-12 [BZ #28713]
|
|
|
|
- elf: Simplify software TM implementation in _dl_find_object
|
|
|
|
- Restore ENTRY_POINT definition on hppa, ia64 (bug 28749)
|
|
|
|
- elf: Fix fences in _dl_find_object_update (bug 28745)
|
|
|
|
- ttydefaults.h: Fix CSTATUS to control-t
|
|
|
|
- AArch64: Check for SVE in ifuncs [BZ #28744]
|
|
|
|
- debug: Remove catchsegv and libSegfault (BZ #14913)
|
|
|
|
- Documentation for OpenRISC port
|
|
|
|
- build-many-glibcs.py: add OpenRISC support
|
|
|
|
- or1k: Build Infrastructure
|
|
|
|
- or1k: ABI lists
|
|
|
|
- or1k: Linux ABI
|
|
|
|
- or1k: Linux Syscall Interface
|
|
|
|
- or1k: math soft float support
|
|
|
|
- or1k: Atomics and Locking primitives
|
|
|
|
- or1k: Thread Local Storage support
|
|
|
|
- or1k: startup and dynamic linking code
|
|
|
|
- or1k: ABI Implementation
|
|
|
|
- linux/syscalls: Add or1k_atomic syscall for OpenRISC
|
|
|
|
- elf: Add reloc for OpenRISC
|
|
|
|
- elf: Add a comment after trailing backslashes
|
|
|
|
- elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]
|
|
|
|
- elf: Fix tst-linkall-static link when pthread is not in libc
|
|
|
|
|
2022-01-20 06:12:00 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.34.9000-37
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-04 14:54:08 +00:00
|
|
|
* Tue Jan 04 2022 Florian Weimer <fweimer@redhat.com> - 2.34.9000-36
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 28713c06129f8f64f88c423266e6ff2880216509:
|
|
|
|
- elf: Sort tests and modules-names
|
|
|
|
- hurd: nuke all unknown ports on exec
|
|
|
|
- hurd: Fix auth port leak
|
|
|
|
- Remove stale reference to libanl.a
|
|
|
|
- elf: Add <dl-debug.h>
|
|
|
|
- Properly check linker option in LIBC_LINKER_FEATURE [BZ #28738]
|
|
|
|
- hurd: Implement _S_msg_get_dtable
|
|
|
|
- Update automatically-generated copyright dates
|
|
|
|
- Sync move-if-change from Gnulib, updating copyright
|
|
|
|
- Update copyright dates not handled by scripts/update-copyrights.
|
|
|
|
- Update copyright dates with scripts/update-copyrights
|
|
|
|
- hurd: Use __trivfs_server_name instead of trivfs_server_name
|
|
|
|
- hurd: Bump BRK_START to 0x20000000
|
|
|
|
- hurd: Avoid overzealous shared objects constraints
|
|
|
|
- time: Refactor timesize.h for some ABIs
|
|
|
|
- hurd: Make getrandom a stub inside the random translator
|
|
|
|
- open64: Force O_LARGEFILE on all architectures
|
|
|
|
- x86-64: Add vector tan/tanf implementation to libmvec
|
|
|
|
- x86-64: Add vector erfc/erfcf implementation to libmvec
|
|
|
|
- resolv: Do not install libanl.so symbolic link
|
|
|
|
- resolv: Do not build libanl.so for ABIs starting at 2.35
|
|
|
|
- timezone: test-case for BZ #28707
|
|
|
|
- timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)
|
|
|
|
- x86-64: Add vector asinh/asinhf implementation to libmvec
|
|
|
|
- x86-64: Add vector tanh/tanhf implementation to libmvec
|
|
|
|
- x86-64: Add vector erf/erff implementation to libmvec
|
|
|
|
- x86-64: Add vector acosh/acoshf implementation to libmvec
|
|
|
|
- x86-64: Add vector atanh/atanhf implementation to libmvec
|
|
|
|
- x86-64: Add vector log1p/log1pf implementation to libmvec
|
|
|
|
- x86-64: Add vector log2/log2f implementation to libmvec
|
|
|
|
- x86-64: Add vector log10/log10f implementation to libmvec
|
|
|
|
- x86-64: Add vector atan2/atan2f implementation to libmvec
|
|
|
|
- x86-64: Add vector cbrt/cbrtf implementation to libmvec
|
|
|
|
- x86-64: Add vector sinh/sinhf implementation to libmvec
|
|
|
|
- x86-64: Add vector expm1/expm1f implementation to libmvec
|
|
|
|
- x86-64: Add vector cosh/coshf implementation to libmvec
|
|
|
|
- x86-64: Add vector exp10/exp10f implementation to libmvec
|
|
|
|
- x86-64: Add vector exp2/exp2f implementation to libmvec
|
|
|
|
- x86-64: Add vector hypot/hypotf implementation to libmvec
|
|
|
|
- x86-64: Add vector asin/asinf implementation to libmvec
|
|
|
|
- x86-64: Add vector atan/atanf implementation to libmvec
|
|
|
|
|
2021-12-29 06:09:11 +00:00
|
|
|
* Wed Dec 29 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-35
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 5d28a8962dcb6ec056b81d730e3c6fb57185a210:
|
|
|
|
- elf: Add _dl_find_object function
|
|
|
|
- malloc: Remove memusage.h
|
|
|
|
- malloc: Use hp-timing on libmemusage
|
|
|
|
- Remove atomic-machine.h atomic typedefs
|
|
|
|
- malloc: Remove atomic_* usage
|
|
|
|
- microblaze: Add missing implementation when !__ASSUME_TIME64_SYSCALLS
|
|
|
|
- elf: Do not fail for failed dlmopen on audit modules (BZ #28061)
|
|
|
|
- elf: Issue audit la_objopen for vDSO
|
|
|
|
- elf: Add audit tests for modules with TLSDESC
|
|
|
|
- elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
|
|
|
|
- elf: Add _dl_audit_pltexit
|
|
|
|
- elf: Add _dl_audit_pltenter
|
|
|
|
- elf: Add _dl_audit_preinit
|
|
|
|
- elf: Add _dl_audit_symbind_alt and _dl_audit_symbind
|
|
|
|
- elf: Add _dl_audit_objclose
|
|
|
|
- elf: Add _dl_audit_objsearch
|
|
|
|
- elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
|
|
|
|
- elf: Add _dl_audit_objopen
|
|
|
|
- hurd: Fix static-PIE startup
|
|
|
|
- hurd: let csu initialize tls
|
|
|
|
- hurd: Fix XFAIL-ing mallocfork2 tests
|
|
|
|
- hurd: XFAIL more tests that require setpshared support
|
|
|
|
- malloc: Add missing shared thread library flags
|
|
|
|
- stdio-common: Fix %m sprintf test output for GNU/Hurd
|
|
|
|
- x86: Optimize L(less_vec) case in memcmpeq-evex.S
|
|
|
|
- x86: Optimize L(less_vec) case in memcmp-evex-movbe.S
|
|
|
|
- elf: Remove AArch64 from comment for AT_MINSIGSTKSZ
|
|
|
|
- math: Properly cast X_TLOSS to float [BZ #28713]
|
|
|
|
- Set default __TIMESIZE default to 64
|
|
|
|
- stdio: Implement %#m for vfprintf and related functions
|
|
|
|
- elf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addr
|
|
|
|
- x86-64: Add vector acos/acosf implementation to libmvec
|
|
|
|
- intl/plural.y: Avoid conflicting declarations of yyerror and yylex
|
|
|
|
- elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]
|
|
|
|
- s_sincosf.h: Change pio4 type to float [BZ #28713]
|
|
|
|
- Linux: Fix 32-bit vDSO for clock_gettime on powerpc32
|
|
|
|
- Regenerate ulps on x86_64 with GCC 12
|
|
|
|
- Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.h
|
|
|
|
- Remove ununsed tcb-offset
|
|
|
|
- riscv: align stack before calling _dl_init [BZ #28703]
|
|
|
|
- riscv: align stack in clone [BZ #28702]
|
|
|
|
- elf: Fix tst-cpu-features-cpuinfo for KVM guests on some AMD systems [BZ #28704]
|
|
|
|
- powerpc64[le]: Allocate extra stack frame on syscall.S
|
|
|
|
- Update copyright header in recently merged ab_GE locale
|
|
|
|
- fortify: Fix spurious warning with realpath
|
|
|
|
|
2021-12-28 20:41:25 +00:00
|
|
|
* Tue Dec 28 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-34
|
|
|
|
- armhfp, i686: Revert 64-bit time_t/off_t for internal use (#2034715)
|
|
|
|
|
2021-12-17 11:11:27 +00:00
|
|
|
* Fri Dec 17 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-33
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit b99b0f93ee8762fe53ff65802deb6f00700b9924:
|
|
|
|
- nss: Use "files dns" as the default for the hosts database (#2033020)
|
|
|
|
- arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macro
|
|
|
|
- Fix The GNU ToolChain Authors copyright notice
|
|
|
|
- Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
|
|
|
|
- localedata: add new locale ab_GE
|
|
|
|
- Fix __minimal_malloc segfaults in __mmap due to stack-protector
|
|
|
|
- __glibc_unsafe_len: Fix comment
|
|
|
|
- malloc: Enable huge page support on main arena
|
|
|
|
- malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback
|
|
|
|
- malloc: Add Huge Page support to arenas
|
|
|
|
- malloc: Add Huge Page support for mmap
|
|
|
|
- malloc: Move mmap logic to its own function
|
|
|
|
- malloc: Add THP/madvise support for sbrk
|
|
|
|
- malloc: Add madvise support for Transparent Huge Pages
|
|
|
|
- powerpc: Use global register variable in <thread_pointer.h>
|
|
|
|
- Use LFS and 64 bit time for installed programs (swbz#15333)
|
|
|
|
|
2021-12-15 12:20:14 +00:00
|
|
|
* Wed Dec 15 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-32
|
|
|
|
- Do not use --enable-static-pie configure flag since it is now ignored
|
|
|
|
|
2021-12-15 08:35:03 +00:00
|
|
|
* Wed Dec 15 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-31
|
|
|
|
- Drop glibc-fedora-revert-PT_LOAD-segment-align.patch; fix applied upstream
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 4435c29892c43ae9908a42e591747be63102689b:
|
|
|
|
- Support target specific ALIGN for variable alignment test [BZ #28676]
|
|
|
|
- NEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 only
|
|
|
|
- elf: Align argument of __munmap to page size [BZ #28676]
|
|
|
|
|
2021-12-14 14:14:14 +00:00
|
|
|
* Tue Dec 14 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-30
|
|
|
|
- Add glibc-fedora-revert-PT_LOAD-segment-align.patch to revert upstream
|
|
|
|
commits 718fdd87b1b9 and fc2334ab32e0.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 0884724a95b60452ad483dbe086d237d02ba624d:
|
|
|
|
- intl: Emit no lines in bison generated files
|
|
|
|
- hurd: Do not set PIE_UNSUPPORTED
|
|
|
|
- NEWS: Move LD_PREFER_MAP_32BIT_EXEC
|
|
|
|
- mach: Fix spurious inclusion of stack_chk_fail_local in libmachuser.a
|
|
|
|
- Disable DT_RUNPATH on NSS tests [BZ #28455]
|
|
|
|
- sysdeps: Simplify sin Taylor Series calculation
|
|
|
|
- math: Remove the error handling wrapper from hypot and hypotf
|
|
|
|
- math: Use fmin/fmax on hypot
|
|
|
|
- aarch64: Add math-use-builtins-f{max,min}.h
|
|
|
|
- math: Add math-use-builtinds-fmin.h
|
|
|
|
- math: Add math-use-builtinds-fmax.h
|
|
|
|
- math: Remove powerpc e_hypot
|
|
|
|
- i386: Move hypot implementation to C
|
|
|
|
- math: Use an improved algorithm for hypotl (ldbl-128)
|
|
|
|
- math: Use an improved algorithm for hypotl (ldbl-96)
|
|
|
|
- math: Improve hypot performance with FMA
|
|
|
|
- math: Use an improved algorithm for hypot (dbl-64)
|
|
|
|
- math: Simplify hypotf implementation
|
|
|
|
- Cleanup encoding in comments
|
|
|
|
- Replace --enable-static-pie with --disable-default-pie
|
|
|
|
- hurd: Add rules for static PIE build
|
|
|
|
- hurd: Fix gmon-static
|
|
|
|
- x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]
|
|
|
|
- elf: Use errcode instead of (unset) errno in rtld_chain_load
|
|
|
|
- Add a testcase to check alignment of PT_LOAD segment [BZ #28676]
|
|
|
|
- elf: Properly align PT_LOAD segments [BZ #28676]
|
|
|
|
- elf: Install a symbolic link to ld.so as /usr/bin/ld.so
|
|
|
|
- nptl: Add one more barrier to nptl/tst-create1
|
|
|
|
- Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN
|
|
|
|
- nptl: rseq failure after registration on main thread is fatal
|
|
|
|
- nptl: Add public rseq symbols and <sys/rseq.h>
|
|
|
|
- nptl: Add glibc.pthread.rseq tunable to control rseq registration
|
|
|
|
- Linux: Use rseq to accelerate sched_getcpu
|
|
|
|
- nptl: Add rseq registration
|
|
|
|
- nptl: Introduce THREAD_GETMEM_VOLATILE
|
|
|
|
- nptl: Introduce <tcb-access.h> for THREAD_* accessors
|
|
|
|
- nptl: Add <thread_pointer.h> for defining __thread_pointer
|
|
|
|
- String: test-memcpy used unaligned types for buffers [BZ 28572]
|
|
|
|
- localedef: check magic value on archive load [BZ #28650]
|
|
|
|
- x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNI
|
|
|
|
- linux: Add generic ioctl implementation
|
|
|
|
- linux: Add generic syscall implementation
|
|
|
|
- misc, nptl: Remove stray references to __condvar_load_64_relaxed
|
|
|
|
- csu: Always use __executable_start in gmon-start.c
|
|
|
|
- elf: execve statically linked programs instead of crashing [BZ #28648]
|
|
|
|
- Add --with-timeoutfactor=NUM to specify TIMEOUTFACTOR
|
|
|
|
|
2021-12-13 12:41:58 +00:00
|
|
|
* Mon Dec 13 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-29
|
|
|
|
- Remove nscd (#1905142)
|
|
|
|
https://fedoraproject.org/wiki/Changes/RemoveNSCD
|
|
|
|
|
2021-11-16 11:38:57 +00:00
|
|
|
* Fri Dec 10 2021 Pavel Březina <pbrezina@redhat.com> - 2.34.9000-28
|
|
|
|
- /etc/nsswitch.conf is now owned by authselect (rhbz#2023741)
|
|
|
|
|
2021-12-09 00:59:40 +00:00
|
|
|
* Thu Dec 09 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.34.9000-27
|
|
|
|
- Set BuildFlagsNonshared only if _annotated_build is set.
|
|
|
|
|
2021-12-04 09:20:21 +00:00
|
|
|
* Sat Dec 04 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-26
|
|
|
|
- Drop glibc-rh2026399.patch, not needed anymore due to upstream fix.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 4df1fa6ddc8925a75f3da644d5da3bb16eb33f02:
|
|
|
|
- x86-64: Use notl in EVEX strcmp (#2026399)
|
|
|
|
- nptl: Increase default TCB alignment to 32
|
|
|
|
- elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_METADATA note
|
|
|
|
- AArch64: Improve A64FX memcpy
|
|
|
|
- AArch64: Optimize memcmp
|
|
|
|
- powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]
|
|
|
|
- linux: Implement pipe in terms of __NR_pipe2
|
|
|
|
- linux: Implement mremap in C
|
|
|
|
- linux: Add prlimit64 C implementation
|
|
|
|
- elf: Include <stdbool.h> in tst-tls20.c
|
|
|
|
- elf: Include <stdint.h> in tst-tls20.c
|
|
|
|
- hurd: Let report-wait use a weak reference to _hurd_itimer_thread
|
|
|
|
|
2021-12-04 03:30:47 +00:00
|
|
|
* Sat Dec 4 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-25
|
|
|
|
- x86_64: Disable additional EVEX string functions (#2026399)
|
|
|
|
|
2021-12-03 17:47:40 +00:00
|
|
|
* Fri Dec 3 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-24
|
|
|
|
- x86_64: Disable EVEX *cmp* string functions (#2026399)
|
|
|
|
|
2021-12-02 15:48:08 +00:00
|
|
|
* Thu Dec 2 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-23
|
|
|
|
- Drop glibc-sdt-headers.patch; the official systemtap headers work again.
|
|
|
|
|
2021-11-30 14:43:03 +00:00
|
|
|
* Thu Nov 25 2021 Carlos O'Donell <carlos@redhat.com> - 2.34.9000-22
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 137ed5ac440a4d3cf4178ce97f349b349a9c2c66:
|
|
|
|
- linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)
|
|
|
|
- linux: Add fanotify_mark C implementation
|
|
|
|
- linux: Only build fstatat fallback if required
|
|
|
|
- regex: fix buffer read overrun in search [BZ#28470]
|
|
|
|
- x86-64: Add vector sin/sinf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector pow/powf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector log/logf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector exp/expf to libmvec microbenchmark
|
|
|
|
- x86-64: Add vector cos/cosf to libmvec microbenchmark
|
|
|
|
- io: Refactor close_range and closefrom
|
|
|
|
- nptl: Do not set signal mask on second setjmp return [BZ #28607]
|
|
|
|
- powerpc: Define USE_PPC64_NOTOC iff compiler supports it
|
|
|
|
- setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.sym
|
|
|
|
- Update kernel version to 5.15 in tst-mman-consts.py
|
|
|
|
- socket: Do not use AF_NETLINK in __opensock
|
|
|
|
- elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)
|
|
|
|
- Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.h
|
|
|
|
- malloc: Fix malloc debug for 2.35 onwards
|
|
|
|
- elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres
|
|
|
|
- nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
|
|
|
|
|
2021-11-17 12:14:39 +00:00
|
|
|
* Wed Nov 17 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-21
|
2021-11-18 10:20:28 +00:00
|
|
|
- Temporary patch glibc-sdt-headers.patch, to fix s390x build failure.
|
|
|
|
- Temporary patch glibc-dso-sort-makefile-fail.patch, to fix x86_64 build.
|
2021-11-17 12:14:39 +00:00
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit a43c0b5483da4c5e3796af309864cb44256c02db:
|
|
|
|
- x86-64: Create microbenchmark infrastructure for libmvec
|
|
|
|
- elf: hidden visibility for __minimal_malloc functions
|
|
|
|
- elf: Use a temporary file to generate Makefile fragments [BZ #28550]
|
|
|
|
- dso-ordering-test.py: Put all sources in one directory [BZ #28550]
|
|
|
|
- elf: Move LAV_CURRENT to link_lavcurrent.h
|
|
|
|
- Move assignment out of the CAS condition
|
|
|
|
- Add a comment for --enable-initfini-array [BZ #27945]
|
|
|
|
- tst-tzset: output reason when creating 4GiB file fails
|
|
|
|
- Add LLL_MUTEX_READ_LOCK [BZ #28537]
|
|
|
|
- Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]
|
|
|
|
- Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]
|
|
|
|
- String: Split memcpy tests so that parallel build is faster
|
|
|
|
- x86: Shrink memcmp-sse4.S code size
|
|
|
|
- Support C2X printf %b, %B
|
|
|
|
- Update syscall lists for Linux 5.15
|
|
|
|
- s390: Use long branches across object boundaries (jgh instead of jh)
|
|
|
|
|
2021-11-15 23:31:11 +00:00
|
|
|
* Tue Nov 16 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-20
|
|
|
|
- Create /{bin,lib,lib64,sbin} as symbolic links in test-container
|
|
|
|
|
2021-11-10 13:56:26 +00:00
|
|
|
* Wed Nov 10 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-19
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 0bd356df1afb0591470499813d4ebae9bcedd6a6:
|
|
|
|
- Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.S
|
|
|
|
- Fix build a chec failures after b05fae4d8e34
|
|
|
|
- elf: Use the minimal malloc on tunables_strdup
|
|
|
|
|
2021-11-08 21:16:31 +00:00
|
|
|
* Mon Nov 08 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-18
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit db6c4935fae6005d46af413b32aa92f4f6059dce:
|
|
|
|
- Fix memmove call in vfprintf-internal.c:group_number
|
|
|
|
- locale: Fix localedata/sort-test undefined behavior
|
|
|
|
- test-memcpy.c: Double TIMEOUT to (8 * 60)
|
|
|
|
- hurd: Remove unused __libc_close_range
|
|
|
|
- hurd: Implement close_range and closefrom
|
|
|
|
- x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.h
|
|
|
|
- x86: Optimize memmove-vec-unaligned-erms.S
|
|
|
|
- benchtests: Add partial overlap case in bench-memmove-walk.c
|
|
|
|
- benchtests: Add additional cases to bench-memcpy.c and bench-memmove.c
|
|
|
|
- string: Make tests birdirectional test-memcpy.c
|
|
|
|
- Remove the last trace of generate-md5 [BZ #28554]
|
|
|
|
- Revert "benchtests: Add acosf function to bench-math"
|
|
|
|
- Configure GCC with --enable-initfini-array [BZ #27945]
|
|
|
|
- elf: Earlier missing dynamic segment check in _dl_map_object_from_fd
|
|
|
|
- gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)
|
|
|
|
- [powerpc] Tighten contraints for asm constant parameters
|
|
|
|
|
2021-11-03 15:40:29 +00:00
|
|
|
* Wed Nov 03 2021 Patsy Griffin <patsy@redhat.com> - 2.34.9000-17
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit d3bf2f5927d51258a51ac7fde04f4805f8ee294a.
|
|
|
|
- elf: Do not run DSO sorting if tunables is not enabled
|
|
|
|
- riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGN
|
|
|
|
- x86-64: Replace movzx with movzbl
|
|
|
|
- regex: Unnest nested functions in regcomp.c
|
|
|
|
- Use Linux 5.15 in build-many-glibcs.py
|
|
|
|
- elf: Assume disjointed .rela.dyn and .rela.plt for loader
|
|
|
|
- i386: Explain why __HAVE_64B_ATOMICS has to be 0
|
|
|
|
- benchtests: Add hypotf
|
|
|
|
- benchtests: Make hypot input random
|
|
|
|
- arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors support
|
|
|
|
- arm: Use internal symbol for _dl_argv on _dl_start_user
|
|
|
|
- x86-64: Remove Prefer_AVX2_STRCMP
|
|
|
|
- x86-64: Improve EVEX strcmp with masked load
|
|
|
|
|
2021-10-29 17:37:45 +00:00
|
|
|
* Fri Oct 29 2021 DJ Delorie <dj@redhat.com> - 2.34.9000-16
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 79d0fc65395716c1d95931064c7bf37852203c66.
|
|
|
|
- benchtests: Add acosf function to bench-math
|
|
|
|
- benchtests: Improve bench-memcpy-random
|
|
|
|
- Disable -Waggressive-loop-optimizations warnings in tst-dynarray.c
|
|
|
|
- Fix compiler issue with mmap_internal
|
|
|
|
- Check if linker also support -mtls-dialect=gnu2
|
|
|
|
- Fix LIBC_PROG_BINUTILS for -fuse-ld=lld
|
|
|
|
- elf: Disable ifuncmain{1,5,5pic,5pie} when using LLD
|
|
|
|
- Handle NULL input to malloc_usable_size [BZ #28506]
|
|
|
|
- x86_64: Add memcmpeq.S to fix disable-multi-arch build
|
|
|
|
- login: Add back libutil as an empty library
|
|
|
|
- riscv: Fix incorrect jal with HIDDEN_JUMPTARGET
|
|
|
|
- x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.S
|
|
|
|
- x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.S
|
|
|
|
- x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.S
|
|
|
|
- x86_64: Add support for __memcmpeq using sse2, avx2, and evex
|
|
|
|
- Benchtests: Add benchtests for __memcmpeq
|
|
|
|
- String: Add __memcmpeq as build target
|
|
|
|
- NEWS: Add item for __memcmpeq
|
|
|
|
- String: Add tests for __memcmpeq
|
|
|
|
- String: Add hidden defs for __memcmpeq() to enable internal usage
|
|
|
|
- String: Add support for __memcmpeq() ABI on all targets
|
|
|
|
- configure: Don't check LD -v --help for LIBC_LINKER_FEATURE
|
|
|
|
- elf: Make global.out depend on reldepmod4.so [BZ #28457]
|
|
|
|
- x86: Replace sse2 instructions with avx in memcmp-evex-movbe.S
|
|
|
|
- bench-math: Sort and put each bench per line
|
|
|
|
- x86_64: Add missing libmvec ABI tests
|
|
|
|
- elf: Fix e6fd79f379 build with --enable-tunables=no
|
|
|
|
- elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)
|
|
|
|
- elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)
|
|
|
|
- iconv: Use TIMEOUTFACTOR for iconv test timeout
|
|
|
|
- posix: Remove alloca usage for internal fnmatch implementation
|
|
|
|
- Add alloc_align attribute to memalign et al
|
|
|
|
- linux: Fix a possibly non-constant expression in _Static_assert
|
|
|
|
- x86-64: Add sysdeps/x86_64/fpu/Makeconfig
|
|
|
|
|
2021-10-20 21:35:57 +00:00
|
|
|
* Wed Oct 20 2021 Carlos O'Donell <carlos@redhat.com> - 2.34.9000-15
|
|
|
|
- Remove glibc-ld-readonly-revert.patch.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit e037274c8ec86ca9d491331984b34f30701b23cf:
|
|
|
|
- stdlib: Fix tst-canon-bz26341 when the glibc build current working
|
|
|
|
directory is itself using symlinks.
|
|
|
|
- powerpc: Remove backtrace implementation
|
|
|
|
- Correct access attribute on memfrob (bug 28475)
|
|
|
|
- debug: Add tests for _FORTIFY_SOURCE=3
|
|
|
|
- Make sure that the fortified function conditionals are constant
|
|
|
|
- Don't add access size hints to fortifiable functions
|
|
|
|
- glibcextract.py: Place un-assemblable @@@ in a comment
|
|
|
|
- nss: Unnest nested function add_key
|
|
|
|
- ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]
|
|
|
|
- timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)
|
|
|
|
- manual: Update _TIME_BITS to clarify it's user defined
|
|
|
|
- nptl: Fix tst-cancel7 and tst-cancelx7 pidfile race
|
|
|
|
- elf: Fix elf_get_dynamic_info() for bootstrap
|
|
|
|
- hurd if_index: Explicitly use AF_INET for if index discovery
|
|
|
|
- hurd: Fix intr-msg parameter/stack kludge
|
|
|
|
- x86-64: Add test-vector-abi.h/test-vector-abi-sincos.h
|
|
|
|
- elf: Fix dynamic-link.h usage on rtld.c
|
|
|
|
|
2021-10-14 00:21:46 +00:00
|
|
|
* Thu Oct 14 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-14
|
|
|
|
- Adjust glibc-ld-readonly-revert.patch.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit e59ced238482fd71f3e493717f14f6507346741e:
|
|
|
|
- x86: Optimize memset-vec-unaligned-erms.S
|
|
|
|
- x86: Optimize memcmp-evex-movbe.S for frontend behavior and size
|
|
|
|
- libio: Update tst-wfile-sync to not depend on stdin
|
|
|
|
- elf: Update audit tests to not depend on stdout
|
|
|
|
- elf: Fix elf_get_dynamic_info definition
|
|
|
|
- Add TEST_COMPARE_STRING_WIDE to support/check.h
|
|
|
|
- Fix nios2 localplt failure
|
|
|
|
- elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)
|
|
|
|
- resolv: Avoid GCC 12 false positive warning [BZ #28439].
|
|
|
|
- benchtests: Add medium cases and increase iters in bench-memset.c
|
|
|
|
- x86: Modify ENTRY in sysdep.h so that p2align can be specified
|
|
|
|
- resolv: make res_randomid use random_bits()
|
|
|
|
- Linux: implement getloadavg(3) using sysinfo(2)
|
|
|
|
- Remove unreliable parts of rt/tst-cpuclock2
|
|
|
|
- elf: Avoid nested functions in the loader [BZ #27220]
|
|
|
|
- Add run-time check for indirect external access
|
|
|
|
- Initial support for GNU_PROPERTY_1_NEEDED
|
|
|
|
- io: Fix ftw internal realloc buffer (BZ #28126)
|
|
|
|
- Fix subscript error with odd TZif file [BZ #28338]
|
|
|
|
|
2021-10-07 14:02:32 +00:00
|
|
|
* Thu Oct 07 2021 Carlos O'Donell <carlos@redhat.com> - 2.34.9000-13
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit f2e06656d04a9fcb0603802a4f8ce7aa3a1f055e:
|
|
|
|
- S390: Add PCI_MIO and SIE HWCAPs
|
|
|
|
- support: Also return fd when it is 0
|
|
|
|
- ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]
|
|
|
|
- S390: update libm test ulps
|
|
|
|
- powerpc: update libm test ulps
|
|
|
|
- math: Also xfail the new j0f tests for ibm128-libgcc
|
|
|
|
- y2038: Use a common definition for stat for sparc32
|
|
|
|
- Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compare
|
|
|
|
- aarch64: update libm test ulps
|
|
|
|
- Fixed inaccuracy of j0f (BZ #28185)
|
|
|
|
- Fix stdio-common tests for GCC 12 -Waddress
|
|
|
|
- benchtests: Building benchmarks as static executables
|
|
|
|
- elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
|
|
|
|
- time: Ignore interval nanoseconds on tst-itimer
|
|
|
|
- io: Do not skip timestamps tests for 32-bit time_t
|
|
|
|
- Update to Unicode 14.0.0 [BZ #28390]
|
|
|
|
|
2021-10-01 16:47:58 +00:00
|
|
|
* Fri Oct 01 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-12
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit eae81d70574e923ce3c59078b8df857ae192efa6:
|
|
|
|
- nptl: pthread_kill must send signals to a specific thread [BZ #28407]
|
|
|
|
- support: Add check for TID zero in support_wait_for_thread_exit
|
|
|
|
- nptl: Add CLOCK_MONOTONIC support for PI mutexes
|
|
|
|
- support: Add support_mutex_pi_monotonic
|
|
|
|
- nptl: Use FUTEX_LOCK_PI2 when available
|
|
|
|
- Linux: Add FUTEX_LOCK_PI2
|
|
|
|
- Add C2X _PRINTF_NAN_LEN_MAX
|
|
|
|
- Add exp10 macro to <tgmath.h> (bug 26108)
|
|
|
|
- elf: Replace nsid with args.nsid [BZ #27609]
|
|
|
|
- Add missing braces to bsearch inline implementation [BZ #28400]
|
|
|
|
- Update alpha libm-test-ulps
|
|
|
|
- Suppress -Wcast-qual warnings in bsearch
|
|
|
|
- elf: Copy l_addr/l_ld when adding ld.so to a new namespace
|
|
|
|
- powerpc: Fix unrecognized instruction errors with recent binutils
|
|
|
|
|
2021-09-29 18:32:21 +00:00
|
|
|
* Wed Sep 29 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-11
|
|
|
|
- Drop glibc-rh1992702-*.patch, applied upstream.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 9bd9978639c2f75dbea5c25226264b1ac11fdf05:
|
|
|
|
- Do not declare fmax, fmin _FloatN, _FloatNx versions for C2X
|
|
|
|
- Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397)
|
|
|
|
- Add fmaximum, fminimum functions
|
|
|
|
- Linux: Simplify __opensock and fix race condition [BZ #28353]
|
|
|
|
- pthread/tst-cancel28: Fix barrier re-init race condition
|
|
|
|
- powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOC
|
|
|
|
- posix: Remove spawni.c
|
|
|
|
- Disable symbol hack in libc_nonshared.a
|
|
|
|
- linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)
|
|
|
|
- linux: Simplify get_nprocs
|
|
|
|
- misc: Add __get_nprocs_sched
|
|
|
|
- htl: Fix sigset of main thread
|
|
|
|
- htl: make pthread_sigstate read/write set/oset outside sigstate section
|
|
|
|
- Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.so
|
|
|
|
- benchtests: Improve reliability of memcmp benchmarks
|
|
|
|
- Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__
|
|
|
|
- build-many-glibcs.py: add powerpc64le glibc variant without multiarch
|
|
|
|
- Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor case
|
|
|
|
- Linux: Avoid closing -1 on failure in __closefrom_fallback
|
|
|
|
- i386: Port elf_machine_{load_address,dynamic} from x86-64
|
|
|
|
- aarch64: Disable A64FX memcpy/memmove BTI unconditionally
|
|
|
|
- xsysconf: Only fail on error results and errno set
|
|
|
|
- powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not used
|
|
|
|
- Fix ffma use of round-to-odd on x86
|
|
|
|
- vfprintf: Unify argument handling in process_arg
|
|
|
|
- vfprintf: Handle floating-point cases outside of process_arg macro
|
|
|
|
|
2021-09-23 10:36:39 +00:00
|
|
|
* Thu Sep 23 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-10
|
|
|
|
- Fix ppc64le build failure by reverting DL_RO_DYN_SECTION removal
|
|
|
|
|
2021-09-23 09:00:44 +00:00
|
|
|
* Thu Sep 23 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-9
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 2849e2f53311b66853cb5159b64cba2bddbfb854:
|
|
|
|
- nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]
|
|
|
|
- Add narrowing fma functions
|
|
|
|
- ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]
|
|
|
|
- Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPs
|
|
|
|
- Mention today's regex merge in SHARED-FILES
|
|
|
|
- Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)
|
|
|
|
- regex: copy back from Gnulib
|
|
|
|
- nptl: Fix type of pthread_mutexattr_getrobust_np,
|
|
|
|
pthread_mutexattr_setrobust_np (bug 28036)
|
|
|
|
- powerpc: Fix unrecognized instruction errors with recent GCC
|
|
|
|
- elf: Include <sysdep.h> in elf/dl-debug-symbols.S
|
|
|
|
- nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)
|
|
|
|
- Extend struct r_debug to support multiple namespaces [BZ #15971]
|
|
|
|
- Use $(pie-default) with conformtest
|
|
|
|
- Run conform/ tests using newly built libc
|
|
|
|
- posix: Fix attribute access mode on getcwd [BZ #27476]
|
|
|
|
- Fix build-many-glibcs.py --strip for installed library renaming
|
|
|
|
- benchtests: Fix validate_benchout.py exceptions
|
|
|
|
- elf: Remove THREAD_GSCOPE_IN_TCB
|
|
|
|
- htl: Reimplement GSCOPE
|
|
|
|
- htl: Move thread table to ld.so
|
|
|
|
- Redirect fma calls to __fma in libm
|
|
|
|
- time: Fix compile error in itimer test affecting hurd
|
|
|
|
|
2021-09-15 10:09:06 +00:00
|
|
|
* Wed Sep 15 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-8
|
|
|
|
- Use system CPU count for sysconf(_SC_NPROCESSORS_*) (#1992702)
|
|
|
|
|
2021-09-15 09:22:53 +00:00
|
|
|
* Wed Sep 15 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-7
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 2444ce5421c6036a503842d8dd8d93c27aad59ee:
|
|
|
|
- mach lll_lock/unlock: Explicitly request private locking
|
|
|
|
- elf: Replace most uses of THREAD_GSCOPE_IN_TCB
|
|
|
|
- Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to
|
|
|
|
bits/mman-linux.h
|
|
|
|
- Update kernel version to 5.14 in tst-mman-consts.py
|
|
|
|
- configure: Fix check for INSERT in linker script
|
|
|
|
- iconvconfig: Fix behaviour with --prefix [BZ #28199]
|
|
|
|
- nptl: Fix race between pthread_kill and thread exit (bug 12889)
|
|
|
|
- nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)
|
|
|
|
- benchtests: Remove redundant assert.h
|
|
|
|
- benchtests: Enable scripts/plot_strings.py to read stdin
|
|
|
|
- Add narrowing square root functions
|
|
|
|
- _Static_assert needs two arguments for compatibility with GCC before 9
|
|
|
|
- testrun.sh: Add support for --tool=rpctrace
|
|
|
|
|
2021-09-10 15:23:26 +00:00
|
|
|
* Thu Sep 09 2021 Patsy Griffin <patsy@redhat.com> - 2.34.9000-6
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 89dc0372a9055e7ef86fe19be6201fa0b16b2f0e.
|
|
|
|
- Update syscall lists for Linux 5.14
|
|
|
|
- Fix failing nss/tst-nss-files-hosts-long with local resolver
|
|
|
|
- MIPS: Setup errno for {f,l,}xstat
|
|
|
|
- Use Linux 5.14 in build-many-glibcs.py
|
|
|
|
- locale: Add missing second argument to _Static_assert in C-collate-seq.c
|
|
|
|
- Update hppa libm-test-ulps
|
|
|
|
- Add generic C.UTF-8 locale (Bug 17318)
|
|
|
|
- Add 'codepoint_collation' support for LC_COLLATE.
|
|
|
|
- AArch64: Update A64FX memset not to degrade at 16KB
|
|
|
|
- Revert "AArch64: Update A64FX memset not to degrade at 16KB"
|
|
|
|
- Remove "Contributed by" lines
|
|
|
|
- Port shared code information from the wiki
|
|
|
|
- AArch64: Update A64FX memset not to degrade at 16KB
|
|
|
|
- posix: remove some iso-8859-encoded characters
|
|
|
|
- configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]
|
|
|
|
- hurd msync: Drop bogus test
|
|
|
|
- hurd: Fix typo in msync
|
|
|
|
|
2021-08-31 09:34:53 +00:00
|
|
|
* Tue Aug 31 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-5
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 3c8b9879cab6d41787bc5b14c1748f62fd6d0e5f:
|
|
|
|
- x86-64: Use testl to check __x86_string_control
|
|
|
|
- i686: Don't include multiarch memove in libc.a
|
|
|
|
- support: Add support_wait_for_thread_exit
|
|
|
|
- Allow #pragma GCC in headers in conformtest
|
|
|
|
- nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232)
|
|
|
|
- Use support_open_dev_null_range io/tst-closefrom,
|
|
|
|
misc/tst-close_range, and posix/tst-spawn5 (BZ #28260)
|
|
|
|
- support: Add support_open_dev_null_range
|
|
|
|
- llio.texi: Wording fixes in description of closefrom()
|
|
|
|
- Fix error message in memmove test to display correct src pointer
|
|
|
|
|
2021-08-25 13:29:06 +00:00
|
|
|
* Wed Aug 25 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-4
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 9926f6e2eeb374cf729d4bb3f092dd4b36a8f861:
|
|
|
|
- elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]
|
|
|
|
- powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports it
|
|
|
|
- x86-64: Remove assembler AVX512DQ check
|
|
|
|
- x86-64: Remove compiler -mavx512f check
|
|
|
|
- Use __executable_start as the lowest address for profiling [BZ #28153]
|
|
|
|
- hurd: Fix errlist error mapping
|
|
|
|
- hurd: Remove old test-err_np.c file
|
|
|
|
- Fix iconv build with GCC mainline
|
|
|
|
- rtld: copy terminating null in tunables_strdup (bug 28256)
|
|
|
|
- mtrace: Fix output with PIE and ASLR [BZ #22716]
|
|
|
|
- x86-64: Optimize load of all bits set into ZMM register [BZ #28252]
|
|
|
|
- Update string/test-memmove.c to cover 16KB copy
|
|
|
|
- elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]
|
|
|
|
- x86: fix Autoconf caching of instruction support checks [BZ #27991]
|
|
|
|
- arm: Simplify elf_machine_{load_address,dynamic}
|
|
|
|
- riscv: Drop reliance on _GLOBAL_OFFSET_TABLE_[0]
|
|
|
|
- Remove sysdeps/*/tls-macros.h
|
|
|
|
|
2021-08-24 14:00:06 +00:00
|
|
|
* Tue Aug 24 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.34.9000-3
|
|
|
|
- Disable dependencies and linking for libc_malloc_debug.so (#1985048).
|
|
|
|
|
2021-08-17 20:41:43 +00:00
|
|
|
* Tue Aug 17 2021 DJ Delorie <dj@redhat.com> - 2.34.9000-2
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit b37b75d269883a2c553bb7019a813094eb4e2dd1.
|
|
|
|
- x86_64: Simplify elf_machine_{load_address,dynamic}
|
|
|
|
- elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ #28152] [BZ #28205]
|
|
|
|
- hurd: Drop fmh kludge
|
|
|
|
- time: Fix overflow itimer tests on 32-bit systems
|
|
|
|
- mips: increase stack alignment in clone to match the ABI
|
|
|
|
- mips: align stack in clone [BZ #28223]
|
|
|
|
|
|
|
|
|
2021-08-12 13:25:44 +00:00
|
|
|
* Thu Aug 12 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-1
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 4cc79c217744743077bf7a0ec5e0a4318f1e6641:
|
|
|
|
- librt: add test (bug 28213)
|
|
|
|
- mtrace: Use a static buffer for printing [BZ #25947]
|
|
|
|
- hurd mmap: Reduce the requested max vmprot
|
|
|
|
- hurd mmap: Factorize MAP_SHARED flag check
|
|
|
|
- aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203]
|
|
|
|
- elf: Unconditionally use __ehdr_start
|
|
|
|
- hurd: Add support for AT_NO_AUTOMOUNT
|
|
|
|
- [5/5] AArch64: Improve A64FX memset medium loops
|
|
|
|
- [4/5] AArch64: Improve A64FX memset by removing unroll32
|
|
|
|
- [3/5] AArch64: Improve A64FX memset for remaining bytes
|
|
|
|
- [2/5] AArch64: Improve A64FX memset for large sizes
|
|
|
|
- [1/5] AArch64: Improve A64FX memset for small sizes
|
|
|
|
- Use binutils 2.37 branch in build-many-glibcs.py
|
|
|
|
- Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.h
|
|
|
|
- librt: fix NULL pointer dereference (bug 28213)
|
|
|
|
- powerpc64: Add checks for Altivec and VSX in ifunc selection
|
|
|
|
- powerpc64: Check cacheline size before using optimised memset routines
|
|
|
|
- powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06
|
|
|
|
- Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)
|
|
|
|
- Add INADDR_DUMMY from Linux 5.13 to netinet/in.h
|
|
|
|
- tst-mxfast: Don't run with mcheck
|
|
|
|
- rt: Set the correct message queue for tst-mqueue10
|
|
|
|
- Update sparc libm-test-ulps
|
|
|
|
- linux: Add sparck brk implementation
|
|
|
|
- test-dlclose-exit-race: avoid hang on pthread_create error
|
|
|
|
- gethosts: Remove unused argument _type
|
|
|
|
- hurd: Avoid spurious warning
|
|
|
|
- gaiconf_init: Avoid double-free in label and precedence lists
|
|
|
|
- copy_and_spawn_sgid: Avoid double calls to close()
|
|
|
|
- iconv_charmap: Close output file when done
|
|
|
|
- gconv_parseconfdir: Fix memory leak
|
|
|
|
- ldconfig: avoid leak on empty paths in config file
|
|
|
|
- Fix build of nptl/tst-thread_local1.cc with GCC 12
|
|
|
|
- nis: Fix leak on realloc failure in nis_getnames [BZ #28150]
|
|
|
|
- Remove obsolete comments/name from several benchtest input files.
|
|
|
|
- Remove obsolete comments/name from acos-inputs, since slow path was removed.
|
|
|
|
- Open master branch for glibc 2.35 development
|
|
|
|
|
2021-08-02 06:08:11 +00:00
|
|
|
* Mon Aug 2 2021 Florian Weimer <fweimer@redhat.com> - 2.34-1
|
|
|
|
- Switch to glibc 2.34 release tarball:
|
|
|
|
- Update ChangeLog.old/ChangeLog.23.
|
|
|
|
- Prepare for glibc 2.34 release.
|
|
|
|
- po/nl.po: Update Dutch translation.
|
|
|
|
- Update install.texi, and regenerate INSTALL.
|
|
|
|
- Update translations.
|
|
|
|
- Update NEWS.
|
|
|
|
- NEWS: Fix typos, grammar, and missing words
|
|
|
|
- elf: Fix audit regression
|
|
|
|
|
2021-07-30 19:34:25 +00:00
|
|
|
* Fri Jul 30 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.33.9000-56
|
|
|
|
- Port post scripts for gconv-extra to lua and drop dependency across
|
|
|
|
architectures for x86 multilib (#1988344).
|
|
|
|
|
2021-07-29 07:43:22 +00:00
|
|
|
* Thu Jul 29 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-55
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit c37fc3ebf0607ce1953c565ffe56d56555eeb25e:
|
|
|
|
- Update libc.pot for 2.34 release.
|
|
|
|
- x86-64: Add Avoid_Short_Distance_REP_MOVSB
|
|
|
|
- Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPER
|
|
|
|
- build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
|
|
|
|
- tests: use xmalloc to allocate implementation array
|
|
|
|
- xmalloc: Fix warnings with gcc analyzer
|
|
|
|
- __cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524]
|
|
|
|
- manual: Drop the .so suffix in libc_malloc_debug description
|
|
|
|
- hurd: _Fork: unlock malloc before calling fork child hooks
|
|
|
|
|
2021-07-27 16:57:57 +00:00
|
|
|
* Tue Jul 27 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-54
|
|
|
|
- Revert to old C.UTF-8 locale
|
|
|
|
|
2021-07-23 14:43:21 +00:00
|
|
|
* Mon Jul 26 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.33.9000-53
|
|
|
|
- Loosen dependency on glibc-gconv-extra (#1812191).
|
|
|
|
|
2021-07-26 07:26:07 +00:00
|
|
|
* Mon Jul 26 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-52
|
|
|
|
- Switch to new version of C.UTF-8 locale
|
|
|
|
|
2021-07-26 05:46:13 +00:00
|
|
|
* Mon Jul 26 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-51
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit ddcc612ce923038b867083a0c55d6e034951155a:
|
|
|
|
- Exclude static tests for mcheck and malloc-check
|
|
|
|
- i386: Regenerate ulps
|
|
|
|
|
2021-07-24 15:24:48 +00:00
|
|
|
* Sat Jul 24 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-50
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit d34ed66f96fa9316654d7adb2afcce4be1d1c4f5:
|
|
|
|
- manual: Document unsupported cases for interposition
|
|
|
|
- x86: Install <bits/platform/x86.h> [BZ #27958]
|
|
|
|
- Fix build and tests with --disable-tunables
|
|
|
|
|
2021-07-24 10:23:35 +00:00
|
|
|
* Sat Jul 24 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-49
|
|
|
|
- Remove both old and new library names in glibc-hwcaps removal (#1983677)
|
|
|
|
|
2021-07-23 07:44:00 +00:00
|
|
|
* Fri Jul 23 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-48
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 9a7ab0769b295cbf5232140401742a8f34bda3de:
|
|
|
|
- hurd: Fix glob lstat compatibility
|
|
|
|
- socket: Add time64 alias for setsockopt
|
|
|
|
- socket: Add time64 alias for getsockopt
|
|
|
|
- mcheck Fix malloc_usable_size [BZ #22057]
|
|
|
|
- Remove malloc hooks [BZ #23328]
|
|
|
|
- Move malloc_{g,s}et_state to libc_malloc_debug
|
|
|
|
- glibc.malloc.check: Wean away from malloc hooks
|
|
|
|
- mtrace: Wean away from malloc hooks
|
|
|
|
- Simplify __malloc_initialized
|
|
|
|
- mcheck: Wean away from malloc hooks [BZ #23489]
|
|
|
|
- Move malloc hooks into a compat DSO
|
|
|
|
- Remove __morecore and __default_morecore
|
|
|
|
- Remove __after_morecore_hook
|
|
|
|
- Make mcheck tests conditional on GLIBC_2.23 or earlier
|
|
|
|
- posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) support
|
|
|
|
- malloc: Fix tst-mallocfork3-malloc-check link
|
|
|
|
- ARC: elf: make type safe
|
|
|
|
- ARC: fp: (micro)optimize FPU_STATUS read by eliding FWE bit clearing
|
|
|
|
|
2021-07-22 01:48:30 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.33.9000-47
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-21 11:17:45 +00:00
|
|
|
* Wed Jul 21 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-46
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 77ede5f010f1b144e067ec035e422a13bb57c55d:
|
|
|
|
- socket: Add time64 alias for sendmsg
|
|
|
|
- socket: Add time64 alias for recvmsg
|
|
|
|
- socket: Add time64 alias for sendmmsg
|
|
|
|
- Linux: Add time64 alias for prctl
|
|
|
|
- io: Add time64 alias for fcntl
|
|
|
|
- misc: Add time64 alias for ioctl
|
|
|
|
- RISC-V: Update rv64 ULPs
|
|
|
|
- resolv: Do not install libnss_dns.a, libnss_dns.so
|
|
|
|
- hurd: Add support for spawn_do_closefrom
|
|
|
|
- elf: Fix tst-cpu-features-cpuinfo on some AMD systems (BZ #28090)
|
|
|
|
- i386: Add the clone3 wrapper
|
|
|
|
|
2021-07-19 11:40:55 +00:00
|
|
|
* Mon Jul 19 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-45
|
|
|
|
- Remove glibc-hwcaps multilibs on upgrade (#1983677)
|
|
|
|
|
Auto-sync with upstream branch master
Upstream commit: ee5ed99922ca90bcea4a2f9a48a0c9ae4b534ece
- nss: Directly load nss_dns, without going through dlsym/dlopen
- resolv: Move nss_dns into libc
- resolv: Move res_query functions into libc
- resolv: Move res_mkquery, res_nmkquery into libc
- resolv: Move res_send, res_nsend into libc
- resolv: Move res_hostalias into its own file, along with hostalias
- resolv: Move __res_context_hostalias into its own file and into libc
- resolv: Move res_queriesmatch to its own file and into libc
- resolv: Move res_nameinquery to its own file and into libc
- resolv: Move ns_samename into its own file, and into libc
- resolv: Move ns_makecanon into its own file, and into libc
- resolv: Move res_isourserver to its own file and reformat to GNU style
- resolv: Move __res_get_nsaddr to its own file and into libc
- resolv: Rename res_comp.c to res-name-checking.c and move into libc
- resolv: Move dn_skipname to its own file and into libc
- resolv: Move dn_comp to its own file and into libc
- resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget
- resolv: Move dn_expand to its own file and into libc
- resolv: Move ns_name_compress into its own file and into libc
- resolv: Move ns_name_pack into its own file and into libc
- resolv: Move ns_name_pton into its own file and into libc
- resolv: Move ns_name_uncompress into its own file and into libc
- resolv: Move ns_name_skip to its own file and into libc (bug 28091)
- resolv: Deprecate legacy interfaces in libresolv
- tst-safe-linking: make false positives even more improbable
- htl: Do not expose pthread hidden proto outside libpthread
- elf: Fix a wrong array access on tst-tls20
- elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089)
- resolv: Move ns_name_unpack to its own file and into libc
- resolv: Remove unnecessary res_isourserver_p call from send_dg
- resolv: Move ns_name_ntop to its own file and into libc
- nss_dns: Do not use deprecated packet parsing functions
- resolv: Sort Makefile routines and Versions lexicographically
- socket: Add hidden prototype for setsockopt
- elf: Fix DTV gap reuse logic (BZ #27135)
- Fix linknamespace errors and local-plt-usages in nss_files.
- Add static tests for __clone_internal
- x86-64: Add the clone3 wrapper
- Add an internal wrapper for clone, clone2 and clone3
- nss: Fix build error with --disable-nscd
- htl: Fix linking static examples against libpthread
- htl: Let libc call __pthread_mutex_{,try,un}lock
- posix: Ignore non opened files on tst-spawn5
- mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]
2021-07-19 08:35:25 +00:00
|
|
|
* Mon Jul 19 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-44
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit ee5ed99922ca90bcea4a2f9a48a0c9ae4b534ece:
|
|
|
|
- nss: Directly load nss_dns, without going through dlsym/dlopen
|
|
|
|
- resolv: Move nss_dns into libc
|
|
|
|
- resolv: Move res_query functions into libc
|
|
|
|
- resolv: Move res_mkquery, res_nmkquery into libc
|
|
|
|
- resolv: Move res_send, res_nsend into libc
|
|
|
|
- resolv: Move res_hostalias into its own file, along with hostalias
|
|
|
|
- resolv: Move __res_context_hostalias into its own file and into libc
|
|
|
|
- resolv: Move res_queriesmatch to its own file and into libc
|
|
|
|
- resolv: Move res_nameinquery to its own file and into libc
|
|
|
|
- resolv: Move ns_samename into its own file, and into libc
|
|
|
|
- resolv: Move ns_makecanon into its own file, and into libc
|
|
|
|
- resolv: Move res_isourserver to its own file and reformat to GNU style
|
|
|
|
- resolv: Move __res_get_nsaddr to its own file and into libc
|
|
|
|
- resolv: Rename res_comp.c to res-name-checking.c and move into libc
|
|
|
|
- resolv: Move dn_skipname to its own file and into libc
|
|
|
|
- resolv: Move dn_comp to its own file and into libc
|
|
|
|
- resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget
|
|
|
|
- resolv: Move dn_expand to its own file and into libc
|
|
|
|
- resolv: Move ns_name_compress into its own file and into libc
|
|
|
|
- resolv: Move ns_name_pack into its own file and into libc
|
|
|
|
- resolv: Move ns_name_pton into its own file and into libc
|
|
|
|
- resolv: Move ns_name_uncompress into its own file and into libc
|
|
|
|
- resolv: Move ns_name_skip to its own file and into libc (bug 28091)
|
|
|
|
- resolv: Deprecate legacy interfaces in libresolv
|
|
|
|
- tst-safe-linking: make false positives even more improbable
|
|
|
|
- htl: Do not expose pthread hidden proto outside libpthread
|
|
|
|
- elf: Fix a wrong array access on tst-tls20
|
|
|
|
- elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089)
|
|
|
|
- resolv: Move ns_name_unpack to its own file and into libc
|
|
|
|
- resolv: Remove unnecessary res_isourserver_p call from send_dg
|
|
|
|
- resolv: Move ns_name_ntop to its own file and into libc
|
|
|
|
- nss_dns: Do not use deprecated packet parsing functions
|
|
|
|
- resolv: Sort Makefile routines and Versions lexicographically
|
|
|
|
- socket: Add hidden prototype for setsockopt
|
|
|
|
- elf: Fix DTV gap reuse logic (BZ #27135)
|
|
|
|
- Fix linknamespace errors and local-plt-usages in nss_files.
|
|
|
|
- Add static tests for __clone_internal
|
|
|
|
- x86-64: Add the clone3 wrapper
|
|
|
|
- Add an internal wrapper for clone, clone2 and clone3
|
|
|
|
- nss: Fix build error with --disable-nscd
|
|
|
|
- htl: Fix linking static examples against libpthread
|
|
|
|
- htl: Let libc call __pthread_mutex_{,try,un}lock
|
|
|
|
- posix: Ignore non opened files on tst-spawn5
|
|
|
|
- mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]
|
|
|
|
|
2021-07-15 14:58:22 +00:00
|
|
|
* Thu Jul 15 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.33.9000-43
|
|
|
|
- Run postun only if the main gconv-modules configuration file exists.
|
|
|
|
(#1981013)
|
|
|
|
- Own %{libdir}/gconv/gconv-modules.d
|
|
|
|
- Rearrange file list command so that gconv-modules.cache is no longer
|
|
|
|
marked as %config
|
|
|
|
|
2021-07-13 13:32:56 +00:00
|
|
|
* Tue Jul 13 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-42
|
|
|
|
- Perform systemd re-exec even if glibc.i686 is installed
|
|
|
|
|
2021-07-13 12:13:46 +00:00
|
|
|
* Tue Jul 13 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-41
|
|
|
|
- Re-exec systemd on upgrades
|
|
|
|
|
2021-07-12 21:20:23 +00:00
|
|
|
* Mon Jul 12 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-40
|
|
|
|
- Merge files NSS service module into libc.
|
|
|
|
- Restore vDSO acceleration for time functions on older kernels for i686.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 72e84d1db22203e01a43268de71ea8669eca2863:
|
|
|
|
- Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)
|
|
|
|
- Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN
|
|
|
|
- Fix failing nss/tst-nss-files-hosts-long.
|
|
|
|
- nis: nis_local_group may read from __nisgroup[-1] (bug 28075)
|
|
|
|
- hurd _Fork: Drop duplicate malloc_fork_lock calls
|
|
|
|
- support: Replace _SC_MINSIGSTKSZ with _SC_SIGSTKSZ
|
|
|
|
- support: Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ)
|
|
|
|
- Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
|
|
|
|
- Force building with -fno-common
|
|
|
|
- Add a generic malloc test for MALLOC_ALIGNMENT
|
|
|
|
- Properly run tst-spawn5 directly [BZ #28067]
|
|
|
|
- build-many-glibcs.py: Add glibcs-arm-linux-gnueabihf-thumb
|
|
|
|
- nptl: Use out-of-line wake function in __libc_lock_unlock slow path
|
|
|
|
- powerpc64le: Fix typo in configure
|
|
|
|
- powerpc64: Remove strcspn ifunc from the loader
|
|
|
|
- x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]
|
|
|
|
- x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]
|
|
|
|
- x86_64: Remove unneeded static PIE check for undefined weak diagnostic
|
|
|
|
- Add NT_ARM_PAC_ENABLED_KEYS to elf.h
|
|
|
|
- posix: Add posix_spawn_file_actions_addclosefrom_np
|
|
|
|
- io: Add closefrom [BZ #10353]
|
|
|
|
- linux: Add close_range
|
|
|
|
- support: Add support_stack_alloc
|
|
|
|
- _int_realloc is static
|
|
|
|
- Move mcheck symbol from stdlib to malloc
|
|
|
|
- nss: Do not install static linker input files for libnss_files
|
|
|
|
- elf/tests: Make thrlock and noload depend on libm
|
|
|
|
- Harden tcache double-free check
|
|
|
|
- nss: Access nss_files through direct references
|
|
|
|
- nss_files: Move into libc
|
|
|
|
- nss_files: Add generic code for set*ent, end*ent and file open
|
|
|
|
- nss_files: Allocate nscd file registration data on the heap
|
|
|
|
- libio: Replace internal _IO_getdelim symbol with __getdelim
|
|
|
|
- libio: Add hidden prototype for ungetc
|
|
|
|
- inet: Add hidden prototype for __inet_network
|
|
|
|
- Update MIPS libm-test-ulps
|
|
|
|
- Update powerpc-nofpu libm-test-ulps
|
|
|
|
- soft-fp: Add __extendhfsf2/__extendhfdf2, __truncsfhf2/__truncdfhf2,
|
|
|
|
__eqhf2/__nehf2
|
|
|
|
- Update kernel version to 5.13 in tst-mman-consts.py
|
|
|
|
- tests-exclude-mcheck: Fix typo
|
|
|
|
|
2021-07-07 07:38:01 +00:00
|
|
|
* Wed Jul 07 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-39
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 7a5db2e82fbb6c3a6e3fdae02b7166c5d0e8c7a8:
|
|
|
|
- elf: Clean up GLIBC_PRIVATE exports of internal libdl symbols
|
|
|
|
- nptl: Reduce the GLIBC_PRIVATE ABI
|
|
|
|
- nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock,
|
|
|
|
__pthread_mutex_unlock
|
|
|
|
- nptl: Use internal low-level lock type for !IS_IN (libc)
|
|
|
|
- glibc.malloc.check: Fix nit in documentation
|
|
|
|
- Exclude tst-realloc from tests-mcheck
|
|
|
|
- linux: Fix setsockopt fallback
|
|
|
|
- linux: Use the expected size for SO_TIMESTAMP{NS} convertion
|
|
|
|
- linux: Consolidate Linux setsockopt implementation
|
|
|
|
- linux: Consolidate Linux getsockopt implementation
|
|
|
|
- manual: fix description for preadv()
|
|
|
|
|
2021-07-06 12:35:13 +00:00
|
|
|
* Tue Jul 06 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-38
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 832f50be6c9c010e46180d14126bbb81f35e808c:
|
|
|
|
- linux: Check for null value msghdr struct before use
|
|
|
|
- elf: Call free from base namespace on error in dl-libc.c [BZ #27646]
|
|
|
|
|
2021-07-05 04:00:05 +00:00
|
|
|
* Mon Jul 05 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-37
|
|
|
|
- Move libanl.a into glibc-devel.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 91fb0f17a5779da6e7877eb74119a83dbe8bf167:
|
|
|
|
- hooks.c: Remove incorrect comment
|
|
|
|
- mtrace: Add attribute nocommon to mallwatch
|
|
|
|
- Move glibc.malloc.check implementation into its own file
|
|
|
|
- mtrace: Deprecate mallwatch and tr_break
|
|
|
|
- Drop source dependencies on hooks.c and arena.c
|
|
|
|
- malloc: Initiate tcache shutdown even without allocations [BZ #28028]
|
|
|
|
- Add mcheck tests to malloc
|
|
|
|
- iconvconfig: Use the public feof_unlocked
|
|
|
|
- resolv: Move libanl into libc (if libpthread is in libc)
|
|
|
|
- powerpc: optimize strcpy/stpcpy for POWER9/10
|
|
|
|
- soft-fp: Add __extendhfxf2 and __truncxfhf2
|
|
|
|
- x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]
|
|
|
|
- Update syscall lists for Linux 5.13
|
|
|
|
- s390: Fix MEMCHR_Z900_G5 ifunc-variant if n>=0x80000000 [BZ #28024]
|
|
|
|
- Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7.5 on 32bit.
|
|
|
|
- AArch64: Add hp-timing.h
|
|
|
|
- AArch64: Improve strnlen performance
|
|
|
|
|
2021-06-30 15:51:11 +00:00
|
|
|
* Wed Jun 30 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-36
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit eb68d7d23cc411acdf68a60f194343a6774d6194:
|
|
|
|
- Linux: Avoid calling malloc indirectly from __get_nprocs (#1975693)
|
|
|
|
- Use Linux 5.13 in build-many-glibcs.py
|
|
|
|
|
2021-06-30 08:05:05 +00:00
|
|
|
* Wed Jun 30 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-35
|
|
|
|
- Drop glibc-s390x-roundeven.patch, applied upstream.
|
|
|
|
- Move libutil.a into glibc-devel.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 734c60ebb607086ad6d67b2544d6b7baba72a652:
|
|
|
|
- login: Move libutil into libc
|
|
|
|
- login: Rework hidden prototypes for __setutent, __utmpname, __endutent
|
|
|
|
- login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockpt
|
|
|
|
- nptl_db: Re-use the ELF-to-abilist converter for ABI checking
|
|
|
|
- Add RFC 8335 Definitions from Linux 5.13
|
|
|
|
- nss: Fix NSS_DECLARE_MODULE_FUNCTIONS handling of _nss_*_endnetgrent
|
|
|
|
- s390x: Update math: redirect roundeven function
|
|
|
|
- posix: Add _Fork [BZ #4737]
|
|
|
|
|
2021-06-28 20:47:46 +00:00
|
|
|
* Mon Jun 28 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-34
|
|
|
|
- Move librt.a to glibc-devel (#1977058)
|
|
|
|
|
2021-06-28 17:45:06 +00:00
|
|
|
* Mon Jun 28 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-33
|
|
|
|
- Dropped patches glibc-nosymlink-*.patch, glibc-iconvconfig-corruption.patch,
|
|
|
|
glibc-libthread_db-dynsym-*.patch; applied upstream.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit dd45734e322a03287d34d8af9b7da7b35cfddb8e:
|
|
|
|
- nptl: Add glibc.pthread.stack_cache_size tunable
|
|
|
|
- nptl: Export libthread_db-used symbols under GLIBC_PRIVATE
|
|
|
|
- nptl: Rename nptl_version to __nptl_version
|
|
|
|
- nptl_db: Clean up main/rtld variable handling
|
|
|
|
- arm: align stack in clone [BZ 28020]
|
|
|
|
- Linux: Cleanups after librt move
|
|
|
|
- Linux: Move timer_settime, __timer_settime64 from librt to libc
|
|
|
|
- Linux: Move timer_gettime, __timer_gettime64 from librt to libc
|
|
|
|
- Linux: Move timer_getoverrun from librt to libc
|
|
|
|
- Linux: Move timer_create, timer_delete from librt to libc
|
|
|
|
- Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.h
|
|
|
|
- Install shared objects under their ABI names
|
|
|
|
- elf: Generalize name-based DSO recognition in ldconfig
|
|
|
|
- Makerules: Remove lib-version, $(subdir-version)
|
|
|
|
- nptl_db: Install libthread_db under a regular implementation name
|
|
|
|
- iconvconfig: Fix multiple issues
|
|
|
|
- wordexp: handle overflow in positional parameter number (bug 28011)
|
|
|
|
- Update math: redirect roundeven function
|
|
|
|
- Use GCC builtins for roundeven functions if desired.
|
|
|
|
- x86_64: roundeven with sse4.1 support
|
|
|
|
- math: redirect roundeven function
|
|
|
|
|
2021-06-28 10:33:02 +00:00
|
|
|
* Mon Jun 28 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-32
|
|
|
|
- Switch to new version of libthread_db .dynsym patch
|
|
|
|
|
2021-06-28 07:29:49 +00:00
|
|
|
* Mon Jun 28 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-31
|
2021-07-13 14:01:01 +00:00
|
|
|
- Further .symtab adjustment: Keep all __GI_* symbols (#1975895)
|
2021-06-28 07:29:49 +00:00
|
|
|
|
2021-06-28 05:49:20 +00:00
|
|
|
* Mon Jun 28 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-30
|
2021-07-13 14:01:01 +00:00
|
|
|
- Keep most of .symtab in libc.so.6 (#1975895)
|
2021-06-28 05:49:20 +00:00
|
|
|
|
2021-06-27 17:07:54 +00:00
|
|
|
* Sun Jun 27 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-29
|
|
|
|
- Apply emergency patch to fix iconvconfig corruption
|
|
|
|
|
2021-06-27 16:17:14 +00:00
|
|
|
* Sun Jun 27 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-28
|
|
|
|
- Adjust glibc.req so that egrep does not cause eu-readelf to fail
|
|
|
|
|
Auto-sync with upstream branch master
Upstream commit: 2c16cb88a6e5ace0fb7cedca86860ea7bde522a7
- Linux: Move timer helper routines from librt to libc
- Linux: Move mq_unlink from librt to libc
- Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc
- Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc
- Linux: Move mq_open, __mq_open_2 from librt to libc
- Linux: Move mq_notify from librt to libc
- Linux: Move mq_getattr from librt to libc
- Linux: Move mq_setattr from librt to libc
- Linux: Move mq_close from librt to libc
- Linux: Move lio_listio, lio_listio64 from librt to libc
- rt: Rework lio_listio implementation
- Linux: Move aio_write, aio_write64 into libc
- Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc
- Linux: Move aio_return, aio_return64 into libc
- Linux: Move aio_read, aio_read64 into libc
- Linux: Move aio_fsync, aio_fsync64 into libc
- Linux: Move aio_error, aio_error64 into libc
- Linux: Move aio_cancel, aio_cancel64 into libc
- Linux: Move aio_init from librt into libc
- support: Fix xclone build failures on ia64 and hppa
- elf: Disable most of TLS modid gaps processing [BZ #27135]
- elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]
- * NEWS: Clarify _TIME_BITS change.
- x86: Remove unnecessary overflow check from wcsnlen-sse4_1.S
- String: Add three more overflow tests cases to test-strnlen.c
- Consolidate pthread_atfork
- posix: Do not clobber errno by atfork handlers
- posix: Consolidate fork implementation
- support: Add xclone
- x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)
- x86: Copy IBT and SHSTK usable only if CET is enabled
- x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]
- x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]
- String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]
- x86-64: Add wcslen optimize for sse4.1
- x86-64: Move strlen.S to multiarch/strlen-vec.S
- hurd: Fix build after 52a5fe70a2
- nptl: Use SA_RESTART for SIGCANCEL handler
- doc: _TIME_BITS defaults may change
- More mcheck -> malloc-check refactoring
- Add NEWS item for gconv-modules.d change
- Handle DT_UNKNOWN in gconv-modules.d
- iconvconfig: Use common gconv module parsing function
- gconv_conf: Split out configuration file processing
- gconv_conf: Remove unused variables
- iconv: Remove alloca use in gconv-modules configuration parsing
- Remove unsused symbols from nptl/Versions
- linux: Only use 64-bit syscall if required for clock_nanosleep
- linux: Only use 64-bit syscall if required for internal futex
- linux: Only use 64-bit syscall if required for utimensat family
- linux: Only use 64-bit syscall if required for sigtimedwait
- linux: Only use 64-bit syscall if required for mq_timedsend
- linux: Only use 64-bit syscall if required for mq_timedreceive
- linux: Only use 64-bit syscall if required for timerfd_settime
- linux: Only use 64-bit syscall if required for semtimedop
- linux: timerfd_gettime minor cleanup
- linux: Remove time64-support
- linux: Remove supports_time64 () from clock_gettime
- linux: Remove supports_time64 () from clock_getres
- linux: Only use 64-bit syscall if required for select
- linux: Only use 64-bit syscall if required for pselect
- linux: Only use 64-bit syscall if required for ppoll
- support: Add support_create_timer
- Use 64 bit time_t stat internally
- malloc: Drop __malloc_initialized from Versions
- tst-mcheck: Rename to tst-malloc-check
- Add hidden prototypes for fsync, fdatasync
- nptl: Move pthreadP.h into sysdeps directory
- rt: Move generic implementation from sysdeps/pthread to rt
- rt: Move shm_unlink into libc
- rt: Move shm_open into libc
- rt: Replace generic stub of shm_unlink with the posix version
- rt: Replace generic stub of shm_open with the posix version
- Fix librt-routines-var issues for !PTHREAD_IN_LIBC
- rt: Lexicographically sort Versions file; librt-routines in Makefile
- elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]
- Makeconfig: Fix time64-compat.mk target
2021-06-27 14:02:30 +00:00
|
|
|
* Sun Jun 27 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-27
|
|
|
|
- Drop glibc-revert-dtv-gap-reuse.patch, applied upstream.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 2c16cb88a6e5ace0fb7cedca86860ea7bde522a7:
|
|
|
|
- Linux: Move timer helper routines from librt to libc
|
|
|
|
- Linux: Move mq_unlink from librt to libc
|
|
|
|
- Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libc
|
|
|
|
- Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc
|
|
|
|
- Linux: Move mq_open, __mq_open_2 from librt to libc
|
|
|
|
- Linux: Move mq_notify from librt to libc
|
|
|
|
- Linux: Move mq_getattr from librt to libc
|
|
|
|
- Linux: Move mq_setattr from librt to libc
|
|
|
|
- Linux: Move mq_close from librt to libc
|
|
|
|
- Linux: Move lio_listio, lio_listio64 from librt to libc
|
|
|
|
- rt: Rework lio_listio implementation
|
|
|
|
- Linux: Move aio_write, aio_write64 into libc
|
|
|
|
- Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libc
|
|
|
|
- Linux: Move aio_return, aio_return64 into libc
|
|
|
|
- Linux: Move aio_read, aio_read64 into libc
|
|
|
|
- Linux: Move aio_fsync, aio_fsync64 into libc
|
|
|
|
- Linux: Move aio_error, aio_error64 into libc
|
|
|
|
- Linux: Move aio_cancel, aio_cancel64 into libc
|
|
|
|
- Linux: Move aio_init from librt into libc
|
|
|
|
- support: Fix xclone build failures on ia64 and hppa
|
|
|
|
- elf: Disable most of TLS modid gaps processing [BZ #27135]
|
|
|
|
- elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]
|
|
|
|
- * NEWS: Clarify _TIME_BITS change.
|
|
|
|
- x86: Remove unnecessary overflow check from wcsnlen-sse4_1.S
|
|
|
|
- String: Add three more overflow tests cases to test-strnlen.c
|
|
|
|
- Consolidate pthread_atfork
|
|
|
|
- posix: Do not clobber errno by atfork handlers
|
|
|
|
- posix: Consolidate fork implementation
|
|
|
|
- support: Add xclone
|
|
|
|
- x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)
|
|
|
|
- x86: Copy IBT and SHSTK usable only if CET is enabled
|
|
|
|
- x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]
|
|
|
|
- x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]
|
|
|
|
- String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]
|
|
|
|
- x86-64: Add wcslen optimize for sse4.1
|
|
|
|
- x86-64: Move strlen.S to multiarch/strlen-vec.S
|
|
|
|
- hurd: Fix build after 52a5fe70a2
|
|
|
|
- nptl: Use SA_RESTART for SIGCANCEL handler
|
|
|
|
- doc: _TIME_BITS defaults may change
|
|
|
|
- More mcheck -> malloc-check refactoring
|
|
|
|
- Add NEWS item for gconv-modules.d change
|
|
|
|
- Handle DT_UNKNOWN in gconv-modules.d
|
|
|
|
- iconvconfig: Use common gconv module parsing function
|
|
|
|
- gconv_conf: Split out configuration file processing
|
|
|
|
- gconv_conf: Remove unused variables
|
|
|
|
- iconv: Remove alloca use in gconv-modules configuration parsing
|
|
|
|
- Remove unsused symbols from nptl/Versions
|
|
|
|
- linux: Only use 64-bit syscall if required for clock_nanosleep
|
|
|
|
- linux: Only use 64-bit syscall if required for internal futex
|
|
|
|
- linux: Only use 64-bit syscall if required for utimensat family
|
|
|
|
- linux: Only use 64-bit syscall if required for sigtimedwait
|
|
|
|
- linux: Only use 64-bit syscall if required for mq_timedsend
|
|
|
|
- linux: Only use 64-bit syscall if required for mq_timedreceive
|
|
|
|
- linux: Only use 64-bit syscall if required for timerfd_settime
|
|
|
|
- linux: Only use 64-bit syscall if required for semtimedop
|
|
|
|
- linux: timerfd_gettime minor cleanup
|
|
|
|
- linux: Remove time64-support
|
|
|
|
- linux: Remove supports_time64 () from clock_gettime
|
|
|
|
- linux: Remove supports_time64 () from clock_getres
|
|
|
|
- linux: Only use 64-bit syscall if required for select
|
|
|
|
- linux: Only use 64-bit syscall if required for pselect
|
|
|
|
- linux: Only use 64-bit syscall if required for ppoll
|
|
|
|
- support: Add support_create_timer
|
|
|
|
- Use 64 bit time_t stat internally
|
|
|
|
- malloc: Drop __malloc_initialized from Versions
|
|
|
|
- tst-mcheck: Rename to tst-malloc-check
|
|
|
|
- Add hidden prototypes for fsync, fdatasync
|
|
|
|
- nptl: Move pthreadP.h into sysdeps directory
|
|
|
|
- rt: Move generic implementation from sysdeps/pthread to rt
|
|
|
|
- rt: Move shm_unlink into libc
|
|
|
|
- rt: Move shm_open into libc
|
|
|
|
- rt: Replace generic stub of shm_unlink with the posix version
|
|
|
|
- rt: Replace generic stub of shm_open with the posix version
|
|
|
|
- Fix librt-routines-var issues for !PTHREAD_IN_LIBC
|
|
|
|
- rt: Lexicographically sort Versions file; librt-routines in Makefile
|
|
|
|
- elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]
|
|
|
|
- Makeconfig: Fix time64-compat.mk target
|
|
|
|
|
2021-06-27 13:06:13 +00:00
|
|
|
* Sun Jun 27 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-26
|
|
|
|
- Add automatic requires if building against glibc development snapshots
|
|
|
|
|
2021-06-24 15:32:41 +00:00
|
|
|
* Thu Jun 24 2021 Carlos O'Donell <carlos@redhat.com> - 2.33.9000-25
|
|
|
|
- Fix thread local storage corruption (#1974970)
|
|
|
|
|
2021-06-22 14:26:05 +00:00
|
|
|
* Tue Jun 22 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.33.9000-24
|
|
|
|
- Strengthen dependency on glibc-gconv-extra.
|
|
|
|
|
2021-06-18 14:13:03 +00:00
|
|
|
* Fri Jun 18 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-23
|
|
|
|
- Make glibc-all-langpacks require glibc-gconv-extra in buildroots (#1973663)
|
|
|
|
|
2021-06-17 18:31:32 +00:00
|
|
|
* Thu Jun 17 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-22
|
|
|
|
- Export libthread_db symbols under GLBIC_PRIVATE (#1965374)
|
|
|
|
|
2021-06-17 12:34:16 +00:00
|
|
|
* Thu Jun 17 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-21
|
|
|
|
- Redo the crafted libc.so.6 symbol table for valgrind (#1965374)
|
|
|
|
|
2021-06-17 08:31:26 +00:00
|
|
|
* Thu Jun 17 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-20
|
|
|
|
- Remove .symtab from libc.so.6 again (#1965374)
|
|
|
|
|
2021-06-17 07:31:35 +00:00
|
|
|
* Thu Jun 17 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-19
|
|
|
|
- Drop glibc-rh697421.patch: The ISO-10646-UCS-2// alias for UTF-8 is incorrect
|
|
|
|
(#1972520)
|
|
|
|
|
2021-06-16 04:59:22 +00:00
|
|
|
* Wed Jun 16 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-18
|
|
|
|
- Rebuild against rawhide gcc
|
|
|
|
|
2021-06-15 19:41:16 +00:00
|
|
|
* Tue Jun 15 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-17
|
|
|
|
- Dropped glibc-gconv-modules-revert.patch, applied upstream.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit aa9a7f629632c9180de89632d4f2c1e6039f7781:
|
|
|
|
- nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop again
|
|
|
|
- s390x: Align child stack while clone. [BZ #27968]
|
|
|
|
- y2038: Add test coverage
|
|
|
|
- libsupport: Add 64-bit time_t support for stat functions
|
|
|
|
- libsupport: Add 64-bit time_t support for time functions
|
|
|
|
- io: Add ftw64 with 64-bit time_t support
|
|
|
|
- io: Add fts64 with 64-bit time_t support
|
|
|
|
- posix: Add glob64 with 64-bit time_t support
|
|
|
|
- y2038: Add support for 64-bit time on legacy ABIs
|
|
|
|
- time: Add 64-bit time support for getdate
|
|
|
|
- y2038: Add __USE_TIME_BITS64 support for socket-constants.h
|
|
|
|
- y2038: Use a common definition for shmid_ds
|
|
|
|
- y2038: Use a common definition for semid_ds
|
|
|
|
- y2038: Use a common definition for msqid_ds
|
|
|
|
- y2038: Use a common definition for stat
|
|
|
|
- y2038: linux: Add __USE_TIME_BITS64 support for struct timex
|
|
|
|
- y2038: Add __USE_TIME_BITS64 support for struct utimbuf
|
|
|
|
- y2038: Add __USE_TIME_BITS64 support for struct timespec
|
|
|
|
- y2038: Add __USE_TIME_BITS64 support for struct timeval
|
|
|
|
- y2038: Add __USE_TIME_BITS64 support for time_t
|
|
|
|
- linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS}
|
|
|
|
- linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}
|
|
|
|
- linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEO
|
|
|
|
- linux: s390: Add libanl.abilist in s390 and s390x
|
|
|
|
- linux: mips: Split libanl.abilist in n32 and n64
|
|
|
|
- linux: mips: Split librt.abilist in n32 and n64
|
|
|
|
- Reinstate gconv-modules as the default configuration file
|
|
|
|
|
2021-06-15 15:08:55 +00:00
|
|
|
* Tue Jun 15 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-16
|
|
|
|
- Preserve some symbols in libc.so.6's symtab (#1965374)
|
|
|
|
|
2021-06-15 11:09:37 +00:00
|
|
|
* Tue Jun 15 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-15
|
|
|
|
- Install shared objects under their ABI names, avoiding symlinks (#1652867)
|
|
|
|
|
2021-06-14 13:16:16 +00:00
|
|
|
* Mon Jun 14 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.33.9000-14
|
|
|
|
- Add a conditional dependency for glibc-gconv-extra.i686 in x86_64.
|
|
|
|
|
2021-06-14 05:45:03 +00:00
|
|
|
* Mon Jun 14 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.33.9000-13
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit ebae2f5a6f971a8f0b6c99e00f9c45ef7433924a.
|
|
|
|
- Revert gconv configuration file name to gconv-modules.
|
|
|
|
|
2021-06-03 09:00:18 +00:00
|
|
|
* Thu Jun 03 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-12
|
|
|
|
- libdl is no longer a separate shared object.
|
|
|
|
- CVE-2021-33574: Use-after-free via mq_notify (#1965410)
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 466c1ea15f461edb8e3ffaf5d86d708876343bbf:
|
|
|
|
- dlfcn: Rework static dlopen hooks
|
|
|
|
- dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2
|
|
|
|
- dlfcn: Cleanups after -ldl is no longer required
|
|
|
|
- dlfcn: Move dlopen into libc
|
|
|
|
- dlfcn: Move dlvsym into libc
|
|
|
|
- dlfcn: Move dlinfo into libc
|
|
|
|
- dlfcn: Move dladdr1 into libc
|
|
|
|
- dlfcn: Move dlmopen into libc
|
|
|
|
- dlfcn: Move dlsym into libc
|
|
|
|
- dlfcn: Move dladdr into libc
|
|
|
|
- dlfcn: Move dlclose into libc
|
|
|
|
- Improve test coverage of strlen function
|
|
|
|
- fix typo
|
|
|
|
- dlfcn: Move dlerror into libc
|
|
|
|
- Add libc ABI extension kludge for baseline-violating libdl symbols
|
|
|
|
- scripts/versions.awk: Add local: * to all version nodes
|
|
|
|
- Add missing symbols to Version files
|
|
|
|
- Fix use of __pthread_attr_copy in mq_notify (bug 27896)
|
|
|
|
- Use __pthread_attr_copy in mq_notify (bug 27896)
|
|
|
|
- Update floating-point feature test macro handling for C2X
|
|
|
|
- stdio-common: Remove _IO_vfwscanf
|
|
|
|
- aarch64: align stack in clone [BZ #27939]
|
|
|
|
- powerpc: Optimized memcmp for power10
|
|
|
|
- x86-64: Align child stack to 16 bytes [BZ #27902]
|
|
|
|
|
2021-05-31 08:11:56 +00:00
|
|
|
* Mon May 31 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-11
|
|
|
|
- glibc-sigsetxid-sa_onstack.patch was applied upstream
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 271ec55d0ae795f03d92e3aa61bff69a31a19e3a:
|
|
|
|
- support: Do not build xpthread_attr_setaffinity_np for hurd
|
|
|
|
- nptl: Add pthread_attr_setaffinity_np failure test
|
|
|
|
- support: Add xpthread_attr_setaffinity_np wrapper
|
|
|
|
- nptl: Move createthread to pthread_create
|
|
|
|
- nptl: Move Linux createthread to nptl
|
|
|
|
- nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]
|
|
|
|
- aarch64: Added optimized memset for A64FX
|
|
|
|
- aarch64: Added optimized memcpy and memmove for A64FX
|
|
|
|
- benchtests: Fixed bench-memcpy-random: buf1: mprotect failed
|
|
|
|
- aarch64: Added Vector Length Set test helper script
|
|
|
|
- aarch64: define BTI_C and BTI_J macros as NOP unless HAVE_AARCH64_BTI
|
|
|
|
- config: Added HAVE_AARCH64_SVE_ASM for aarch64
|
|
|
|
- tst-mallinfo2.c: Use correct multiple for total variable
|
|
|
|
|
2021-05-26 06:25:19 +00:00
|
|
|
* Wed May 26 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-10
|
|
|
|
- nptl: Install SIGSETXID handler with SA_ONSTACK [BZ #27914]
|
|
|
|
|
2021-05-25 15:44:07 +00:00
|
|
|
* Tue May 25 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-9
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit ac0353af81a23535f517586a5d04427120a157ac.
|
|
|
|
- This removes libpthread as a separate shared object. New programs
|
|
|
|
will depend on the GLIBC_2.34 symbol version. Upstream development
|
|
|
|
brings in the following noteworthy bug fixes:
|
|
|
|
- ppc64le: scv ABI error handling fails to check IS_ERR_VALUE (#1962971)
|
|
|
|
- CVE-2021-27645 glibc: Use-after-free in addgetnetgrentX function in
|
|
|
|
netgroupcache.c (#1932590)
|
|
|
|
- Linking the main program with jemalloc causes sysconf to deadlock in
|
|
|
|
audit mode (#1909920)
|
|
|
|
|
2021-05-21 16:49:33 +00:00
|
|
|
* Fri May 21 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-8
|
|
|
|
- Switch back to a unified glibc-headers package for downstream (#1940686)
|
|
|
|
|
2021-05-21 14:05:18 +00:00
|
|
|
* Fri May 21 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-7
|
|
|
|
- aarch64: Enable optional memory tagging support
|
|
|
|
|
2021-04-29 15:56:01 +00:00
|
|
|
* Tue May 11 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-6
|
|
|
|
- Use distribution mechanism for debuginfo (#1661510, #1886295, #1905611)
|
|
|
|
|
2021-04-29 11:17:59 +00:00
|
|
|
* Thu May 6 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-5
|
|
|
|
- Build locales in parallel again
|
|
|
|
|
2021-05-04 14:07:51 +00:00
|
|
|
* Tue May 4 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-4
|
|
|
|
- Various changes to get glibc building again, using selected upstream
|
|
|
|
backports.
|
|
|
|
- Re-enable -Werror by default.
|
|
|
|
- This release introduces __libc_start_main@@GLIBC_2.34, so binaries
|
|
|
|
are not compatible with glibc 2.33. Building binaries against this
|
|
|
|
glibc version is not recommended because of the partial libpthread
|
|
|
|
transition.
|
|
|
|
- glibc-upstream-amx-detection.patch: Fix build failure after GCC 11.1 update.
|
|
|
|
- glibc-upstream-malloc-test-hang.patch: Avoid test hang due to
|
|
|
|
annobin/binutils bug (#1951492)
|
|
|
|
|
2021-03-03 10:22:56 +00:00
|
|
|
* Wed Mar 03 2021 Arjun Shankar <arjun@redhat.com> - 2.33.9000-3
|
|
|
|
- Drop glibc-rh819430.patch; fixed upstream.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit f01a61e13872109b3b233158ab664364bd1879bc:
|
|
|
|
- i386: Regenerate ulps
|
|
|
|
- x86: Add CPU-specific diagnostics to ld.so --list-diagnostics
|
|
|
|
- x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfield
|
|
|
|
- ld.so: Implement the --list-diagnostics option
|
|
|
|
- powerpc: Update libm-test-ulps
|
|
|
|
- tst: Add test for utimes
|
|
|
|
- tst: Add test for utime
|
|
|
|
- tst: Add test for futimens
|
|
|
|
- nptl: __libc_cleanup_push/__libc_cleanup_pop require -fexceptions
|
|
|
|
- elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]
|
|
|
|
- nptl: Use <unwind-link.h> for accessing the libgcc_s unwinder
|
|
|
|
- Implement _Unwind_Resume in libc on top of <unwind-link.h>
|
|
|
|
- Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c
|
|
|
|
- __frame_state_for: Use <unwind-link.h> for unwinder access
|
|
|
|
- sparc: Implement backtrace on top <unwind-link.h>
|
|
|
|
- m68k: Implement backtrace on top of <unwind-link.h>
|
|
|
|
- i386: Implement backtrace on top of <unwind-link.h>
|
|
|
|
- arm: Implement backtrace on top of <unwind-link.h>
|
|
|
|
- backtrace: Implement on top of <unwind-link.h>
|
|
|
|
- Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder
|
|
|
|
- Correct buffer end pointer in IO_wdefault_doallocate (BZ #26874)
|
|
|
|
- aarch64: update ulps.
|
|
|
|
- Add inputs that generate larger error bounds
|
|
|
|
- Reduce the statically linked startup code [BZ #23323]
|
|
|
|
- posix: Falling back to non wide mode in case of encoding error [BZ #14185]
|
|
|
|
- nptl: Move elision implementations into libc
|
|
|
|
- NEWS: Add missing bug closures
|
|
|
|
- added rt to malloc/Depend [BZ #27132]
|
|
|
|
- x86: Use x86/nptl/pthreaddef.h
|
|
|
|
- nptl: Move futex-internal into libc
|
|
|
|
- nptl: Move lowlevellock into libc [BZ #15648]
|
|
|
|
- nptl: Move futex-internal.c into main nptl directory
|
|
|
|
- nptl: Reformat Versions
|
|
|
|
- nptl: Split libpthread-routines into one routine per line
|
|
|
|
- x86: Remove unused variables for raw cache sizes from cacheinfo.h
|
|
|
|
- Use Linux 5.11 in build-many-glibcs.py.
|
|
|
|
- <bits/platform/x86.h>: Correct x86_cpu_TBM
|
|
|
|
- x86_64/clone.S: Upate comments
|
|
|
|
- i386/clone.S: Remove redundant EBX load
|
|
|
|
- aarch64: Remove the unused __read_tp symbol
|
|
|
|
- build-many-glibcs.py: Use make -O for more consistent log output
|
|
|
|
|
2021-02-22 04:11:41 +00:00
|
|
|
* Sun Feb 21 2021 Carlos O'Donell <carlos@redhat.com> - 2.33.9000-2
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit e9e7f24543e6d1b0a31641f144697e261df6ccd7:
|
|
|
|
- configure: Replace obsolete AC_TRY_LINK with AC_LINK_IFELSE
|
|
|
|
- configure: Remove obsolete AC_CHECK_TOOL_PREFIX
|
|
|
|
- configure: Replace obsoleted AC_HELP_STRING with AS_HELP_STRING
|
|
|
|
- Update syscall lists for Linux 5.11.
|
|
|
|
- Correct hppa EFD_NONBLOCK, IN_NONBLOCK, SFD_NONBLOCK and TFD_NONBLOCK defines.
|
|
|
|
- string: Work around GCC PR 98512 in rawmemchr
|
|
|
|
- tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
|
|
|
|
- tst: Provide test for difftime
|
|
|
|
- tst: Provide test for ctime
|
|
|
|
- tst: Provide test for sched_rr_get_interval
|
|
|
|
- S390: Add new hwcap values.
|
|
|
|
- aarch64: Fix sys/ptrace.h if linux headers are included
|
|
|
|
- elf: Do not copy vDSO soname when setting up link map
|
|
|
|
- x86: Remove the extra space between "# endif"
|
|
|
|
- hurd: Fix fstatfs build failure
|
|
|
|
- linux: Remove stat-check.c
|
|
|
|
- linux: Remove overflow.h
|
|
|
|
- linux: Consolidate internal_statvfs
|
|
|
|
- linux: Consolidate statvfs implementations
|
|
|
|
- linux: Consolidate fstatvfs implementations
|
|
|
|
- linux: Consolidate statfs implementations
|
|
|
|
- linux: Consolidate fstatfs implementations
|
|
|
|
- linux: Set LFS statfs as default
|
|
|
|
- linux: Set default kernel_stat.h to LFS
|
|
|
|
- linux: Fix STATFS_IS_STATFS64 definition
|
|
|
|
|
2021-02-12 16:52:05 +00:00
|
|
|
* Fri Feb 12 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-1
|
2021-02-12 14:25:31 +00:00
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 228f30ab4724d4087d5f52018873fde22efea6e2:
|
2021-02-12 14:24:42 +00:00
|
|
|
- tunables: Disallow negative values for some tunables
|
|
|
|
- x86: Use SIZE_MAX instead of (long int)-1 for tunable range value
|
|
|
|
- tunables: Simplify TUNABLE_SET interface
|
|
|
|
- setrlimit/getrlimit: Use __nonnull to avoid null pointer
|
|
|
|
- benchtests: Updated json bench-variant attribute
|
|
|
|
- regex: stop using alloca
|
|
|
|
- regexec: remove alloca usage in build_trtable
|
|
|
|
- regex: remove alloca usage on regex set_regs
|
|
|
|
- malloc: Sync dynarray with gnulib
|
|
|
|
- misc: Sync cdefs.h with gnulib
|
|
|
|
- linux: Fix __sem_check_add_mapping search_sem
|
|
|
|
- linux: Fix __sem_check_add_mapping name length
|
|
|
|
- Add more ptrace constants for AArch64 and PowerPC.
|
|
|
|
- strchr: Add additional benchmarks and tests
|
|
|
|
- x86-64: Refactor and improve performance of strchr-avx2.S
|
|
|
|
- pthread: Remove alloca usage from __sem_check_add_mapping
|
|
|
|
- pthread: Refactor semaphore code
|
|
|
|
- linux: Require /dev/shm as the shared memory file system
|
|
|
|
- sunrpc: Fix typo in xdr_string comment
|
|
|
|
- tst: Provide test for ppoll
|
|
|
|
- tst: Provide test for timerfd related functions
|
|
|
|
- x86: Add PTWRITE feature detection [BZ #27346]
|
|
|
|
- nsswitch: return result when nss database is locked [BZ #27343]
|
|
|
|
- printf: Add smoke tests for long double
|
|
|
|
- Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h.
|
|
|
|
- argp: Avoid undefined behaviour when invoking qsort().
|
|
|
|
- argp: Improve comments.
|
|
|
|
- argp: Don't pass invalid arguments to isspace, isalnum, isalpha, isdigit.
|
|
|
|
- argp: Don't rely on undefined behaviour of _tolower().
|
|
|
|
- argp: fix pointer-subtraction bug
|
|
|
|
- Use binutils 2.36 branch in build-many-glibcs.py.
|
|
|
|
- manual: Correct description of ENTRY [BZ #17183]
|
|
|
|
- nptl: Remove private futex optimization [BZ #27304]
|
|
|
|
- stdio-common: Add a few double formatting tests [BZ #27245]
|
|
|
|
- posix/tst-rfc3484: Fix compile failure linking to local __stat64
|
|
|
|
- i686: Regenerate ULPs
|
|
|
|
- tst-rtld-list-tunables.sh: Unset glibc tunables
|
|
|
|
- linux: Remove shmmax check from tst-sysvshm-linux
|
|
|
|
- x86: Adding an upper bound for Enhanced REP MOVSB.
|
|
|
|
- Fix version.h for glibc 2.34 development
|
|
|
|
- Add MS_NOSYMFOLLOW from Linux 5.10 to <sys/mount.h>.
|
|
|
|
- Move _SC_MINSIGSTKSZ/_SC_SIGSTKSZ entry in NEWS
|
|
|
|
- libSegFault: Fix printing signal number [BZ #27249]
|
|
|
|
- hurd TIOCFLUSH: fix fixing argument
|
|
|
|
- sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
|
|
|
|
- hurd TIOCFLUSH: Cope BSD 4.1 semantic
|
|
|
|
- tst-mallinfo2.c: Remove useless trailing semicolon for macro
|
|
|
|
- elf: Replace a --defsym trick with an object file to be compatible with LLD
|
|
|
|
- Open master branch for glibc 2.34 development
|
|
|
|
- Prepare for glibc 2.33 release
|
|
|
|
- Update NEWS with bugs
|
|
|
|
- Update translations
|
|
|
|
- NEWS: Fix typo in CVE-2021-3326 entry
|
|
|
|
- elf: Fix tests that rely on ld.so.cache for cross-compiling
|
|
|
|
- NEWS: Mention CVE-2021-3326 (iconv assertion with ISO-20220-JP-3)
|
|
|
|
- NEWS: Add entry for glibc-hwcaps and deprecate legacy hwcaps
|
|
|
|
- x86: Properly set usable CET feature bits [BZ #26625]
|
|
|
|
- Update translations
|
|
|
|
- Update libc.pot for 2.33 release
|
|
|
|
- Update ia64 libm-test-ulps
|
|
|
|
- sh: Update libm-tests-ulps
|
|
|
|
- ia64: Fix brk call on statup
|
|
|
|
- Update sparc libm-test-ulps
|
|
|
|
- Update alpha libm-test-ulps
|
|
|
|
- powerpc64: Workaround sigtramp vdso return call
|
|
|
|
- Fix nss/tst-reload2 for systems without PATH_MAX
|
|
|
|
- nsswitch: do not reload if "/" changes
|
|
|
|
- elf: Limit tst-prelink-cmp target archs
|
|
|
|
- CVE-2021-3326: gconv: Fix assertion failure in ISO-2022-JP-3 module (#1921917)
|
2018-09-05 07:26:05 +00:00
|
|
|
|
2021-01-27 12:47:55 +00:00
|
|
|
* Wed Jan 27 2021 Arjun Shankar <arjun@redhat.com> - 2.32.9000-29
|
2021-01-26 18:35:17 +00:00
|
|
|
- Auto-sync with upstream branch master,
|
2021-01-27 12:47:55 +00:00
|
|
|
commit df359a25ba6f6bda06104229fbfe284c1fb30915:
|
|
|
|
- Revert "Make libc symbols hidden in static PIE" [BZ #27237]
|
2021-01-26 18:35:17 +00:00
|
|
|
- benchtests: Do not build bench-timing-type with MODULE_NAME=libc
|
|
|
|
- aarch64: Fix the list of tested IFUNC variants [BZ #26818]
|
|
|
|
- Update INSTALL with package versions that are known to work
|
|
|
|
- aarch64: Move and update the definition of MTE_ENABLED
|
|
|
|
- Fix misplaced const
|
|
|
|
- Update C-SKY libm-test-ulps
|
|
|
|
- manual: Correct argument order in mount examples [BZ #27207]
|
|
|
|
- linux: mips: Fix getdents64 fallback on mips64-n32
|
|
|
|
- x86: Properly match CPU features in /proc/cpuinfo [BZ #27222]
|
|
|
|
- x86-64: Update tst-glibc-hwcaps-2.c for x86-64 baseline
|
|
|
|
- powerpc64: Select POWER9 machine for the scv instruction
|
|
|
|
- x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]
|
|
|
|
- Revert "linux: Move {f}xstat{at} to compat symbols" for static build
|
|
|
|
- aarch64: revert memcpy optimze for kunpeng to avoid performance degradation
|
|
|
|
- Make libc symbols hidden in static PIE
|
|
|
|
- csu: Move static pie self relocation later [BZ #27072]
|
|
|
|
- Use hidden visibility for early static PIE code
|
|
|
|
- csu: Avoid weak ref for __ehdr_start in static PIE
|
|
|
|
- configure: Check for static PIE support
|
|
|
|
- elf: Avoid RELATIVE relocs in __tunables_init
|
|
|
|
- elf: Make the tunable struct definition internal only
|
|
|
|
- <sys/platform/x86.h>: Remove the C preprocessor magic
|
|
|
|
- posix: Fix fnmatch.c on bootstrap
|
|
|
|
- stdlib: Add testcase for BZ #26241
|
|
|
|
- posix: Fix regex_internal.h on bootstrap
|
|
|
|
- Use <startup.h> in __libc_init_secure
|
|
|
|
- elf: Avoid RELATIVE relocation for _dl_sysinfo
|
|
|
|
- libmvec: Add extra-test-objs to test-extras
|
|
|
|
- Hurd: Add rtld-strncpy-c.c
|
|
|
|
- Update MIPS libm-test-ulps.
|
|
|
|
- Update arm libm-test-ulps.
|
|
|
|
- Update powerpc-nofpu libm-test-ulps.
|
|
|
|
- Update hppa libm-test-ulps
|
|
|
|
- ARC: nofpu: Regenerate ulps
|
|
|
|
- ld.so: Add --list-tunables to print tunable values
|
|
|
|
- math/test-tgmath2: Fix fabs failure when no long double
|
|
|
|
- x86: Move x86 processor cache info to cpu_features
|
|
|
|
- Fix x86 build with --enable-tunable=no
|
|
|
|
- ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019]
|
|
|
|
|
2021-01-26 08:15:43 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.32.9000-28
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-23 18:16:05 +00:00
|
|
|
* Sat Jan 23 2021 Arjun Shankar <arjun@redhat.com> - 2.32.9000-27
|
|
|
|
- Introduce new glibc-doc.noarch subpackage (#1346925)
|
|
|
|
- Move the reference manual info pages from glibc-devel to glibc-doc
|
|
|
|
- Move debugger interface documentation from glibc to glibc-doc
|
|
|
|
- Remove unnecessary README, INSTALL, NEWS files from glibc
|
|
|
|
- Remove unnecessary README.timezone and gai.conf files from glibc-common
|
|
|
|
|
2021-01-14 11:20:15 +00:00
|
|
|
* Thu Jan 14 2021 Arjun Shankar <arjun@redhat.com> - 2.32.9000-26
|
|
|
|
- Deprecate nscd (#1905135)
|
|
|
|
- https://fedoraproject.org/wiki/Changes/DeprecateNSCD
|
|
|
|
|
2021-01-13 19:55:34 +00:00
|
|
|
* Wed Jan 13 2021 Carlos O'Donell <carlos@redhat.com> - 2.32.9000-25
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit cf1290064598def8dfeddec3d86d98495aee1fba:
|
|
|
|
- Use the right argument code in unnormal tests
|
|
|
|
- ldconfig/x86: Store ISA level in cache and aux cache
|
|
|
|
- elf: work around a gcc bug in elf_get_dynamic_info
|
|
|
|
- x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]
|
|
|
|
- posix: consume less entropy on tempname
|
|
|
|
- Makerules: Do not require startup files for format.lds probe object
|
|
|
|
- install: Replace scripts/output-format.sed with objdump -f [BZ #26559]
|
|
|
|
- math: Add BZ#18980 fix back on dbl-64 cosh
|
|
|
|
- posix: Sync tempname with gnulib [BZ #26648]
|
|
|
|
- posix: Fix return value of system if shell can not be executed [BZ #27053]
|
|
|
|
- support: Add xchmod wrapper
|
|
|
|
- Update STATX_ATTR_DAX value from Linux 5.10.
|
|
|
|
- riscv: Initialize $gp before resolving the IRELATIVE relocation
|
|
|
|
- riscv: support GNU indirect function
|
|
|
|
- posix: Correct attribute access mode on readlinkat [BZ #27024].
|
|
|
|
- Add xfchmod to libsupport
|
|
|
|
- Add xchdir to libsupport.
|
|
|
|
- POSIX locale: Fix typo in comment
|
|
|
|
- ARC: Regenerate ulps
|
|
|
|
- mntent: Use __putc_unlocked instead of fputc_unlocked
|
|
|
|
- aarch64: define PI_STATIC_AND_HIDDEN
|
|
|
|
- Update NEWS for CVE-2019-25013.
|
|
|
|
- x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]
|
|
|
|
- Remove dbl-64/wordsize-64 (part 2)
|
|
|
|
- Remove dbl-64/wordsize-64
|
|
|
|
- Add SEGV_MTEAERR and SEGV_MTESERR from Linux 5.10.
|
|
|
|
- support: Add support_small_thread_stack_size
|
|
|
|
- stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ #24970]
|
|
|
|
- malloc: Add scratch_buffer_dupfree
|
|
|
|
- Import filename.h from gnulib
|
|
|
|
- Import idx.h from gnulib
|
|
|
|
- alpha: Provide wait4 for static library [BZ #27150]
|
|
|
|
- aarch64: push the set of rules before falling into slow path
|
|
|
|
- nptl: Fix comment typo in pthread_cond_wait.c
|
|
|
|
- x86: Check IFUNC definition in unrelocated executable [BZ #20019]
|
|
|
|
- hurd: Fix mmap(!MAP_FIXED) on bogus address
|
|
|
|
|
2021-01-08 18:24:09 +00:00
|
|
|
* Mon Jan 04 2021 Florian Weimer <fweimer@redhat.com> - 2.32.9000-24
|
|
|
|
- Drop glibc-fedora-__libc_multiple_libcs.patch. Replaced by upstream's
|
|
|
|
__libc_initial flag.
|
|
|
|
- Adjust glibc-rh819430.patch to upstream's gnulib merge of fnmatch.
|
|
|
|
- Disable -Werror again due to GCC PR98512.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 3ec5d83d2a237d39e7fd6ef7a0bc8ac4c171a4a5:
|
|
|
|
- x86-64: Avoid rep movsb with short distance [BZ #27130]
|
|
|
|
- aarch64: fix stack missing after sp is updated
|
|
|
|
- nptl: Remove set*id, set*gid files which are not built
|
|
|
|
- Drop nan-pseudo-number.h usage from tests
|
|
|
|
- posix: Sync fnmatch with gnulib
|
|
|
|
- Sync flexmember.h with gnulib
|
|
|
|
- Sync intprops.h with gnulib
|
|
|
|
- posix: Sync glob code with gnulib
|
|
|
|
- posix: Sync regex code with gnulib
|
|
|
|
- Move generic nan-pseudo-number.h to ldbl-96
|
|
|
|
- Sync FDL from https://www.gnu.org/licenses/fdl-1.3.texi
|
|
|
|
- Sync move-if-change from Gnulib
|
|
|
|
- Update automatically-generated copyright dates
|
|
|
|
- Update copyright dates not handled by scripts/update-copyrights.
|
|
|
|
- Update copyright dates with scripts/update-copyrights
|
|
|
|
- aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE
|
|
|
|
- nonstring: Enable __FORTIFY_LEVEL=3
|
|
|
|
- string: Enable __FORTIFY_LEVEL=3
|
|
|
|
- Introduce _FORTIFY_SOURCE=3
|
|
|
|
- Warn on unsupported fortification levels
|
|
|
|
- powerpc: Use scv instruction on clone when available
|
|
|
|
- powerpc: Runtime selection between sc and scv for syscalls
|
|
|
|
- malloc: preserve errno on mcheck hooks [BZ #17924]
|
|
|
|
- x86 long double: Add tests for pseudo normal numbers
|
|
|
|
- x86 long double: Consider pseudo numbers as signaling
|
|
|
|
- io: Remove xmknod{at} implementations
|
|
|
|
- io: Remove xstat implementations
|
|
|
|
- free: preserve errno [BZ#17924]
|
|
|
|
- hurd: Accept including hurd/version.h
|
|
|
|
- hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091]
|
|
|
|
- support: Make support_process_state_wait wait less
|
|
|
|
- hurd: set sigaction for signal preemptors in arch-independent file
|
|
|
|
- hurd: Fix spawni SPAWN_XFLAGS_TRY_SHELL with empty argv
|
|
|
|
- hurd: Try shell in posix_spawn* only in compat mode
|
|
|
|
- Remove _ISOMAC check from <cpu-features.h>
|
|
|
|
- x86: Remove the duplicated CPU_FEATURE_CPU_P
|
|
|
|
- Partially revert 681900d29683722b1cb0a8e565a0585846ec5a61
|
|
|
|
- x86 long double: Support pseudo numbers in isnanl
|
|
|
|
- x86 long double: Support pseudo numbers in fpclassifyl
|
|
|
|
- MTE: Do not pad size in realloc_check
|
|
|
|
- tests-mcheck: New variable to run tests with MALLOC_CHECK_=3
|
|
|
|
- elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcaps
|
|
|
|
- misc: Use __ferror_unlocked instead of ferror
|
|
|
|
- s390x: Regenerate ulps
|
|
|
|
- powerpc: Regenerate ulps
|
|
|
|
- addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]
|
|
|
|
- <sys/platform/x86.h>: Add Intel LAM support
|
|
|
|
- i386: Regenerate ulps
|
|
|
|
- aarch64: update ulps.
|
|
|
|
- aarch64: Add aarch64-specific files for memory tagging support
|
|
|
|
- aarch64: Add sysv specific enabling code for memory tagging
|
|
|
|
- linux: Add compatibility definitions to sys/prctl.h for MTE
|
|
|
|
- malloc: Basic support for memory tagging in the malloc() family
|
|
|
|
- elf: Add a tunable to control use of tagged memory
|
|
|
|
- config: Allow memory tagging to be enabled when configuring glibc
|
|
|
|
- alpha: Remove anonymous union in struct stat [BZ #27042]
|
|
|
|
- add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)
|
|
|
|
- m68k: fix clobbering a5 in setjmp() [BZ #24202]
|
|
|
|
- iconv add iconv_close before the function returned with bad value.
|
|
|
|
- iconv: use iconv_close after iconv_open
|
|
|
|
- Fix buffer overrun in EUC-KR conversion module (bz #24973)
|
|
|
|
- hurd: Make trampoline fill siginfo ss_sp from sc_uesp
|
|
|
|
- Hurd: make sigstates hold a reference on thread ports
|
|
|
|
- profil-counter: Add missing SIGINFO case
|
|
|
|
- hurd: implement SA_SIGINFO signal handlers.
|
|
|
|
- hurd: Fix ELF_MACHINE_USER_ADDRESS_MASK value
|
|
|
|
- hurd: Note when the vm_map kernel bug was fixed
|
|
|
|
- hurd: Also turn KERN_INVALID_ADDRESS to EINVAL
|
|
|
|
- ieee754: Remove unused __sin32 and __cos32
|
|
|
|
- ieee754: Remove slow paths from asin and acos
|
|
|
|
- getenv: Move call to strlen to the branch it's used in.
|
|
|
|
- Update kernel version to 5.10 in tst-mman-consts.py.
|
|
|
|
- s390x: Require GCC 7.1 or later to build glibc.
|
|
|
|
- malloc: Use __libc_initial to detect an inner libc
|
|
|
|
- Replace __libc_multiple_libcs with __libc_initial flag
|
|
|
|
- {nptl,htl}/semaphoreP.h: clean up
|
|
|
|
- htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]
|
|
|
|
- pthread: Move semaphore initialization for open to semaphoreP.h
|
|
|
|
- Mark __libc_freeres_fn as used [BZ #27002]
|
|
|
|
- Update syscall lists for Linux 5.10.
|
|
|
|
- htl: Add pshared semaphore support
|
|
|
|
- hurd: Add LLL_PRIVATE and LLL_SHARED
|
|
|
|
- hurd: Add __libc_open and __libc_close
|
|
|
|
- htl: Add futex-internal.h
|
|
|
|
- hurd: Add __lll_abstimed_wait_intr
|
|
|
|
- hurd: make lll_* take a variable instead of a ptr
|
|
|
|
- hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZER
|
|
|
|
- Use Linux 5.10 in build-many-glibcs.py.
|
|
|
|
|
2020-12-16 21:20:12 +00:00
|
|
|
* Wed Dec 16 2020 DJ Delorie <dj@redhat.com> - 2.32.9000-23
|
|
|
|
- Fix conditionals for _enable_debug_packages and benchtests [BZ #1902514]
|
|
|
|
|
2020-12-16 04:50:02 +00:00
|
|
|
* Tue Dec 15 2020 Patsy Griffin <patsy@redhat.com> - 2.32.9000-22
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 4d0985543f479a6f421d4d8a9e0d1dc71c9c2c53.
|
|
|
|
- elf: Record libc.so link map when it is the main program (bug 20972)
|
|
|
|
- Use GMP 6.2.1 in build-many-glibcs.py.
|
|
|
|
- aarch64: remove the strlen_asimd symbol
|
|
|
|
- aarch64: fix static PIE start code for BTI [BZ #27068]
|
|
|
|
- elf: Fix failure handling in _dl_map_object_from_fd
|
|
|
|
- elf: inline lose for error handling
|
|
|
|
- Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlines
|
|
|
|
- nsswitch: handle missing actions properly
|
|
|
|
- x86: Remove the default REP MOVSB threshold tunable value [BZ #27061]
|
|
|
|
- elf.h: Remove SHF_GNU_BUILD_NOTE.
|
|
|
|
- elf.h: fix spelling typos in comments
|
|
|
|
- Fix spelling and grammar in several comments
|
|
|
|
- malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]
|
|
|
|
- elf: Fix dl-load.c
|
|
|
|
- elf: Include libc.so.6 as main program in dependency sort (bug 20972)
|
|
|
|
- support: Add support_slibdir_prefix variable
|
|
|
|
- aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]
|
|
|
|
- elf: Pass the fd to note processing
|
|
|
|
- elf: Move note processing after l_phdr is updated
|
|
|
|
- aarch64: align address for BTI protection [BZ #26988]
|
|
|
|
- aarch64: Fix missing BTI protection from dependencies [BZ #26926]
|
|
|
|
- Fix linknamespace errors in nss_database.c if build with -Os.
|
|
|
|
- treewide: fix incorrect spelling of indices in comments
|
|
|
|
- linux: Consolidate brk implementation
|
|
|
|
- elf: Include <sys/param.h> in cache.c
|
|
|
|
- s390x: Add glibc-hwcaps support
|
|
|
|
- elf: Fix run-time dependencies of tst-dlopen-fail-2
|
|
|
|
- Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request.
|
|
|
|
- elf: Fix incorrect comparison in sort_priorities_by_name
|
|
|
|
- S390: Derive float_t from FLT_EVAL_METHOD
|
|
|
|
- Fix parsing of /sys/devices/system/cpu/online (bug 25859)
|
|
|
|
- Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases
|
|
|
|
- Fixed typos in "NEWS for version 2.32"
|
|
|
|
- Add NEWS entry for CVE-2020-29562 (BZ #26923)
|
|
|
|
- iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)
|
|
|
|
- Drop glibc-rh1906066 and glibc-rh741105 patches fixed by sync.
|
|
|
|
|
2020-12-14 09:42:54 +00:00
|
|
|
* Mon Dec 14 2020 Florian Weimer <fweimer@redhat.com> - 2.32.9000-21
|
|
|
|
- Re-enable -Werror everywhere (#1888246)
|
|
|
|
|
2020-12-10 06:29:30 +00:00
|
|
|
* Wed Dec 09 2020 DJ Delorie <dj@redhat.com> - 2.32.9000-20
|
|
|
|
- nsswitch: handle missing actions properly (temporary fix for 1906066)
|
|
|
|
|
2020-12-07 15:24:56 +00:00
|
|
|
* Mon Dec 07 2020 Arjun Shankar <arjun@redhat.com> - 2.32.9000-19
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 088e9625378f25607acff3daf7a79cbdee497043:
|
|
|
|
- x86: Rename readelflib.c
|
|
|
|
- nsswitch: use new internal API (callers)
|
|
|
|
- nsswitch: user new internal API (tests)
|
|
|
|
- nsswitch: use new internal API (core)
|
|
|
|
- nss: Implement <nss_database.h>
|
|
|
|
- <nss_action.h>: New abstraction for combining NSS modules and NSS actions
|
|
|
|
- nss: Introduce <nss_module.h>
|
|
|
|
- Add scripts/move-symbol-to-libc.py
|
|
|
|
|
2020-12-04 14:16:11 +00:00
|
|
|
* Fri Dec 04 2020 Arjun Shankar <arjun@redhat.com> - 2.32.9000-18
|
|
|
|
- Drop glibc-revert-fxstat-compat.patch; applied upstream.
|
|
|
|
- Drop glibc-revert-mknod-compat.patch; applied upstream.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 4c38c1a229bc3628269ad98bd7e8d31d118d91f6:
|
|
|
|
- powerpc64le: Add glibc-hwcaps support
|
|
|
|
- x86: Adjust tst-cpu-features-supports.c for GCC 11
|
|
|
|
- x86: Set RDRAND usable if CPU supports RDRAND
|
|
|
|
- elf: Add missing <stddef.h> header to elf/dl-hwcaps.h
|
|
|
|
- lowlevellock-futex: Remove not used macros
|
|
|
|
- futex: Remove not used futex_reltimed_wait{_cancelable}
|
|
|
|
- y2038: Convert gai_suspend to support 64 bit time
|
|
|
|
- symbols: Add defines for libanl's libanl_hidden_{def|proto}
|
|
|
|
- x86_64: Add glibc-hwcaps support
|
|
|
|
- elf: Add glibc-hwcaps subdirectory support to ld.so cache processing
|
|
|
|
- elf: Process glibc-hwcaps subdirectories in ldconfig
|
|
|
|
- elf: Implement tail merging of strings in ldconfig
|
|
|
|
- elf: Implement a string table for ldconfig, with tail merging
|
|
|
|
- elf: Add extension mechanism to ld.so.cache
|
|
|
|
- elf: Add endianness markup to ld.so.cache (bug 27008)
|
|
|
|
- elf: Add glibc-hwcaps support for LD_LIBRARY_PATH
|
|
|
|
- elf: Synchronize <elf.h> section header flags with binutils
|
|
|
|
- x86: Fix THREAD_SELF definition to avoid ld.so crash (bug 27004)
|
|
|
|
- htl: Add hidden def for __pthread_create/detach
|
|
|
|
- manual: Clarify File Access Modes section and add O_PATH
|
|
|
|
- htl: Add missing symbols
|
|
|
|
- Revert "linux: Move xmknod{at} to compat symbols"
|
|
|
|
- Revert "linux: Move {f}xstat{at} to compat symbols"
|
|
|
|
- elf.h: Fix spelling of EM_TILE64 comment
|
|
|
|
- nptl: Fix __futex_clocklock64 return error check [BZ #26964]
|
|
|
|
- powerpc64le: ifunc select *f128 routines in multiarch mode
|
|
|
|
- y2038: Convert aio_suspend to support 64 bit time
|
|
|
|
- Fix typo in NEWS file
|
|
|
|
- nptl: Add EOVERFLOW checks for futex calls
|
|
|
|
- nptl: Fix PTHREAD_PRIO_PROTECT timed lock
|
|
|
|
- sh: Add sh4 fpu Implies folder
|
|
|
|
- io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]
|
|
|
|
- elf: Introduce enum opt_format in the ldconfig implementation
|
|
|
|
- support: Add support_copy_file
|
|
|
|
- NEWS entry for commit b4f020c9b408fb3d1d3d4901c4a71839145f8791
|
|
|
|
- timezone: Change zdump installation to bin directory
|
|
|
|
- nptl: Return EINVAL for invalid clock for pthread_clockjoin_np
|
|
|
|
- nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #26801]
|
|
|
|
- nptl: Replace lll_futex_wake with futex-internal.h
|
|
|
|
- nptl: Replace lll_futex_supported_clockid with futex-internal.h
|
|
|
|
- nptl: Replace lll_futex_{timed_}wait by futex-internal.h
|
|
|
|
- nptl: Replace lll_timedwait with __futex_abstimed_wait64
|
|
|
|
- nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64
|
|
|
|
- nptl: Remove _futex_clock_wait_bitset64
|
|
|
|
- nptl: Consolidate __futex_abstimed_wait_{cancelable}64
|
|
|
|
- nptl: Extend __futex_abstimed_wait_cancelable64 comment
|
|
|
|
- nptl: Remove clockwait_tid
|
|
|
|
- nptl: Remove futex_wait_cancelable
|
|
|
|
- nptl: Remove unused internal futex functions
|
|
|
|
- Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missing
|
|
|
|
- elf: Fix uninitialized variable for _dl_write
|
|
|
|
- powerpc: Make PT_THREAD_POINTER available to assembly code
|
|
|
|
- Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]
|
|
|
|
- hurd report-wait: Fix stpcpy usage
|
|
|
|
- hurd S_msg_report_wait: Fix detecting fd ports
|
|
|
|
- hurd S_msg_report_wait: Fix reporting ports
|
|
|
|
- hurd: Fix strcpy calls
|
|
|
|
- hurd: Fix _S_msg_get/set_env_variable prototype
|
|
|
|
- hurd: Enable using ifunc
|
|
|
|
- Add {,sysdep-}ld-library-path make variable
|
|
|
|
- nptl: Move stack list variables into _rtld_global
|
|
|
|
- hurd: let _dl_argv and __libc_stack_end be relro
|
|
|
|
- hurd: Remove some remnants of cthreads
|
|
|
|
- nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64
|
|
|
|
- y2038: Convert thrd_sleep to support 64 bit time
|
|
|
|
- y2038: Convert mtx_timedlock to support 64 bit time
|
|
|
|
- y2038: Convert cnd_timedwait to support 64 bit time
|
|
|
|
- hurd: Drop CLOCK_MONOTONIC change which slipped in
|
|
|
|
- hurd: make ptsname fail with ENOTTY on non-master-pty
|
|
|
|
- mach: Add missing assert.h include
|
|
|
|
- hurd: break relocation loop between libc.so and lib{mach,hurd}user.so
|
|
|
|
- Remove obsolete defines for HPUX support from fcntl.h and update O_NONBLOCK.
|
|
|
|
- Remove tls.h inclusion from internal errno.h
|
|
|
|
- nptl: Eliminate <smp.h> and __is_smp
|
|
|
|
- powerpc: Eliminate UP macro conditionals
|
|
|
|
- x86: Remove UP macro. Define LOCK_PREFIX unconditionally.
|
|
|
|
- alpha: Remove UP preprocessor conditionals
|
|
|
|
- hurd: Make sure signals get started
|
|
|
|
- hurd: initialize libpthread before starting the signal thread
|
|
|
|
- hurd: Make _hurd_libc_proc_init idempotent
|
|
|
|
- powerpc: Add optimized stpncpy for POWER9
|
|
|
|
- powerpc: Add optimized strncpy for POWER9
|
|
|
|
- Don't use nested function in test-ffs
|
|
|
|
- Use __builtin___stpncpy_chk when available
|
|
|
|
- tests: Remove NULL check for an array
|
|
|
|
- hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbols
|
|
|
|
- hurd: Notify the proc server later during initialization
|
|
|
|
- htl: Initialize later
|
|
|
|
- htl: Keep thread signals blocked during its initialization
|
|
|
|
- htl: Fix spurious symbols in namespaces
|
|
|
|
- Use O_CLOEXEC in sysconf [BZ #26791]
|
|
|
|
- struct _Unwind_Exception alignment should not depend on compiler flags
|
|
|
|
- hurd: keep only required PLTs in ld.so
|
|
|
|
- hurd: Add missing startup calls
|
|
|
|
- riscv: Get cache information through sysconf
|
|
|
|
- RISC-V: Add _dl_start_user.
|
|
|
|
|
2020-11-26 10:18:08 +00:00
|
|
|
* Thu Nov 26 2020 Florian Weimer <fweimer@redhat.com> - 2.32.9000-17
|
|
|
|
- s390x: Do not rewrite program interpreter symlink (make install is enough)
|
|
|
|
|
2020-11-10 14:44:51 +00:00
|
|
|
* Tue Nov 10 2020 Carlos O'Donell <carlos@redhat.com> - 2.32.9000-16
|
|
|
|
- Remove the work around for systemd-nspawn (#1869030).
|
|
|
|
|
2020-11-09 19:15:31 +00:00
|
|
|
* Mon Nov 09 2020 DJ Delorie <dj@redhat.com> - 2.32.9000-15
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 75a193b7611bade31a150dfcc528b973e3d46231.
|
|
|
|
- linux: Allow adjtime with NULL argument [BZ #26833]
|
|
|
|
- aarch64: Add unwind information to _start (bug 26853)
|
|
|
|
- bsd unlockpt: unlockpt needs to fail with EINVAL, not ENOTTY
|
|
|
|
- Rearrange bsd_getpt vs bsd_openpt and implement posix_openpt on BSD
|
|
|
|
- Remove __warndecl
|
|
|
|
- Remove __warn_memset_zero_len [BZ #25399]
|
|
|
|
- iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]
|
|
|
|
- msg: Remove redundant #include <sys/msg.h> header
|
|
|
|
- tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]
|
|
|
|
|
2020-11-04 14:07:44 +00:00
|
|
|
* Tue Nov 03 2020 Patsy Griffin <patsy@redhat.com> - 2.32.9000-14
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit e156dabc766d6f6f99ce9402999eae380a3ec1f2.
|
|
|
|
- aarch64: Add variant PCS lazy binding test [BZ #26798]
|
|
|
|
- aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]
|
|
|
|
- hurd: Correct 'ethenet' spelling
|
|
|
|
- Avoid -Wstringop-overflow warning in pthread_cleanup_push macros
|
|
|
|
- Disable spurious -Warray-bounds for ypclnt.c (bug 26687)
|
|
|
|
- Do not use array parameter to new_composite_name (bug 26726)
|
|
|
|
- Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)
|
|
|
|
- malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1
|
|
|
|
- tst-tcfree2: adjust coding style.
|
|
|
|
- elf: In ldconfig, extract the new_sub_entry function from search_dir
|
|
|
|
- Use MPC 1.2.1 in build-many-glibcs.py.
|
|
|
|
- Argument Syntax: Use "option", @option, and @command.
|
|
|
|
- elf: Unify old and new format cache handling code in ld.so
|
|
|
|
- x86: Restore processing of cache size tunables in init_cacheinfo
|
|
|
|
- Make elf.h header self contained.
|
|
|
|
- x86: Optimizing memcpy for AMD Zen architecture.
|
|
|
|
- Hurd: Fix ftime build
|
|
|
|
- Add IP_RECVERR_RFC4884 and IPV6_RECVERR_RFC4884 from Linux 5.9.
|
|
|
|
- misc: Add internal __getauxval2 function
|
|
|
|
- Remove NEWS entry about ftime removal
|
|
|
|
- time: Add 64-bit time_t support for ftime
|
|
|
|
- Reinstate ftime and add deprecate message on ftime usage
|
|
|
|
- Update kernel version to 5.9 in tst-mman-consts.py.
|
|
|
|
- Amend grammar and add a description
|
|
|
|
- Fix typo in NEWS file
|
|
|
|
- Remove timing related checks of time/tst-cpuclock1
|
|
|
|
- Update syscall lists for Linux 5.9.
|
|
|
|
- Use Linux 5.9 in build-many-glibcs.py.
|
|
|
|
- Reword description of SXID_* tunable properties
|
|
|
|
- New benchtest: pthread locks
|
|
|
|
- y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitset
|
|
|
|
- C-SKY: Make dynamic linker's name compitable with the older gcc.
|
|
|
|
- Revert "C-SKY:Fix dynamic linker's name when mfloat-abi=softfp."
|
|
|
|
- Move vtimes to a compatibility symbol
|
|
|
|
- y2038: linux: Provide __time64 implementation
|
|
|
|
- rt: Fix typos in comments in <aio.h>
|
|
|
|
- C-SKY:Fix dynamic linker's name when mfloat-abi=softfp.
|
|
|
|
- Drop the glibc-revert-ftime-compat.patch.
|
|
|
|
|
2020-10-30 02:04:18 +00:00
|
|
|
* Thu Oct 29 2020 DJ Delorie <dj@redhat.com> - 2.32.9000-13
|
|
|
|
- Add BuildRequires for perl (malloc/mtrace) if running the testsuite.
|
|
|
|
|
2020-10-21 09:03:57 +00:00
|
|
|
* Wed Oct 21 2020 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.32.9000-12
|
2020-10-21 09:24:20 +00:00
|
|
|
- Revert __xstat64 symbol removal.
|
|
|
|
- Revert xmknod* symbol removal.
|
|
|
|
- Revert ftime symbol removal.
|
2020-10-21 09:03:57 +00:00
|
|
|
|
2020-10-18 23:11:55 +00:00
|
|
|
* Sun Oct 18 2020 Patsy Griffin <patsy@redhat.com> - 2.32.9000-11
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 0f09154c64005e78b61484ae87b5ea2028051ea0.
|
|
|
|
- x86: Initialize CPU info via IFUNC relocation [BZ 26203]
|
|
|
|
- Add NEWS entry for ftime compatibility move
|
|
|
|
- support: Add create_temp_file_in_dir
|
|
|
|
- linux: Add __readdir_unlocked
|
|
|
|
- linux: Simplify opendir buffer allocation
|
|
|
|
- linux: Move posix dir implementations to Linux
|
|
|
|
- linux: Add 64-bit time_t support for wait3
|
|
|
|
- Move ftime to a compatibility symbol
|
|
|
|
- linux: Fix time64 support for futimesat
|
|
|
|
- linux: Use INTERNAL_SYSCALL on fstatat{64}
|
|
|
|
- shm tests: Append PID to names passed to shm_open [BZ #26737]
|
|
|
|
- sysvipc: Fix tst-sysvshm-linux on x32
|
|
|
|
- x86/CET: Update vfork to prevent child return
|
|
|
|
- resolv: Serialize processing in resolv/tst-resolv-txnid-collision
|
|
|
|
- statfs: add missing f_flags assignment
|
|
|
|
- y2038: Remove not used __fstatat_time64 define
|
|
|
|
- y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bit
|
|
|
|
- sysvipc: Return EINVAL for invalid shmctl commands
|
|
|
|
- sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]
|
|
|
|
- AArch64: Use __memcpy_simd on Neoverse N2/V1
|
|
|
|
- resolv: Handle transaction ID collisions in parallel queries (bug 26600)
|
|
|
|
- support: Provide a way to clear the RA bit in DNS server responses
|
|
|
|
- support: Provide a way to reorder responses within the DNS test server
|
|
|
|
- Add missing stat/mknod symbol on libc.abilist some ABIs
|
|
|
|
- manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015]
|
|
|
|
- manual: replace an obsolete collation example with a valid one
|
|
|
|
- rtld: fix typo in comment
|
|
|
|
- elf: Add missing <dl-procinfo.h> header to elf/dl-usage.c
|
|
|
|
- hurd: support clock_gettime(CLOCK_PROCESS/THREAD_CPUTIME_ID)
|
|
|
|
- linux: Move xmknod{at} to compat symbols
|
|
|
|
- linux: Add {f}stat{at} y2038 support
|
|
|
|
- linux: Move {f}xstat{at} to compat symbols
|
|
|
|
- linux: Disentangle fstatat from fxstatat
|
|
|
|
- linux: Implement {l}fstat{at} in terms of fstatat
|
|
|
|
- linux: Move the struct stat{64} to struct_stat.h
|
|
|
|
- Remove mknod wrapper functions, move them to symbols
|
|
|
|
- Remove stat wrapper functions, move them to exported symbols
|
|
|
|
- <sys/platform/x86.h>: Add FSRCS/FSRS/FZLRM support
|
|
|
|
- <sys/platform/x86.h>: Add Intel HRESET support
|
|
|
|
- <sys/platform/x86.h>: Add AVX-VNNI support
|
|
|
|
- <sys/platform/x86.h>: Add AVX512_FP16 support
|
|
|
|
- <sys/platform/x86.h>: Add Intel UINTR support
|
|
|
|
- elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcaps
|
|
|
|
- elf: Enhance ld.so --help to print HWCAP subdirectories
|
|
|
|
- elf: Add library search path information to ld.so --help
|
|
|
|
- sunrpc: Adjust RPC function declarations to match Sun's (bug 26686]
|
|
|
|
- Avoid GCC 11 -Warray-parameter warnings [BZ #26686].
|
|
|
|
- elf: Make __rtld_env_path_list and __rtld_search_dirs global variables
|
|
|
|
- elf: Print the full name of the dynamic loader in the ld.so help message
|
|
|
|
- elf: Use the term "program interpreter" in the ld.so help message
|
|
|
|
- scripts/update-copyrights: Update csu/version.c, elf/dl-usage.c
|
|
|
|
- elf: Implement ld.so --version
|
|
|
|
- nptl: Add missing cancellation flags on lockf
|
|
|
|
- Update mips64 libm-test-ulps
|
|
|
|
- Update alpha libm-test-ulps
|
|
|
|
- elf: Implement ld.so --help
|
|
|
|
- elf: Record whether paths come from LD_LIBRARY_PATH or --library-path
|
|
|
|
- elf: Move ld.so error/help output to _dl_usage
|
|
|
|
- elf: Extract command-line/environment variables state from rtld.c
|
|
|
|
|
2020-10-14 13:29:09 +00:00
|
|
|
* Wed Oct 14 2020 Florian Weimer <fweimer@redhat.com> - 2.32.9000-10
|
|
|
|
- Disable -Werror on ELN (#1888246)
|
|
|
|
|
2020-10-14 13:19:39 +00:00
|
|
|
* Wed Oct 14 2020 Florian Weimer <fweimer@redhat.com> - 2.32.9000-9
|
|
|
|
- Make glibc.spec self-contained (#1887097)
|
|
|
|
|
2020-10-08 10:05:13 +00:00
|
|
|
* Thu Oct 08 2020 Arjun Shankar <arjun@redhat.com> - 2.32.9000-8
|
|
|
|
- Drop glibc-fix-float128-benchtests.patch; applied upstream.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 72d36ffd7db55ae599f4c77feb0eae25a0f3714e:
|
|
|
|
- elf: Implement __rtld_malloc_is_complete
|
|
|
|
- __vfscanf_internal: fix aliasing violation (bug 26690)
|
|
|
|
- Revert "Fix missing redirects in testsuite targets"
|
|
|
|
- nptl: Add missing cancellation flags on futex_internal and pselect32
|
|
|
|
- elf: Implement _dl_write
|
|
|
|
- elf: Do not search HWCAP subdirectories in statically linked binaries
|
|
|
|
- Linux: Require properly configured /dev/pts for PTYs
|
|
|
|
- Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)
|
|
|
|
- login/tst-grantpt: Convert to support framework, more error checking
|
|
|
|
- posix: Fix -Warray-bounds instances building timer_create [BZ #26687]
|
|
|
|
- Replace Minumum/minumum with Minimum/minimum
|
|
|
|
- Optimize scripts/merge-test-results.sh
|
|
|
|
- Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)
|
|
|
|
- manual: Fix typo
|
|
|
|
- y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64
|
|
|
|
bit time
|
|
|
|
- Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit time
|
|
|
|
- sysvipc: Return EINVAL for invalid msgctl commands
|
|
|
|
- sysvipc: Fix IPC_INFO and MSG_INFO handling [BZ #26639]
|
|
|
|
- sysvipc: Return EINVAL for invalid semctl commands
|
|
|
|
- sysvipc: Fix SEM_STAT_ANY kernel argument pass [BZ #26637]
|
|
|
|
- aarch64: enforce >=64K guard size [BZ #26691]
|
|
|
|
- sysvipc: Fix semtimedop for Linux < 5.1 for 64-bit ABI
|
|
|
|
- nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.h
|
|
|
|
- nptl: Provide proper spelling for 32 bit version of futex_abstimed_wait
|
|
|
|
- string: Fix strerrorname_np return value [BZ #26555]
|
|
|
|
- Set tunable value as well as min/max values
|
|
|
|
- ld.so: add an --argv0 option [BZ #16124]
|
|
|
|
- Reversing calculation of __x86_shared_non_temporal_threshold
|
|
|
|
- linux: Add time64 recvmmsg support
|
|
|
|
- linux: Add time64 support for nanosleep
|
|
|
|
- linux: Consolidate utimes
|
|
|
|
- linux: Use 64-bit time_t syscall on clock_getcputclockid
|
|
|
|
- linux: Add time64 sigtimedwait support
|
|
|
|
- linux: Add time64 select support
|
|
|
|
- nptl: Fix __futex_abstimed_wait_cancellable32
|
|
|
|
- sysvipc: Fix semtimeop for !__ASSUME_DIRECT_SYSVIPC_SYSCALLS
|
|
|
|
- hurd: add ST_RELATIME
|
|
|
|
- intl: Handle translation output codesets with suffixes [BZ #26383]
|
|
|
|
- bench-strcmp.c: Add workloads on page boundary
|
|
|
|
- bench-strncmp.c: Add workloads on page boundary
|
|
|
|
- strcmp: Add a testcase for page boundary
|
|
|
|
- strncmp: Add a testcase for page boundary [BZ #25933]
|
|
|
|
- Set locale related environment variables in debugglibc.sh
|
|
|
|
- benchtests: Run _Float128 tests only on architectures that support it
|
|
|
|
- powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]
|
|
|
|
- x86: Harden printf against non-normal long double values (bug 26649)
|
|
|
|
- x86: Use one ldbl2mpn.c file for both i386 and x86_64
|
|
|
|
- Define __THROW to noexcept for C++11 and later
|
|
|
|
|
2020-09-21 10:33:35 +00:00
|
|
|
* Mon Sep 21 2020 Arjun Shankar <arjun@redhat.com> - 2.32.9000-7
|
|
|
|
- Adjust glibc-rh741105.patch.
|
|
|
|
- Add glibc-fix-float128-benchtests.patch to allow building on armv7hl.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit cdf645427d176197b82f44308a5e131d69fb53ad:
|
|
|
|
- Update mallinfo2 ABI, and test
|
|
|
|
- Allow memset local PLT reference for RISC-V.
|
|
|
|
- powerpc: fix ifunc implementation list for POWER9 strlen and stpcpy
|
|
|
|
- nscd: bump GC cycle during cache pruning (bug 26130)
|
|
|
|
- x86: Use HAS_CPU_FEATURE with IBT and SHSTK [BZ #26625]
|
|
|
|
- <sys/platform/x86.h>: Add Intel Key Locker support
|
|
|
|
- Fix handling of collating symbols in fnmatch (bug 26620)
|
|
|
|
- pselect.c: Pass a pointer to SYSCALL_CANCEL [BZ #26606]
|
|
|
|
- y2038: nptl: Convert sem_{clock|timed}wait to support 64 bit time
|
|
|
|
- hurd: Add __x86_get_cpu_features to ld.abilist
|
|
|
|
- x86: Install <sys/platform/x86.h> [BZ #26124]
|
|
|
|
- linux: Add time64 pselect support
|
|
|
|
- linux: Add time64 semtimedop support
|
|
|
|
- linux: Add ppoll time64 optimization
|
|
|
|
- linux: Simplify clock_getres
|
|
|
|
- Update sparc libm-test-ulps
|
|
|
|
- Remove internal usage of extensible stat functions
|
|
|
|
- Linux: Consolidate xmknod
|
|
|
|
- linux: Consolidate fxstatat{64}
|
|
|
|
- linux: Consolidate fxstat{64}
|
|
|
|
- linux: Consolidate lxstat{64}
|
|
|
|
- linux: Consolidate xstat{64}
|
|
|
|
- linux: Define STAT64_IS_KERNEL_STAT64
|
|
|
|
- linux: Always define STAT_IS_KERNEL_STAT
|
|
|
|
- Update powerpc libm-test-ulps
|
|
|
|
- benchtests: Add "workload" traces for sinf128
|
|
|
|
- benchtests: Add "workload" traces for sinf
|
|
|
|
- benchtests: Add "workload" traces for sin
|
|
|
|
- benchtests: Add "workload" traces for powf128
|
|
|
|
- benchtests: Add "workload" traces for pow
|
|
|
|
- benchtests: Add "workload" traces for expf128
|
|
|
|
- benchtests: Add "workload" traces for exp
|
|
|
|
- nptl: futex: Provide correct indentation for part of
|
|
|
|
__futex_abstimed_wait_cancelable64
|
|
|
|
|
2020-09-08 23:12:54 +00:00
|
|
|
* Tue Sep 08 2020 DJ Delorie <dj@redhat.com> - 2.32.9000-6
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit e74b61c09a2a2ab52153e731225ccba5078659b1.
|
|
|
|
- Disable -Wstringop-overread for some string tests
|
|
|
|
- string: Fix GCC 11 `-Werror=stringop-overread' error
|
|
|
|
- C11 threads: Fix inaccuracies in testsuite
|
|
|
|
- elf.h: Add aarch64 bti/pac dynamic tag constants
|
|
|
|
- x86: Set CPU usable feature bits conservatively [BZ #26552]
|
|
|
|
|
2020-09-02 15:36:37 +00:00
|
|
|
* Wed Sep 02 2020 Patsy Griffin <patsy@redhat.com> - 2.32.9000-5
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 86a912c8634f581ea42ec6973553dde7f058cfbf.
|
|
|
|
- Update i686 ulps.
|
|
|
|
- Use LFS readdir in generic POSIX getcwd [BZ# 22899]
|
|
|
|
- linux: Remove __ASSUME_ATFCTS
|
|
|
|
- Sync getcwd with gnulib
|
|
|
|
- x86-64: Fix FMA4 detection in ifunc [BZ #26534]
|
|
|
|
- y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit time
|
|
|
|
- malloc: Fix mallinfo deprecation declaration
|
|
|
|
- x32: Add <fixup-asm-unistd.h> and regenerate arch-syscall.h
|
|
|
|
- Add mallinfo2 function that support sizes >= 4GB.
|
|
|
|
- Remove obsolete default/nss code
|
|
|
|
- AArch64: Improve backwards memmove performance
|
|
|
|
- Add RISC-V 32-bit target to build-many-glibcs.py
|
|
|
|
- Documentation for the RISC-V 32-bit port
|
|
|
|
- RISC-V: Build infrastructure for 32-bit port
|
|
|
|
- RISC-V: Add rv32 path to RTLDLIST in ldd
|
|
|
|
- riscv32: Specify the arch_minimum_kernel as 5.4
|
|
|
|
- RISC-V: Fix llrint and llround missing exceptions on RV32
|
|
|
|
- RISC-V: Add the RV32 libm-test-ulps
|
|
|
|
- RISC-V: Add 32-bit ABI lists
|
|
|
|
- RISC-V: Add hard float support for 32-bit CPUs
|
|
|
|
- RISC-V: Support the 32-bit ABI implementation
|
|
|
|
- RISC-V: Add arch-syscall.h for RV32
|
|
|
|
- RISC-V: Add path of library directories for the 32-bit
|
|
|
|
- RISC-V: Support dynamic loader for the 32-bit
|
|
|
|
- RISC-V: Add support for 32-bit vDSO calls
|
|
|
|
- RISC-V: Use 64-bit-time syscall numbers with the 32-bit port
|
|
|
|
- RISC-V: Cleanup some of the sysdep.h code
|
|
|
|
- RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
|
|
|
|
- io/lockf: Include bits/types.h before __OFF_T_MATCHES_OFF64_T check
|
|
|
|
- elf/tst-libc_dlvsym: Add a TEST_COMPAT around some symbol tests
|
|
|
|
- hurd: define BSD 4.3 ioctls only under __USE_MISC
|
|
|
|
- string: test strncasecmp and strncpy near page boundaries
|
|
|
|
- linux: Simplify utimensat
|
|
|
|
- linux: Simplify timerfd_settime
|
|
|
|
- linux: Simplify timer_gettime
|
|
|
|
- linux: Simplify sched_rr_get_interval
|
|
|
|
- linux: Simplify ppoll
|
|
|
|
- linux: Simplify mq_timedsend
|
|
|
|
- linux: Simplify mq_timedreceive
|
|
|
|
- linux: Simplify clock_settime
|
|
|
|
- linux: Simplify clock_nanosleep
|
|
|
|
- linux: Simplify clock_gettime
|
|
|
|
- linux: Simplify clock_adjtime
|
|
|
|
- linux: Add helper function to optimize 64-bit time_t fallback support
|
|
|
|
- S390: Sync HWCAP names with kernel by adding aliases [BZ #25971]
|
|
|
|
- [vcstocl] Import ProjectQuirks from its own file
|
|
|
|
- build-many-glibcs.py: Add a s390x -O3 glibc variant.
|
|
|
|
- Fix namespace violation in stdio.h and sys/stat.h if build with optimization. [BZ #26376]
|
|
|
|
- Add C2x BOOL_MAX and BOOL_WIDTH to limits.h.
|
|
|
|
- Use MPC 1.2.0 in build-many-glibcs.py.
|
|
|
|
- Add new STATX_* constants from Linux 5.8 to bits/statx-generic.h.
|
|
|
|
- Correct locking and cancellation cleanup in syslog functions (bug 26100)
|
|
|
|
|
2020-08-20 22:18:47 +00:00
|
|
|
* Thu Aug 20 2020 Carlos O'Donell <carlos@redhat.com> - 2.32.9000-4
|
|
|
|
- Support building glibc in a mock chroot using older systemd-nspawn (#1869030).
|
|
|
|
|
2020-08-20 22:02:31 +00:00
|
|
|
* Tue Aug 18 2020 Carlos O'Donell <carlos@redhat.com> - 2.32.9000-3
|
|
|
|
- Suggest installing minimal localization e.g. C, POSIX, C.UTF-8.
|
|
|
|
|
2020-08-17 18:51:02 +00:00
|
|
|
* Mon Aug 17 2020 DJ Delorie <dj@redhat.com> - 2.32.9000-2
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit cb7e7a5ca1d6d25d59bc038bdc09630e507c41e5.
|
|
|
|
- nptl: Handle NULL abstime [BZ #26394]
|
|
|
|
- Update build-many-glibcs.py for binutils ia64 obsoletion.
|
|
|
|
- Update kernel version to 5.8 in tst-mman-consts.py.
|
|
|
|
- y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit time
|
|
|
|
- aarch64: update ulps.
|
|
|
|
|
2020-08-13 12:50:50 +00:00
|
|
|
* Wed Aug 12 2020 Patsy Griffin <patsy@redhat.com> - 2.32.9000-1
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 0be0845b7a674dbfb996f66cd03d675f0f6028dc:
|
|
|
|
- S390: Regenerate ULPs.
|
|
|
|
- manual: Fix sigdescr_np and sigabbrev_np return type (BZ #26343)
|
|
|
|
- math: Update x86_64 ulps
|
|
|
|
- math: Regenerate auto-libm-test-out-j0
|
|
|
|
- manual: Put the istrerrorname_np and strerrordesc_np return type in braces
|
|
|
|
- Linux: Use faccessat2 to implement faccessat (bug 18683)
|
|
|
|
- manual: Fix strerrorname_np and strerrordesc_np return type (BZ #26343)
|
|
|
|
- math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tiny
|
|
|
|
- Update syscall lists for Linux 5.8.
|
|
|
|
- Use Linux 5.8 in build-many-glibcs.py.
|
|
|
|
- htl: Enable tst-cancelx?[45]
|
|
|
|
- tst-cancel4: Make blocking on write more portable
|
|
|
|
- hurd: Add missing hidden def
|
|
|
|
- hurd: Rework sbrk
|
|
|
|
- hurd: Implement basic sched_get/setscheduler
|
|
|
|
- x86: Rename Intel CPU feature names
|
|
|
|
- manual: Fix some @code/@var formatting glitches chapter Date And Time
|
|
|
|
- Copy regex_internal.h from Gnulib
|
|
|
|
- Copy regex BITSET_WORD_BITS porting from Gnulib
|
|
|
|
- Sync regex.h from Gnulib
|
|
|
|
- Sync mktime.c from Gnulib
|
|
|
|
- Sync intprops.h from Gnulib
|
|
|
|
- Open master branch for glibc 2.33 development.
|
|
|
|
|
2020-08-06 13:12:52 +00:00
|
|
|
* Thu Aug 06 2020 Arjun Shankar <arjun@redhat.com> - 2.32-1
|
|
|
|
- Auto-sync with upstream branch release/2.32/master,
|
|
|
|
commit 3de512be7ea6053255afed6154db9ee31d4e557a:
|
|
|
|
- Prepare for glibc 2.32 release.
|
|
|
|
- Regenerate configure scripts.
|
|
|
|
- Update NEWS with bugs.
|
|
|
|
- Update translations.
|
|
|
|
- Don't mix linker error messages into edited scripts
|
|
|
|
- benchtests/README update.
|
|
|
|
- RISC-V: Update lp64d libm-test-ulps according to HiFive Unleashed
|
|
|
|
- aarch64: update NEWS about branch protection
|
|
|
|
- Add NEWS entry for CVE-2016-10228 (bug 19519)
|
|
|
|
- powerpc: Fix incorrect cache line size load in memset (bug 26332)
|
|
|
|
- Update Nios II libm-test-ulps file.
|
|
|
|
|
2020-07-31 15:45:37 +00:00
|
|
|
* Fri Jul 31 2020 Patsy Griffin <patsy@redhat.com> - 2.31.9000-24
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 7f1a08cff82255cd4252a2c75fd65b80a6a170bf.
|
|
|
|
- Move NEWS entry for CVE-2020-1751 to the 2.31 section
|
|
|
|
- NEWS: Deprecate weak libpthread symbols for single-threaded checks
|
|
|
|
- NEWS: Deprecate nss_hesiod
|
|
|
|
- nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]
|
|
|
|
- Use binutils 2.35 branch in build-many-glibcs.py.
|
|
|
|
- aarch64: Use future HWCAP2_MTE in ifunc resolver
|
|
|
|
- Update x86-64 libm-test-ulps
|
|
|
|
- aarch64: Respect p_flags when protecting code with PROT_BTI
|
|
|
|
- Disable warnings due to deprecated libselinux symbols used by nss and nscd
|
|
|
|
- Regenerate INSTALL for ARC port updates.
|
|
|
|
- Update libc.pot for 2.32 release.
|
|
|
|
- powerpc: Fix POWER10 selection
|
|
|
|
- powerpc64le: guarantee a .gnu.attributes section [BZ #26220]
|
|
|
|
|
2020-07-29 08:55:07 +00:00
|
|
|
* Wed Jul 29 2020 Florian Weimer <fweimer@redhat.com> - 2.31.9000-23
|
|
|
|
- Inherit -mbranch-protection=standard from redhat-rpm-config (for aarch64)
|
|
|
|
|
2020-07-27 20:13:43 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-23 04:03:10 +00:00
|
|
|
* Wed Jul 22 2020 Carlos O'Donell <carlos@redhat.com> - 2.31.9000-21
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-07-21 13:09:22 +00:00
|
|
|
* Tue Jul 21 2020 Arjun Shankar <arjun@redhat.com> - 2.31.9000-20
|
|
|
|
- Add glibc-deprecated-selinux-makedb.patch and
|
|
|
|
glibc-deprecated-selinux-nscd.patch to work around libselinux API
|
|
|
|
deprecations.
|
2020-07-21 15:02:37 +00:00
|
|
|
- Drop glibc-rseq-disable.patch; rseq support removed upstream. (#1855729)
|
2020-07-21 13:09:22 +00:00
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit ec2f1fddf29053957d061dfe310f106388472a4f:
|
|
|
|
- libio: Remove __libc_readline_unlocked
|
|
|
|
- shadow: Implement fgetspent_r using __nss_fgetent_r
|
|
|
|
- pwd: Implement fgetpwent_r using __nss_fgetent_r
|
|
|
|
- gshadow: Implement fgetsgent_r using __nss_fgetent_r (bug 20338)
|
|
|
|
- grp: Implement fgetgrent_r using __nss_fgetent_r
|
|
|
|
- nss: Add __nss_fgetent_r
|
|
|
|
- libio: Add fseterr_unlocked for internal use
|
|
|
|
- nss_files: Use generic result pointer in parse_line
|
|
|
|
- nss_files: Consolidate line parse declarations in <nss_files.h>
|
|
|
|
- nss_compat: Do not use mmap to read database files (bug 26258)
|
|
|
|
- nss_files: Consolidate file opening in __nss_files_fopen
|
|
|
|
- Update powerpc-nofpu libm-test-ulps.
|
|
|
|
- Use MPFR 4.1.0 in build-many-glibcs.py.
|
|
|
|
- elf: Change TLS static surplus default back to 1664
|
|
|
|
- hurd: Fix longjmp check for sigstate
|
|
|
|
- hurd: Fix longjmp early in initialization
|
|
|
|
- manual: New signal and errno string functions are AS-safe
|
|
|
|
- AArch64: Improve strlen_asimd performance (bug 25824)
|
|
|
|
- Move <rpc/netdb.h> from sunrpc to inet
|
|
|
|
- en_US: Minimize changes to date_fmt (Bug 25923)
|
|
|
|
- Linux: Remove rseq support
|
|
|
|
- manual: Use Unicode instead HTML entities for characters (bug 19737)
|
|
|
|
- Add NEWS entry for CVE-2020-6096 (bug 25620)
|
|
|
|
- arm: remove string/tst-memmove-overflow XFAIL
|
|
|
|
- AArch64: Rename IS_ARES to IS_NEOVERSE_N1
|
|
|
|
- AArch64: Add optimized Q-register memcpy
|
|
|
|
- AArch64: Align ENTRY to a cacheline
|
|
|
|
- Correct timespec implementation [BZ #26232]
|
|
|
|
- Remove --enable-obsolete-rpc configure flag
|
|
|
|
- hurd: Fix build-many-glibcs.py
|
|
|
|
- x86: Support usable check for all CPU features
|
|
|
|
- string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installed
|
|
|
|
- malloc: Deprecate more hook-related functionality
|
|
|
|
- elf: Support at least 32-byte alignment in static dlopen
|
|
|
|
- x86: Remove __ASSEMBLER__ check in init-arch.h
|
|
|
|
- x86: Remove the unused __x86_prefetchw
|
|
|
|
- Documentation for ARC port
|
|
|
|
- build-many-glibcs.py: Enable ARC builds
|
|
|
|
- ARC: Build Infrastructure
|
|
|
|
- ARC: ABI lists
|
|
|
|
- ARC: Linux Startup and Dynamic Loading
|
|
|
|
- ARC: Linux ABI
|
|
|
|
- ARC: Linux Syscall Interface
|
|
|
|
- ARC: hardware floating point support
|
|
|
|
- ARC: math soft float support
|
|
|
|
- ARC: Atomics and Locking primitives
|
|
|
|
- ARC: Thread Local Storage support
|
|
|
|
- ARC: startup and dynamic linking code
|
|
|
|
- ARC: ABI Implementation
|
|
|
|
- Fix time/tst-cpuclock1 intermitent failures
|
|
|
|
- powerpc64: Fix calls when r2 is not used [BZ #26173]
|
|
|
|
- Add NEWS entry for Update to Unicode 13.0.0 [BZ #25819]
|
|
|
|
- Update i686 libm-test-ulps
|
|
|
|
- Fix memory leak in __printf_fp_l (bug 26215).
|
|
|
|
- Fix double free in __printf_fp_l (bug 26214).
|
|
|
|
- linux: Fix syscall list generation instructions
|
|
|
|
- sysv: linux: Add 64-bit time_t variant for shmctl
|
|
|
|
- sysvipc: Remove the linux shm-pad.h file
|
|
|
|
- sysvipc: Split out linux struct shmid_ds
|
|
|
|
- sysv: linux: Add 64-bit time_t variant for msgctl
|
|
|
|
- sysvipc: Remove the linux msq-pad.h file
|
|
|
|
- sysvipc: Split out linux struct semid_ds
|
|
|
|
- sysv: linux: Add 64-bit time_t variant for semctl
|
|
|
|
|
2020-07-10 11:13:21 +00:00
|
|
|
* Fri Jul 10 2020 Florian Weimer <fweimer@redhat.com> - 2.31.9000-19
|
|
|
|
- Disable rseq registration by default to help Firefox (#1855729)
|
|
|
|
|
2020-07-10 10:56:47 +00:00
|
|
|
* Thu Jul 09 2020 Florian Weimer <fweimer@redhat.com> - 2.31.9000-18
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit ffb17e7ba3a5ba9632cee97330b325072fbe41dd:
|
|
|
|
- rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]
|
|
|
|
- rtld: Account static TLS surplus for audit modules
|
|
|
|
- rtld: Add rtld.nns tunable for the number of supported namespaces
|
|
|
|
- Remove --enable-obsolete-nsl configure flag
|
|
|
|
- Move non-deprecated RPC-related functions from sunrpc to inet
|
|
|
|
- aarch64: add NEWS entry about branch protection support
|
|
|
|
- aarch64: redefine RETURN_ADDRESS to strip PAC
|
|
|
|
- aarch64: fix pac-ret support in _mcount
|
|
|
|
- aarch64: Add pac-ret support to assembly files
|
|
|
|
- aarch64: configure check for pac-ret code generation
|
|
|
|
- aarch64: ensure objects are BTI compatible
|
|
|
|
- aarch64: enable BTI at runtime
|
|
|
|
- aarch64: fix RTLD_START for BTI
|
|
|
|
- aarch64: fix swapcontext for BTI
|
|
|
|
- aarch64: Add BTI support to assembly files
|
|
|
|
- aarch64: Rename place holder .S files to .c
|
|
|
|
- aarch64: configure test for BTI support
|
|
|
|
- Rewrite abi-note.S in C.
|
|
|
|
- rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling
|
|
|
|
- string: Move tst-strsignal tst-strerror to tests-container
|
|
|
|
- string: Fix prototype mismatch in sigabbrev_np, __sigdescr_np
|
|
|
|
- arm: CVE-2020-6096: Fix multiarch memcpy for negative length (#1820332)
|
|
|
|
- arm: CVE-2020-6096: fix memcpy and memmove for negative length (#1820332)
|
|
|
|
- sunrpc: Remove hidden aliases for global data symbols (bug 26210)
|
|
|
|
- hurd: Fix strerror not setting errno
|
|
|
|
- tst-strsignal: fix checking for RT signals support
|
|
|
|
- hurd: Evaluate fd before entering the critical section
|
|
|
|
- CVE-2016-10228: Rewrite iconv option parsing (#1428292)
|
|
|
|
- nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplus
|
|
|
|
- sunrpc: Do not export getrpcport by default
|
|
|
|
- sunrpc: Do not export key handling hooks by default
|
|
|
|
- sunrpc: Turn clnt_sperrno into a libc_hidden_nolink_sunrpc symbol
|
|
|
|
- string: Add strerrorname_np and strerrordesc_np
|
|
|
|
- string: Add sigabbrev_np and sigdescr_np
|
|
|
|
- string: Add strerror_l on test-strerror-errno
|
|
|
|
- string: Add strerror, strerror_r, and strerror_l test
|
|
|
|
- string: Add strsignal test
|
|
|
|
- string: Simplify strerror_r
|
|
|
|
- string: Use tls-internal on strerror_l
|
|
|
|
- string: Implement strerror in terms of strerror_l
|
|
|
|
- string: Remove old TLS usage on strsignal
|
|
|
|
- linux: Fix __NSIG_WORDS and add __NSIG_BYTES
|
|
|
|
- signal: Move sys_errlist to a compat symbol
|
|
|
|
- signal: Move sys_siglist to a compat symbol
|
|
|
|
- signal: Add signum-{generic,arch}.h
|
|
|
|
- Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26211).
|
|
|
|
- elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]
|
|
|
|
- Fix stringop-overflow errors from gcc 10 in iconv.
|
|
|
|
- x86: Add thresholds for "rep movsb/stosb" to tunables
|
|
|
|
- Use C2x return value from getpayload of non-NaN (bug 26073).
|
|
|
|
- x86: Detect Extended Feature Disable (XFD)
|
|
|
|
- x86: Correct bit_cpu_CLFSH [BZ #26208]
|
|
|
|
- manual: Document __libc_single_threaded
|
|
|
|
- Add the __libc_single_threaded variable
|
|
|
|
- Linux: rseq registration tests
|
|
|
|
- Linux: Use rseq in sched_getcpu if available
|
|
|
|
- Linux: Perform rseq registration at C startup and thread creation
|
|
|
|
- tst-cancel4: deal with ENOSYS errors
|
|
|
|
- manual: Show copyright information not just in the printed manual
|
|
|
|
|
|
|
|
|
2020-07-02 21:45:59 +00:00
|
|
|
* Thu Jul 02 2020 Carlos O'Donell <carlos@redhat.com> - 2.31.9000-17
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit c6aac3bf3663709cdefde5f5d5e9e875d607be5e.
|
|
|
|
- Fix typo in comment in bug 26137 fix.
|
|
|
|
- Fix strtod multiple-precision division bug (bug 26137).
|
|
|
|
- Linux: Fix UTC offset setting in settimeofday for __TIMESIZE != 64
|
|
|
|
- random: range is not portably RAND_MAX [BZ #7003]
|
|
|
|
- Update kernel version to 5.7 in tst-mman-consts.py.
|
|
|
|
- powerpc: Add support for POWER10
|
|
|
|
- hurd: Simplify usleep timeout computation
|
|
|
|
- htl: Enable cancel*16 an cancel*20 tests
|
|
|
|
- hurd: Add remaining cancelation points
|
|
|
|
- hurd: fix usleep(ULONG_MAX)
|
|
|
|
- hurd: Make fcntl(F_SETLKW*) cancellation points
|
|
|
|
- hurd: make wait4 a cancellation point
|
|
|
|
- hurd: Fix port definition in HURD_PORT_USE_CANCEL
|
|
|
|
- hurd: make close a cancellation point
|
|
|
|
- hurd: make open and openat cancellation points
|
|
|
|
- hurd: clean fd and port on thread cancel
|
|
|
|
- htl: Move cleanup handling to non-private libc-lock
|
|
|
|
- htl: Fix includes for lockfile
|
|
|
|
- htl: avoid cancelling threads inside critical sections
|
|
|
|
- tst-cancel4-common.c: fix calling socketpair
|
|
|
|
- x86: Detect Intel Advanced Matrix Extensions
|
|
|
|
- Set width of JUNGSEONG/JONGSEONG characters from UD7B0 to UD7FB to 0 [BZ #26120]
|
|
|
|
- S390: Optimize __memset_z196.
|
|
|
|
- S390: Optimize __memcpy_z196.
|
|
|
|
- elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>
|
|
|
|
- nptl: Don't madvise user provided stack
|
|
|
|
- S390: Regenerate ULPs.
|
|
|
|
- htl: Add wrapper header for <semaphore.h> with hidden __sem_post
|
|
|
|
- elf: Include <stdbool.h> in <dl-tunables.h> because bool is used
|
|
|
|
- htl: Fix case when sem_*wait is canceled while holding a token
|
|
|
|
- htl: Make sem_*wait cancellations points
|
|
|
|
- htl: Simplify non-cancel path of __pthread_cond_timedwait_internal
|
|
|
|
- htl: Enable tst-cancel25 test
|
|
|
|
- powerpc: Add new hwcap values
|
|
|
|
- aarch64: MTE compatible strncmp
|
|
|
|
- aarch64: MTE compatible strcmp
|
|
|
|
- aarch64: MTE compatible strrchr
|
|
|
|
- aarch64: MTE compatible memrchr
|
|
|
|
- aarch64: MTE compatible memchr
|
|
|
|
- aarch64: MTE compatible strcpy
|
|
|
|
- Add MREMAP_DONTUNMAP from Linux 5.7
|
|
|
|
- x86: Update CPU feature detection [BZ #26149]
|
|
|
|
|
2020-06-22 19:43:26 +00:00
|
|
|
* Mon Jun 22 2020 DJ Delorie <dj@redhat.com> - 2.31.9000-16
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit ea04f0213135b13d80f568ca2c4127c2ec112537.
|
|
|
|
- aarch64: Remove fpu Makefile
|
|
|
|
- m68k: Use sqrt{f} builtin for coldfire
|
|
|
|
- arm: Use sqrt{f} builtin
|
|
|
|
- riscv: Use sqrt{f} builtin
|
|
|
|
- s390: Use sqrt{f} builtin
|
|
|
|
- sparc: Use sqrt{f} builtin
|
|
|
|
- mips: Use sqrt{f} builtin
|
|
|
|
- alpha: Use builtin sqrt{f}
|
|
|
|
- i386: Use builtin sqrtl
|
|
|
|
- x86_64: Use builtin sqrt{f,l}
|
|
|
|
- powerpc: Use sqrt{f} builtin
|
|
|
|
- s390x: Use fma{f} builtin
|
|
|
|
- aarch64: Use math-use-builtins for ceil{f}
|
|
|
|
- math: Decompose math-use-builtins.h
|
|
|
|
- hurd: Add mremap
|
|
|
|
- ia64: Use generic exp10f
|
|
|
|
- New exp10f version without SVID compat wrapper
|
|
|
|
- i386: Use generic exp10f
|
|
|
|
- math: Optimized generic exp10f with wrappers
|
|
|
|
- benchtests: Add exp10f benchmark
|
|
|
|
|
2020-06-19 16:03:17 +00:00
|
|
|
* Fri Jun 19 2020 Patsy Franklin <patsy@redhat.com> - 2.31.9000-15
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 27f8864bd41f0f1b61e8e947d9a030b1a0d23df9.
|
|
|
|
- x86: Update F16C detection [BZ #26133]
|
|
|
|
- Fix avx2 strncmp offset compare condition check [BZ #25933]
|
|
|
|
- nptl: Remove now-spurious tst-cancelx9 references
|
|
|
|
- x86_64: Use %xmmN with vpxor to clear a vector register
|
|
|
|
- x86: Correct bit_cpu_CLFLUSHOPT [BZ #26128]
|
|
|
|
- powerpc64le: refactor e_sqrtf128.c
|
|
|
|
- Update syscall-names.list for Linux 5.7.
|
|
|
|
- ieee754/dbl-64: Reduce the scope of temporary storage variables
|
|
|
|
- manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
|
|
|
|
- ld.so: Check for new cache format first and enhance corruption check
|
|
|
|
- hurd: Fix __writev_nocancel_nostatus
|
|
|
|
- hurd: Make send* cancellation points
|
|
|
|
- htl: Enable more cancellation tests
|
|
|
|
- hurd: Make write and pwrite64 cancellation points
|
|
|
|
- htl: Fix cleanup support for IO locking
|
|
|
|
- htl: Move cleanup stack to variable shared between libc and pthread
|
|
|
|
- htl: initialize first and prevent from unloading
|
|
|
|
- htl: Add noreturn attribute on __pthread_exit forward
|
|
|
|
- hurd: Make recv* cancellation points
|
|
|
|
- powerpc: Automatic CPU detection in preconfigure
|
|
|
|
- Use Linux 5.7 in build-many-glibcs.py.
|
|
|
|
- htl: Enable more cancel tests
|
|
|
|
- htl: Fix linking static tests by factorizing the symbols list
|
|
|
|
- Add "%d" support to _dl_debug_vdprintf
|
|
|
|
- aarch64: MTE compatible strlen
|
|
|
|
- aarch64: MTE compatible strchr
|
|
|
|
- aarch64: MTE compatible strchrnul
|
|
|
|
- AArch64: Merge Falkor memcpy and memmove implementations
|
|
|
|
- hurd: document that gcc&gdb look at the trampoline code
|
|
|
|
- pthread: Move back linking rules to nptl and htl
|
|
|
|
- htl: Enable more tests
|
|
|
|
- htl: Fix registration of atfork handlers in modules
|
|
|
|
- htl: Fix tls initialization for already-created threads
|
|
|
|
- hurd: Make read and pread64 cancellable
|
|
|
|
- hurd: Fix unwinding over interruptible RPC
|
|
|
|
- htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2
|
|
|
|
- hurd: XFAIL more tests that require setpshared support
|
|
|
|
- hurd: Briefly document in xfails the topics of the bugzilla entries
|
|
|
|
- htl: Enable more tests
|
|
|
|
- htl: Add sem_clockwait support
|
|
|
|
- htl: fix register-atfork ordering
|
|
|
|
- hurd: Fix hang in _hurd_raise_signal from pthread_kill
|
|
|
|
- hurd: Reject raising invalid signals
|
|
|
|
- hurd: fix clearing SS_ONSTACK when longjmp-ing from sighandler
|
|
|
|
- hurd: Add pointer guard support
|
|
|
|
- hurd: Add stack guard support
|
|
|
|
- dl-runtime: reloc_{offset,index} now functions arch overide'able
|
|
|
|
- powerpc64le: add optimized strlen for P9
|
|
|
|
- powerpc64le: use common fmaf128 implementation
|
|
|
|
|
Auto-sync with upstream branch master
Upstream commit: e52434a2e4d1105272daaef87678da950fbec73f
- benchtests: Restore the clock_gettime option
- Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.h
- Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGE
- support: Fix detecting hole support on >2KB-block filesystems
- powerpc: Fix powerpc64le due a7a3435c9a
- manual/jobs.texi: remove unused var from example code
- powerpc/fpu: use generic fma functions
- aarch/fpu: use generic builtins based math functions
- ieee754: provide gcc builtins based generic fma functions
- ieee754: provide gcc builtins based generic sqrt functions
- Linux: Use __pthread_attr_setsigmask_internal for timer helper thread
- nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
- nptl: Make pthread_attr_t dynamically extensible
- nptl: Destroy the default thread attribute as part of freeres
- nptl: Change type of __default_pthread_attr
- nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_np
- nptl: Use __pthread_getattr_default_np in pthread_create
- nptl: Add internal alias __pthread_getattr_default_np
- htl: Fix gsync_wait symbol exposition
- htl: Make pthread_cond_destroy wait for threads to be woken
- htl: Enable more cond tests
- tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0
- mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)
- build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990]
- manual: Fix backtraces code example [BZ #10441]
- hurd: Fix fexecve
- i386: Remove unused file sysdeps/unix/i386/sysdep.S
- hurd: fix ptsname error when called on a non-tty
- hurd: Fix fdopendir checking for directory type
- i386: Remove NO_TLS_DIRECT_SEG_REFS handling
- Hurd: Move <hurd/sigpreempt.h> internals into wrapper header
- Hurd: Use __sigmask in favor of deprecated sigmask
- hurd: Fix pselect atomicity
- elf: Remove extra hwcap mechanism from ldconfig
- elf: Do not read hwcaps from the vDSO in ld.so
- linux: Use internal DIR locks when accessing filepos on telldir
- Update i386 libm-test-ulps
- htl: Add clock variants
- signal: Deprecate additional legacy signal handling functions
- elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functions
- x86: Update Intel Atom processor family optimization
- elf.h: add aarch64 property definitions
- elf.h: Add PT_GNU_PROPERTY
- <libc-symbols.h>: Add libpthread hidden alias support
- nptl: Use __pthread_attr_copy in pthread_setattr_default_np
- nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)
- nptl: Add __pthread_attr_copy for copying pthread_attr_t objects
- nptl: Make __pthread_attr_init, __pthread_attr_destroy available internally
- nptl: Move pthread_gettattr_np into libc
- nptl: Move pthread_getaffinity_np into libc
- nptl: Move pthread_attr_setaffinity_np into libc
- nptl: Replace some stubs with the Linux implementation
- Linux: Add missing handling of tai field to __ntp_gettime64
- Mention GCC 10 attribute access.
- y2038: Replace __clock_gettime with __clock_gettime64
- manual: Add missing section and node for clockid_t wait functions
- y2038: linux: Provide __ntp_gettimex64 implementation
- y2038: linux: Provide __ntp_gettime64 implementation
- y2038: Provide conversion helpers for struct __ntptimeval64
- y2038: Introduce struct __ntptimeval64 - new internal glibc type
- y2038: linux: Provide __adjtime64 implementation
- y2038: linux: Provide ___adjtimex64 implementation
- y2038: linux: Provide __clock_adjtime64 implementation
- ldconfig: Default to the new format for ld.so.cache
- nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]
- powerpc: Optimized rawmemchr for POWER9
- x86: Add --enable-cet=permissive
- Remove NO_CTORS_DTORS_SECTIONS macro
- elf: Assert that objects are relocated before their constructors run
- powerpc: Optimized stpcpy for POWER9
- powerpc: Optimized strcpy for POWER9
- x86: Move CET control to _dl_x86_feature_control [BZ #25887]
- sunrpc/tst-udp-*: Fix timeout value
- Linux: Remove remnants of the getcpu cache
- Update timezone code from tzcode 2020a
- aarch64: fix strcpy and strnlen for big-endian [BZ #25824]
- locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4)
- string: Fix string/tst-memmove-overflow to compile with GCC 7
- Add arch-syscall.h dependency for generating sysd-syscalls file
- arm: XFAIL string/tst-memmove-overflow due to bug 25620
- elf: Remove redundant add_to_global_resize_failure call from dl_open_args
- string: Add string/tst-memmove-overflow, a test case for bug 25620
- support: Add support_blob_repeat_allocate_shared
- nptl: wait for pending setxid request also in detached thread (bug 25942)
- aarch64: Accept PLT calls to __getauxval within libc.so
- Use unsigned constants for ICMP6 filters [BZ #22489]
- Linux: Enhance glibcsyscalls.py to support listing system calls
2020-06-05 21:05:33 +00:00
|
|
|
* Fri Jun 05 2020 Patsy Griffin <patsy@redhat.com> - 2.31.9000-14
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit e52434a2e4d1105272daaef87678da950fbec73f.
|
|
|
|
- benchtests: Restore the clock_gettime option
|
|
|
|
- Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.h
|
|
|
|
- Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGE
|
|
|
|
- support: Fix detecting hole support on >2KB-block filesystems
|
|
|
|
- powerpc: Fix powerpc64le due a7a3435c9a
|
|
|
|
- manual/jobs.texi: remove unused var from example code
|
|
|
|
- powerpc/fpu: use generic fma functions
|
|
|
|
- aarch/fpu: use generic builtins based math functions
|
|
|
|
- ieee754: provide gcc builtins based generic fma functions
|
|
|
|
- ieee754: provide gcc builtins based generic sqrt functions
|
|
|
|
- Linux: Use __pthread_attr_setsigmask_internal for timer helper thread
|
|
|
|
- nptl: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
|
|
|
|
- nptl: Make pthread_attr_t dynamically extensible
|
|
|
|
- nptl: Destroy the default thread attribute as part of freeres
|
|
|
|
- nptl: Change type of __default_pthread_attr
|
|
|
|
- nptl: Use __pthread_attr_setaffinity_np in pthread_getattr_np
|
|
|
|
- nptl: Use __pthread_getattr_default_np in pthread_create
|
|
|
|
- nptl: Add internal alias __pthread_getattr_default_np
|
|
|
|
- htl: Fix gsync_wait symbol exposition
|
|
|
|
- htl: Make pthread_cond_destroy wait for threads to be woken
|
|
|
|
- htl: Enable more cond tests
|
|
|
|
- tst-cond11: Fix build with _SC_MONOTONIC_CLOCK > 0
|
|
|
|
- mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219)
|
|
|
|
- build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990]
|
|
|
|
- manual: Fix backtraces code example [BZ #10441]
|
|
|
|
- hurd: Fix fexecve
|
|
|
|
- i386: Remove unused file sysdeps/unix/i386/sysdep.S
|
|
|
|
- hurd: fix ptsname error when called on a non-tty
|
|
|
|
- hurd: Fix fdopendir checking for directory type
|
|
|
|
- i386: Remove NO_TLS_DIRECT_SEG_REFS handling
|
|
|
|
- Hurd: Move <hurd/sigpreempt.h> internals into wrapper header
|
|
|
|
- Hurd: Use __sigmask in favor of deprecated sigmask
|
|
|
|
- hurd: Fix pselect atomicity
|
|
|
|
- elf: Remove extra hwcap mechanism from ldconfig
|
|
|
|
- elf: Do not read hwcaps from the vDSO in ld.so
|
|
|
|
- linux: Use internal DIR locks when accessing filepos on telldir
|
|
|
|
- Update i386 libm-test-ulps
|
|
|
|
- htl: Add clock variants
|
|
|
|
- signal: Deprecate additional legacy signal handling functions
|
|
|
|
- elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functions
|
|
|
|
- x86: Update Intel Atom processor family optimization
|
|
|
|
- elf.h: add aarch64 property definitions
|
|
|
|
- elf.h: Add PT_GNU_PROPERTY
|
|
|
|
- <libc-symbols.h>: Add libpthread hidden alias support
|
|
|
|
- nptl: Use __pthread_attr_copy in pthread_setattr_default_np
|
|
|
|
- nptl: Use __pthread_attr_copy in pthread_getattr_default_np (bug 25999)
|
|
|
|
- nptl: Add __pthread_attr_copy for copying pthread_attr_t objects
|
|
|
|
- nptl: Make __pthread_attr_init, __pthread_attr_destroy available internally
|
|
|
|
- nptl: Move pthread_gettattr_np into libc
|
|
|
|
- nptl: Move pthread_getaffinity_np into libc
|
|
|
|
- nptl: Move pthread_attr_setaffinity_np into libc
|
|
|
|
- nptl: Replace some stubs with the Linux implementation
|
|
|
|
- Linux: Add missing handling of tai field to __ntp_gettime64
|
|
|
|
- Mention GCC 10 attribute access.
|
|
|
|
- y2038: Replace __clock_gettime with __clock_gettime64
|
|
|
|
- manual: Add missing section and node for clockid_t wait functions
|
|
|
|
- y2038: linux: Provide __ntp_gettimex64 implementation
|
|
|
|
- y2038: linux: Provide __ntp_gettime64 implementation
|
|
|
|
- y2038: Provide conversion helpers for struct __ntptimeval64
|
|
|
|
- y2038: Introduce struct __ntptimeval64 - new internal glibc type
|
|
|
|
- y2038: linux: Provide __adjtime64 implementation
|
|
|
|
- y2038: linux: Provide ___adjtimex64 implementation
|
|
|
|
- y2038: linux: Provide __clock_adjtime64 implementation
|
|
|
|
- ldconfig: Default to the new format for ld.so.cache
|
|
|
|
- nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]
|
|
|
|
- powerpc: Optimized rawmemchr for POWER9
|
|
|
|
- x86: Add --enable-cet=permissive
|
|
|
|
- Remove NO_CTORS_DTORS_SECTIONS macro
|
|
|
|
- elf: Assert that objects are relocated before their constructors run
|
|
|
|
- powerpc: Optimized stpcpy for POWER9
|
|
|
|
- powerpc: Optimized strcpy for POWER9
|
|
|
|
- x86: Move CET control to _dl_x86_feature_control [BZ #25887]
|
|
|
|
- sunrpc/tst-udp-*: Fix timeout value
|
|
|
|
- Linux: Remove remnants of the getcpu cache
|
|
|
|
- Update timezone code from tzcode 2020a
|
|
|
|
- aarch64: fix strcpy and strnlen for big-endian [BZ #25824]
|
|
|
|
- locale: Add transliteration for Geresh, Gershayim (U+05F3, U+05F4)
|
|
|
|
- string: Fix string/tst-memmove-overflow to compile with GCC 7
|
|
|
|
- Add arch-syscall.h dependency for generating sysd-syscalls file
|
|
|
|
- arm: XFAIL string/tst-memmove-overflow due to bug 25620
|
|
|
|
- elf: Remove redundant add_to_global_resize_failure call from dl_open_args
|
|
|
|
- string: Add string/tst-memmove-overflow, a test case for bug 25620
|
|
|
|
- support: Add support_blob_repeat_allocate_shared
|
|
|
|
- nptl: wait for pending setxid request also in detached thread (bug 25942)
|
|
|
|
- aarch64: Accept PLT calls to __getauxval within libc.so
|
|
|
|
- Use unsigned constants for ICMP6 filters [BZ #22489]
|
|
|
|
- Linux: Enhance glibcsyscalls.py to support listing system calls
|
|
|
|
|
2020-05-11 18:44:49 +00:00
|
|
|
* Mon May 11 2020 DJ Delorie <dj@redhat.com> - 2.31.9000-13
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 978e8ac39f8ba2d694031e521511da1ae803ccfc.
|
|
|
|
- Suppress GCC 10 true positive warnings [BZ #25967]
|
|
|
|
- POWER: Add context-synchronizing instructions to pkey_write [BZ #25954]
|
|
|
|
- hurd: Add missing sigstate members initialization
|
|
|
|
- x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]
|
|
|
|
- linux: Remove assembly umount2 implementation
|
|
|
|
- signal: Use <sigsetops.h> for sigemptyset, sigfillset
|
|
|
|
- ckb_IQ, or_IN locales: Add missing reorder-end keywords
|
|
|
|
- semaphore: consolidate arch headers into a generic one
|
|
|
|
- Use GCC 10 branch in build-many-glibcs.py.
|
|
|
|
- Document the internal _ and N_ macros
|
|
|
|
- y2038: Provide conversion helpers for struct __timex64
|
|
|
|
- y2038: Introduce struct __timex64 - new internal glibc type
|
|
|
|
- y2038: include: Move struct __timeval64 definition to a separate file
|
|
|
|
- y2038: nscd: Modify nscd_helper to use __clock_gettime64
|
|
|
|
- y2038: inet: Convert inet deadline to support 64 bit time
|
|
|
|
- y2038: hurd: Provide __clock_gettime64 function
|
|
|
|
- y2038: Export __clock_gettime64 to be usable in other libraries
|
|
|
|
- manual: Document the O_NOFOLLOW open flag
|
|
|
|
- powerpc64le/power9: guard power9 strcmp against rtld usage [BZ# 25905]
|
|
|
|
- float128: use builtin_signbitf128 always
|
|
|
|
- improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
|
|
|
|
- nios2: delete sysdeps/unix/sysv/linux/nios2/kernel-features.h
|
|
|
|
- powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]
|
|
|
|
- locale/tst-localedef-path-norm: Don't create $(complocaledir)
|
|
|
|
- support: Set errno before testing it.
|
|
|
|
- localedef: Add tests-container test for --no-hard-links.
|
|
|
|
- test-container: Support $(complocaledir) and mkdirp.
|
|
|
|
- i386: Remove unused variable in sysdeps/x86/cacheinfo.c
|
|
|
|
- Add a C wrapper for prctl [BZ #25896]
|
|
|
|
- powerpc64le: Enable support for IEEE long double
|
|
|
|
- powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0)
|
|
|
|
- powerpc64le: bump binutils version requirement to >= 2.26
|
|
|
|
- powerpc64le: raise GCC requirement to 7.4 for long double transition
|
|
|
|
- Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
|
|
|
|
- ldbl-128ibm-compat: workaround GCC 9 C++ PR90731
|
|
|
|
- x86: Add the test case of __get_cpu_features support for Zhaoxin processors
|
|
|
|
- x86: Add cache information support for Zhaoxin processors
|
|
|
|
- x86: Add CPU Vendor ID detection support for Zhaoxin processors
|
|
|
|
- Update translations
|
|
|
|
- Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]
|
|
|
|
- generic/typesizes.h: Add support for 32-bit arches with 64-bit types
|
|
|
|
- semctl: Remove the sem-pad.h file
|
|
|
|
- bits/sem.h: Split out struct semid_ds
|
|
|
|
- Mark unsigned long arguments with U in more syscalls [BZ #25810]
|
|
|
|
- elf: Add initial flag argument to __libc_early_init
|
|
|
|
- Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]
|
|
|
|
- Makeconfig: Use $(error ...) to output error message
|
|
|
|
- manual: Fix typos in the fexecve description
|
|
|
|
- misc: Remove sstk from the autogenerated system call list
|
|
|
|
- Remove unused floating-point configuration from gmp-impl.h.
|
|
|
|
- support: Implement <support/xthread.h> key create/delete
|
|
|
|
- nptl/tst-setuid1-static: Improve isolation from system objects
|
|
|
|
- Increase the timeout of locale/tst-localedef-path-norm
|
|
|
|
- Use 2020 as copyright year.
|
|
|
|
- misc: Turn sstk into a compat symbol
|
|
|
|
- manual: Document the fexecve function
|
|
|
|
- nptl: Start new threads with all signals blocked [BZ #25098]
|
|
|
|
- localedef: Add verbose messages for failure paths.
|
|
|
|
- Remove most gmp-mparam.h headers.
|
|
|
|
- elf: Implement __libc_early_init
|
|
|
|
- elf: Introduce <elf_machine_sym_no_match.h>
|
|
|
|
- Add a syscall test for [BZ #25810]
|
|
|
|
- elf: Support lld-style link map for librtld.map
|
|
|
|
- signal: Only handle on NSIG signals on signal functions (BZ #25657)
|
|
|
|
- linux: Use pthread_sigmask on sigprocmask
|
|
|
|
- ia64: Remove sigprocmask/sigblock objects from libpthread
|
|
|
|
- nptl: Move pthread_sigmask implementation to libc
|
|
|
|
- Bug 25819: Update to Unicode 13.0.0
|
|
|
|
|
2020-04-29 11:48:49 +00:00
|
|
|
* Wed Apr 29 2020 Florian Weimer <fweimer@redhat.com> - 2.31.9000-12
|
|
|
|
- nss_db.x86_64 should install nss_db.i686 if glibc.i686 is installed (#1807821)
|
|
|
|
- Likewise for nss_hesiod.
|
|
|
|
|
2020-04-03 15:25:50 +00:00
|
|
|
* Mon Apr 27 2020 Florian Weimer <fweimer@redhat.com> - 2.31.9000-11
|
2020-04-29 10:22:43 +00:00
|
|
|
- Introduce glibc-headers-x86, glibc-headers-s390 packages (#1828332)
|
2020-04-03 15:25:50 +00:00
|
|
|
- Remove the glibc-headers package
|
|
|
|
|
2020-04-20 20:56:20 +00:00
|
|
|
* Mon Apr 20 2020 DJ Delorie <dj@redhat.com> - 2.31.9000-10
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 0798b8ecc8da8667362496c1217d18635106c609.
|
|
|
|
- ARC: Update syscall-names.list for ARC specific syscalls
|
|
|
|
- Revert "x86_64: Add SSE sfp-exceptions"
|
|
|
|
- provide y2038 safe socket constants for default/asm-generic ABI
|
|
|
|
- x86_64: Add SSE sfp-exceptions
|
|
|
|
- Remove __NO_MATH_INLINES
|
|
|
|
- i686: Add INTERNAL_SYSCALL_NCS 6 argument support
|
|
|
|
- Reset converter state after second wchar_t output (Bug 25734)
|
|
|
|
- Fix typo in posix/tst-fnmatch.input (Bug 25790)
|
|
|
|
|
2020-04-15 18:43:42 +00:00
|
|
|
* Wed Apr 15 2020 Patsy Griffin <patsy@redhat.com> - 2.31.9000-9
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 076f09afbac1aa57756faa7a8feadb7936a724e4.
|
|
|
|
- Linux: Remove <sys/sysctl.h> and the sysctl function
|
|
|
|
- posix: Add wait4 test case
|
|
|
|
- linux: wait4: Fix incorrect return value comparison
|
|
|
|
- hurd: add mach_print function
|
|
|
|
- x32: Properly pass long to syscall [BZ #25810]
|
|
|
|
- Add GRND_INSECURE from Linux 5.6 to sys/random.h
|
|
|
|
- Update kernel version to 5.6 in tst-mman-consts.py.
|
|
|
|
|
2020-04-15 15:41:04 +00:00
|
|
|
* Wed Apr 15 2020 Florian Weimer <fweimer@redhat.com> - 2.31.9000-8
|
|
|
|
- nsswitch.conf: don't add sss to shadow line
|
|
|
|
|
2020-04-08 20:47:40 +00:00
|
|
|
* Wed Apr 08 2020 Carlos O'Donell <carlos@redhat.com> - 2.31.9000-7
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit b1caa144c74678097cada5a54eda2996bb459d8f.
|
|
|
|
- Update mips libm-test-ulps
|
|
|
|
- Update alpha libm-test-ulps
|
|
|
|
- Update ia64 libm-test-ulps
|
|
|
|
- Update sparc libm-test-ulps
|
|
|
|
- Update arm libm-test-ulps
|
|
|
|
- Update aarch64 libm-test-ulps
|
|
|
|
- Updates to the shn_MM locale [BZ #25532]
|
|
|
|
- powerpc: Update ULPs and xfail more ibm128 outputs
|
|
|
|
- i386: Remove build support for GCC older than GCC 6
|
|
|
|
- oc_FR locale: Fix spelling of April (bug 25639)
|
|
|
|
- Update hppa libm-test-ulps
|
|
|
|
- y2038: linux: Provide __mq_timedreceive_time64 implementation
|
|
|
|
- y2038: linux: Provide __mq_timedsend_time64 implementation
|
|
|
|
- y2038: include: Move struct __timespec64 definition to a separate file
|
|
|
|
- malloc: ensure set_max_fast never stores zero [BZ #25733]
|
|
|
|
- powerpc64le: enforce non-specific long double in .gnu.attributes section
|
|
|
|
- powerpc64le: workaround ieee long double / _Float128 stdc++ bug
|
|
|
|
- powerpc64le: Enforce -mabi=ibmlongdouble when -mfloat128 used
|
|
|
|
- powerpc64le/multiarch: don't generate strong aliases for fmaf128-ppc64
|
|
|
|
- ldbl-128ibm: simplify iscanonical.h
|
|
|
|
- i386: Disable check_consistency for GCC 5 and above [BZ #25788]
|
|
|
|
- Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to netinet/in.h.
|
|
|
|
- Update syscall lists for Linux 5.6.
|
|
|
|
- elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]
|
|
|
|
- elf: Simplify handling of lists of audit strings
|
|
|
|
- support: Change xgetline to return 0 on EOF
|
|
|
|
- nptl: Remove x86_64 cancellation assembly implementations [BZ #25765]
|
|
|
|
- aarch64: update bits/hwcap.h
|
|
|
|
- Add tests for Safe-Linking
|
|
|
|
- S390: Regenerate ULPs.
|
|
|
|
- sysv/alpha: Use generic __timeval32 and helpers
|
|
|
|
- linux: Use long time_t for wait4/getrusage
|
|
|
|
- resource: Add a __rusage64 struct
|
|
|
|
- linux: Use long time_t __getitimer/__setitimer
|
|
|
|
- sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64
|
|
|
|
- math: Add inputs that yield larger errors for float type (x86_64)
|
|
|
|
|
2020-04-01 02:07:50 +00:00
|
|
|
* Tue Mar 31 2020 DJ Delorie <dj@redhat.com> - 2.31.9000-6
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 49c3c37651e2d2ec4ff8ce21252bbbc08a9d6639.
|
|
|
|
- Fix alignment bug in Safe-Linking
|
|
|
|
- Typo fixes and CR cleanup in Safe-Linking
|
|
|
|
- Use Linux 5.6 and GMP 6.2.0 in build-many-glibcs.py.
|
|
|
|
- Add new file missed in previous hppa commit.
|
|
|
|
- powerpc: Add support for fmaf128() in hardware
|
|
|
|
- Fix data race in setting function descriptors during lazy binding on hppa.
|
|
|
|
- sparc: Move __fenv_{ld,st}fsr to fenv-private.h
|
|
|
|
- x86: Remove feraiseexcept optimization
|
|
|
|
- math: Remove fenvinline.h
|
|
|
|
- hurd: Make O_TRUNC update mtime/ctime
|
|
|
|
- Add Safe-Linking to fastbins and tcache
|
|
|
|
- Add benchtests for roundeven and roundevenf.
|
|
|
|
- time: Add a __itimerval64 struct
|
|
|
|
- time: Add a timeval with a 32-bit tv_sec and tv_usec
|
|
|
|
- sysv/linux: Rename alpha functions to be alpha specific
|
|
|
|
- ARC: add definitions to elf/elf.h
|
|
|
|
- powerpc64: apply -mabi=ibmlongdouble to special files
|
|
|
|
- powerpc64le: add -mno-gnu-attribute to *f128 objects and difftime
|
|
|
|
- Makeconfig: sandwich gnulib-tests between libc/ld linking of tests
|
|
|
|
- powerpc64le: Ensure correct ldouble compiler flags are used
|
|
|
|
- Fix tests which expose ldbl -> _Float128 redirects
|
|
|
|
- ldbl-128ibm-compat: PLT redirects for using ldbl redirects internally
|
|
|
|
|
2020-03-26 14:49:57 +00:00
|
|
|
* Wed Mar 25 2020 Patsy Franklin <patsy@redhat.com> - 2.31.9000-5
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 4eda036f5b897fa8bc20ddd2099b5a6ed4239dc9.
|
|
|
|
- stdlib: Move tst-system to tests-container
|
|
|
|
- support/shell-container.c: Add builtin kill
|
|
|
|
- support/shell-container.c: Add builtin exit
|
|
|
|
- support/shell-container.c: Return 127 if execve fails
|
|
|
|
- Add NEWS entry for CVE-2020-1751 (bug 25423)
|
|
|
|
- posix: Fix system error return value [BZ #25715]
|
|
|
|
- y2038: fix: Add missing libc_hidden_def attribute for some syscall wrappers
|
|
|
|
- Extended Char Intro: Use getwc in example (Bug 25626)
|
|
|
|
- stdio: Add tests for printf multibyte convertion leak [BZ#25691]
|
|
|
|
- stdio: Remove memory leak from multibyte convertion [BZ#25691]
|
|
|
|
- Add NEWS entry for CVE-2020-1752 (bug 25414)
|
|
|
|
- math: Remove inline math tests
|
|
|
|
- Remove __LIBC_INTERNAL_MATH_INLINES
|
|
|
|
- math: Remove mathinline
|
|
|
|
- m68k: Remove mathinline.h
|
|
|
|
- oc_FR locale: Fix spelling of Thursday (bug 25639)
|
|
|
|
- x86: Remove ARCH_CET_LEGACY_BITMAP [BZ #25397]
|
|
|
|
- Fix build with GCC 10 when long double = double.
|
|
|
|
- nscd/cachedumper.c : fix whitespace
|
|
|
|
- Fix nscd/cachedumper.c compile errors
|
|
|
|
- manual: Fix inconsistent declaration of wcsrchr [BZ #24655]
|
|
|
|
- nscd: add cache dumper
|
|
|
|
|
2020-03-16 03:55:22 +00:00
|
|
|
* Fri Mar 13 2020 Patsy Franklin <patsy@redhat.com> - 2.31.9000-4
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 2de7fe62534b7a6461c633114f03e9dff394f5f7.
|
|
|
|
- parse_tunables: Fix typo in comment
|
|
|
|
- ldconfig: trace origin paths with -v
|
|
|
|
- test-container: print errno when execvp fails
|
|
|
|
- [AArch64] Improve integer memcpy
|
|
|
|
- Add NEWS entry for CVE-2020-10029 (bug 25487)
|
|
|
|
- gcc PR 89877: miscompilation due to missing cc clobber in longlong.h macros
|
|
|
|
- mips: Fix wrong INTERNAL_SYSCALL_ERROR_P check from bc2eb9321e
|
|
|
|
- elf: Fix wrong indentation from commit eb447b7b4b
|
|
|
|
- y2038: linux: Provide __futimesat64 implementation
|
|
|
|
- y2038: linux: Provide __lutimes64 implementation
|
|
|
|
- y2038: linux: Provide __futimes64 implementation
|
|
|
|
- y2038: fix: Add missing libc_hidden_def for __futimens64
|
|
|
|
- sparc: Move sigreturn stub to assembly
|
|
|
|
- ldbl-128ibm: Let long double files have specific compiler flags
|
|
|
|
- ldbl-128ibm-compat: Add tests for IBM long double functions
|
|
|
|
- powerpc: Fix feraiseexcept and feclearexcept macros
|
|
|
|
- arm: Fix softp-fp Implies (BZ #25635)
|
|
|
|
- Remove reference of --without-fp on configure
|
|
|
|
- linux/sysipc: Include linux/posix_types.h for __kernel_mode_t
|
|
|
|
- Improve IFUNC check [BZ #25506]
|
|
|
|
- linux: Clear mode_t padding bits (BZ#25623)
|
|
|
|
- linux: Remove aarch64 ipc_priv.h
|
|
|
|
- Linux: Use __fstatat64 in fchmodat implementation
|
|
|
|
- Linux: Use AT_FDCWD in utime, utimes when calling utimensat
|
|
|
|
- S390: Remove backchain-based fallback and use generic backtrace.c.
|
|
|
|
- manual: Fix wrong declaration of wcschr [BZ #24654]
|
|
|
|
- manual: Fix typo in parse_printf_format example [BZ #24638]
|
|
|
|
|
2020-03-05 12:09:13 +00:00
|
|
|
* Thu Mar 5 2020 Florian Weimer <fweimer@redhat.com> - 2.31.9000-3
|
|
|
|
- Emergency patch for broken utimes/utime functions
|
|
|
|
|
2020-03-04 16:00:41 +00:00
|
|
|
* Tue Mar 03 2020 Patsy Franklin <patsy@redhat.com> - 2.31.9000-2
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 78c9d0c6efabe2067ef7f93cd36325f54c60adc2.
|
|
|
|
- Update translations
|
|
|
|
- Convert Python scripts to Python 3
|
|
|
|
- alpha: Do not build with -fpic
|
|
|
|
- y2038: linux: Provide __utime64 implementation
|
|
|
|
- y2038: linux: Provide __utimes64 implementation
|
|
|
|
- y2038: Introduce struct __utimbuf64 - new internal glibc type
|
|
|
|
- microblaze: vfork is always available
|
|
|
|
- m68k: getpagesize syscall number is always available
|
|
|
|
- Linux: epoll_pwait syscall number is always available
|
|
|
|
- x86_64: Do not define __NR_semtimedop in <sysdep.h>
|
|
|
|
- ia64: Do not define __NR_semtimedop in <sysdep.h>
|
|
|
|
- Linux: open_by_handle_at syscall number is always available
|
|
|
|
- Linux: set_robust_list syscall number is always available
|
|
|
|
- Linux: pciconfig_iobase syscall number is always available on alpha
|
|
|
|
- Linux: getdents64 syscall number is always available on MIPS
|
|
|
|
- Linux: Clean up preadv2, pwritev2 system call names
|
|
|
|
- Linux: exit_group syscall number is always available
|
|
|
|
- Linux: set_tid_address syscall number is always available
|
|
|
|
- Linux: pkey_mprotect syscall number is always available
|
|
|
|
- Linux: rt_sigqueueinfo syscall number is always available
|
|
|
|
- Linux: getrandom syscall number is always available
|
|
|
|
- Linux: Clean up preadv, pwritev system call names
|
|
|
|
- Linux: Clean up pread64/pwrite64 system call names
|
|
|
|
- Linux: sigaltstack syscall number is always available
|
|
|
|
- Linux: sched_getaffinity syscall number is always available
|
|
|
|
- Linux: sched_setaffinity syscall number is always available
|
|
|
|
- Linux: statx syscall number is always available
|
|
|
|
- Linux: mq_* syscall numbers are always available
|
|
|
|
- Linux: mlock2 syscall number is always available
|
|
|
|
- Linux: copy_file_range syscall number is always available
|
|
|
|
- Linux: renameat2 syscall number is always available
|
|
|
|
- build-many-glibcs.py: Add list-compilers, list-glibcs commands
|
|
|
|
- build-many-glibcs.py: Add --shallow option
|
|
|
|
- Fixed typo in run_command_array() in support/shell-container.c
|
|
|
|
- Add missing libc_hidden_def for __utimensat64
|
|
|
|
- elf: Add elf/check-wx-segment, a test for the presence of WX segments
|
|
|
|
- i386: Use comdat instead of .gnu.linkonce for i386 setup pic register (BZ #20543)
|
|
|
|
- ldbl-128ibm-compat: link tst-ldbl-efgcvt against loader too
|
|
|
|
- ldbl-128ibm-compat: enforce ibm128 on compat tests
|
|
|
|
- ldbl-128ibm-compat: Provide nexttoward functions
|
|
|
|
- ldbl-128ibm-compat: Provide a significand implementation
|
|
|
|
- ldbl-128ibm-compat: Redirect complex math functions
|
|
|
|
- ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functions
|
|
|
|
- posix: Remove posix waitid
|
|
|
|
- posix: Refactor tst-waitid (BZ #14666)
|
|
|
|
- support: Add support_process_state_wait
|
|
|
|
- malloc/tst-mallocfork2: Kill lingering process for unexpected failures
|
|
|
|
|
2020-02-26 23:53:37 +00:00
|
|
|
* Wed Feb 26 2020 Patsy Franklin <patsy@redhat.com> - 2.31.9000-1
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 758599bc9dcc5764e862bd9e1613c5d1e6efc5d3.
|
|
|
|
- elf: Apply attribute_relro to pointers in elf/dl-minimal.c
|
|
|
|
- powerpc: Refactor fenvinline.h
|
|
|
|
- nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS
|
|
|
|
- csu: Use ELF constructor instead of _init in libc.so
|
|
|
|
- ldbl-128ibm: make ieee754.h work with IEEE 128 long double
|
|
|
|
- ldbl-128ibm-compat: fixup subdir location of several funcs
|
|
|
|
- ldbl-128ibm-compat: enforce correct abi flags on internal file
|
|
|
|
- ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions
|
|
|
|
- Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]
|
|
|
|
- nios2: Fix Linux kABI for syscall return
|
|
|
|
- Fix use-after-free in glob when expanding ~user (bug 25414)
|
|
|
|
- nptl: Move pthread_setschedparam implementation into libc
|
|
|
|
- nptl: Move pthread_getschedparam implementation into libc
|
|
|
|
- Add hidden prototypes for __sched_getparam, __sched_getscheduler
|
|
|
|
- nptl: Move pthread_cond_init implementation into libc
|
|
|
|
- nptl: Move pthread_cond_destroy implementation into libc
|
|
|
|
- nptl: Move pthread_condattr_init implementation into libc
|
|
|
|
- nptl: Move pthread_condattr_destroy implementation into libc
|
|
|
|
- nptl: Move pthread_attr_setscope implementation into libc
|
|
|
|
- nptl: Move pthread_attr_getscope implementation into libc
|
|
|
|
- nptl: Move pthread_attr_setschedpolicy implementation into libc
|
|
|
|
- nptl: Move pthread_attr_getschedpolicy implementation into libc
|
|
|
|
- nptl: Sort routines list in Makefile alphabetically
|
|
|
|
- nptl: Use .NOTPARALLEL in Makefile only if actually running tests
|
|
|
|
- Block all signals on timer_create thread (BZ#10815)
|
|
|
|
- Fix tst-pkey expectations on pkey_get [BZ #23202]
|
|
|
|
- y2038: linux: Provide __gettimeofday64 implementation
|
|
|
|
- Linux: Work around kernel bugs in chmod on /proc/self/fd paths [BZ #14578]
|
|
|
|
- Introduce <elf-initfini.h> and ELF_INITFINI for all architectures
|
|
|
|
- mips: Fix bracktrace result for signal frames
|
|
|
|
- Move implementation of <file_change_detection.h> into a C file
|
|
|
|
- <fd_to_filename.h>: Add type safety and port to Hurd
|
|
|
|
- Prepare redirections for IEEE long double on powerpc64le
|
|
|
|
- conform/conformtest.py: Extend tokenizer to cover character constants
|
|
|
|
- stdlib: Reduce namespace pollution in <inttypes.h>
|
|
|
|
- x86: Avoid single-argument _Static_assert in <tls.h>
|
|
|
|
- x86 tls: Use _Static_assert for TLS access size assertion
|
|
|
|
- htl: Link internal htl tests against libpthread
|
|
|
|
- pthread: Fix building tst-robust8 with nptl
|
|
|
|
- pthread: Move robust mutex tests from nptl to sysdeps/pthread
|
|
|
|
- htl: Remove stub warning for pthread_mutexattr_setpshared
|
|
|
|
- htl: Add missing functions and defines for robust mutexes
|
|
|
|
- htl: Only check pthread_self coherency when DEBUG is set
|
|
|
|
- hurd: Add THREAD_GET/SETMEM/_NC
|
|
|
|
- hurd tls: update comment about fields at the end of tcbhead
|
|
|
|
- ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]
|
|
|
|
- Remove weak declaration of free from <inline-hashtab.h>
|
|
|
|
- elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/dl-sym.c
|
|
|
|
- elf: Introduce the rtld-stubbed-symbols makefile variable
|
|
|
|
- arm: fix use of INTERNAL_SYSCALL_CALL
|
|
|
|
- linux: Remove INTERNAL_SYSCALL_DECL
|
|
|
|
- nptl: Remove ununsed pthread-errnos.h rule
|
|
|
|
- linux: Consolidate INLINE_SYSCALL
|
|
|
|
- s390: Consolidate Linux syscall definition
|
|
|
|
- riscv: Avoid clobbering register parameters in syscall
|
|
|
|
- microblaze: Avoid clobbering register parameters in syscall
|
|
|
|
- nios2: Use Linux kABI for syscall return
|
|
|
|
- mips: Use Linux kABI for syscall return
|
|
|
|
- mips64: Consolidate Linux sysdep.h
|
|
|
|
- ia64: Use Linux kABI for syscall return
|
|
|
|
- alpha: Refactor syscall and Use Linux kABI for syscall return
|
|
|
|
- sparc: Avoid clobbering register parameters in syscall
|
|
|
|
- sparc: Use Linux kABI for syscall return
|
|
|
|
- powerpc: Use Linux kABI for syscall return
|
|
|
|
- powerpc: Consolidate Linux syscall definition
|
|
|
|
- i386: Enable CET support in ucontext functions
|
|
|
|
- tst-clone3: Use __NR_futex_time64 if we don't have __NR_futex
|
|
|
|
- powerpc64: Add memory protection key support [BZ #23202]
|
|
|
|
- ldbl-128ibm-compat: Provide a scalb implementation
|
|
|
|
- Add a generic scalb implementation
|
|
|
|
- Adjust thresholds in Bessel function implementations (bug 14469).
|
|
|
|
- resolv: Fix ABA race in /etc/resolv.conf change detection [BZ #25420]
|
|
|
|
- resolv: Enhance __resolv_conf_load to capture file change data
|
|
|
|
- resolv: Fix file handle leak in __resolv_conf_load [BZ #25429]
|
|
|
|
- resolv: Use <file_change_detection.h> in __resolv_conf_get_current
|
|
|
|
- Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h.
|
|
|
|
- Use gcc -finput-charset=ascii for check-installed-headers.
|
|
|
|
- math/test-sinl-pseudo: Use stack protector only if available
|
|
|
|
- alpha: Fix static gettimeofday symbol
|
|
|
|
- nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS
|
|
|
|
- nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONS
|
|
|
|
- nss_files: Use NSS_DECLARE_MODULE_FUNCTIONS
|
|
|
|
- nss_db: Use NSS_DECLARE_MODULE_FUNCTIONS
|
|
|
|
- nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONS
|
|
|
|
- nss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONS
|
|
|
|
- nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>
|
|
|
|
- nss_compat: Do not use nss_* names for function pointers
|
|
|
|
- Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).
|
|
|
|
- mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]
|
|
|
|
- mips: Use 'long int' and 'long long int' in linux syscall code
|
|
|
|
- alpha: Use generic gettimeofday implementation
|
|
|
|
- sunrpc: Properly clean up if tst-udp-timeout fails
|
|
|
|
- elf: avoid stack allocation in dl_open_worker
|
|
|
|
- elf: avoid redundant sort in dlopen
|
|
|
|
- elf: Allow dlopen of filter object to work [BZ #16272]
|
|
|
|
- Update translations
|
|
|
|
- Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET following Linux 5.5.
|
|
|
|
- S390: Fix non-ascii character in fenv.h.
|
|
|
|
- io: Add io/tst-lchmod covering lchmod and fchmodat
|
|
|
|
- Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PATH [BZ #14578]
|
|
|
|
- io: Implement lchmod using fchmodat [BZ #14578]
|
|
|
|
- Add internal <file_change_detection.h> header file
|
|
|
|
- elf.h: Add R_RISCV_IRELATIVE
|
|
|
|
- Fix typo in the name for Wednesday in Kurdish [BZ #9809]
|
|
|
|
- debug: Add missing locale dependencies of fortify tests
|
|
|
|
- htl C11 threads: Avoid pthread_ symbols visibility in static library
|
|
|
|
- hurd: Add __pthread_spin_wait and use it
|
|
|
|
- ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chk
|
|
|
|
- Use --disable-gdbserver in build-many-glibcs.py.
|
|
|
|
- Improve random memcpy benchmark
|
|
|
|
- nptl: update default pthread-offsets.h
|
|
|
|
- nptl: add missing pthread-offsets.h
|
|
|
|
- htl: Avoid a local plt for pthread_self
|
|
|
|
- pthread: Move some join tests from nptl to sysdeps/pthread
|
|
|
|
- htl: Make joining self return EDEADLK
|
|
|
|
- pthread: Move most barrier tests from nptl to sysdeps/pthread
|
|
|
|
- htl: Fix barrier_wait with one thread
|
|
|
|
- pthread: Move most sem tests from nptl to sysdeps/pthread
|
|
|
|
- htl: Make sem_wait/sem_timedwait interruptible
|
|
|
|
- htl: Make sem_open return ENOSYS
|
|
|
|
- htl: Add support for semaphore maximum value
|
|
|
|
- pthread: Move key tests from nptl to sysdeps/pthread
|
|
|
|
- hurd: Make nanosleep a cancellation point
|
|
|
|
- htl: Add support for libc cancellation points
|
|
|
|
- htl: clean __pthread_get_cleanup_stack hidden proto
|
|
|
|
- htl: XFAIL rwlock tests which need pshared support
|
|
|
|
- pthread: Move some rwlock tests from nptl to sysdeps/pthread
|
|
|
|
- pthread: Move most once tests from nptl to sysdeps/pthread
|
|
|
|
- htl: support cancellation during pthread_once
|
|
|
|
- pthread: Move most cond tests from nptl to sysdeps/pthread
|
|
|
|
- htl: make pthread_cond_destroy return EBUSY on waiters
|
|
|
|
- htl: Report missing mutex lock on pthread_cond_*wait
|
|
|
|
- htl: Fix linking static testcases
|
|
|
|
- htl: Move __register_atfork from forward to own file
|
|
|
|
- pthread: Move some attr tests from nptl to sysdeps/pthread
|
|
|
|
- htl: Fix default guard size
|
|
|
|
- pthread: Move most mutex tests from nptl to sysdeps/pthread
|
|
|
|
- pthread: Move spin tests from nptl to sysdeps/pthread
|
|
|
|
- htl: make pthread_spin_lock really spin
|
|
|
|
- htl: Avoid check-installed-headers looking at inlines
|
|
|
|
- htl: Do not put spin_lock inlines in public headers
|
|
|
|
- pthread: Move basic tests from nptl to sysdeps/pthread
|
|
|
|
- htl: Fix calling pthread_exit in the child of a fork
|
|
|
|
- x86: Remove <bits/select.h> and use the generic version
|
|
|
|
- C11 threads: Move implementation to sysdeps/pthread
|
|
|
|
- htl: Add C11 threads types definitions
|
|
|
|
- C11 threads: make thrd_join more portable
|
|
|
|
- C11 threads: Fix thrd_t / pthread_t compatibility assertion
|
|
|
|
- C11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONS
|
|
|
|
- nptl: Move nptl-specific types to separate header
|
|
|
|
- htl: Make __PTHREAD_ONCE_INIT more flexible
|
|
|
|
- htl: Add support for C11 threads behavior
|
|
|
|
- htl: Add missing internal functions declarations
|
|
|
|
- htl: Rename _pthread_mutex_init/destroy to __pthread_mutex_init/destroy
|
|
|
|
- htl: Move internal mutex/rwlock symbols to GLIBC_PRIVATE
|
|
|
|
- Linux: Add io/tst-o_path-locks test
|
|
|
|
- support: Add the xlstat function
|
|
|
|
- htl: Remove duplicate files
|
|
|
|
- htl: Remove unused files
|
|
|
|
- resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.c
|
|
|
|
- Remove a comment claiming that sin/cos round correctly.
|
|
|
|
- y2038: linux: Provide __settimeofday64 implementation
|
|
|
|
- y2038: Provide conversion helpers for struct __timeval64
|
|
|
|
- y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32
|
|
|
|
- y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timeval
|
|
|
|
- y2038: Introduce struct __timeval64 - new internal glibc type
|
|
|
|
- y2038: Define __suseconds64_t type to be used with struct __timeval64
|
|
|
|
- Update kernel version to 5.5 in tst-mman-consts.py.
|
|
|
|
- Update syscall lists for Linux 5.5.
|
|
|
|
- NEWS: Set fill-column hint to 72
|
|
|
|
- y2038: linux: Provide __timespec_get64 implementation
|
|
|
|
- Use binutils 2.34 branch in build-many-glibcs.py.
|
|
|
|
- Run nptl/tst-pthread-getattr in a container
|
|
|
|
- test-container: add exec, cwd
|
|
|
|
- Use Linux 5.5 in build-many-glibcs.py.
|
|
|
|
- rt: avoid PLT setup in timer_[sg]ettime
|
|
|
|
- Update or_IN collation [BZ #22525]
|
|
|
|
- Fix ckb_IQ [BZ #9809]
|
|
|
|
- Add new locale: ckb_IQ (Kurdish/Sorani spoken in Iraq) [BZ #9809]
|
|
|
|
- list-fixed-bugs.py: Wrap at 72 chars
|
|
|
|
- y2038: linux: Provide __sched_rr_get_interval64 implementation
|
|
|
|
- y2038: linux: Provide __timerfd_settime64 implementation
|
|
|
|
- y2038: linux: Provide __timerfd_gettime64 implementation
|
|
|
|
- i386: Remove _exit.S
|
|
|
|
- i386: Use ENTRY/END in assembly codes
|
|
|
|
- i386-mcount.S: Add _CET_ENDBR to _mcount and __fentry__
|
|
|
|
- i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump target
|
|
|
|
- i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 25262]
|
|
|
|
- x86: Don't make 2 calls to dlerror () in a row
|
|
|
|
- Open master for 2.32 development
|
|
|
|
|
2020-02-03 22:41:16 +00:00
|
|
|
* Mon Feb 03 2020 DJ Delorie <dj@redhat.com> - 2.31-1
|
|
|
|
- Auto-sync with upstream branch release/2.31/master,
|
|
|
|
commit 9ea3686266dca3f004ba874745a4087a89682617.
|
|
|
|
- glibc 2.31 release
|
|
|
|
- Generate ChangeLog.old/ChangeLog.20 for 2.31
|
|
|
|
- Add bugs fixed in 2.31 in NEWS
|
|
|
|
- Update newest tested versions of dependencies in install.texi
|
|
|
|
- Add more contributors to the manual
|
|
|
|
- Add note to NEWS about kernel headers dependency on risc-v
|
|
|
|
- Add Portuguese (Portugal) translation
|
|
|
|
- Add NEWS entry about 64-bit time_t syscall use on 32-bit targets
|
|
|
|
- nptl: Avoid using PTHREAD_MUTEX_DEFAULT in macro definition [BZ #25271]
|
|
|
|
|
2020-01-30 17:21:39 +00:00
|
|
|
* Thu Jan 30 2020 Patsy Franklin <patsy@redhat.com> - 2.30.9000-33
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 352bb99754ae7c83ff1b974f9c52244e974c9410.
|
|
|
|
- Build raise with -fasynchronous-unwind-tables.
|
|
|
|
- Fix locale/tst-locale-locpath cross-testing when sshd sets LANG.
|
|
|
|
- Fix elf/tst-rtld-preload cross-testing.
|
|
|
|
- Fix cross-testing of tst-ifunc-fault-* tests.
|
|
|
|
- gitlog-to-changelog: Drop scripts in favour of gnulib version
|
|
|
|
- Add NEWS entry about the change in handling of PT_GNU_STACK on MIPS
|
|
|
|
- Fix array overflow in backtrace on PowerPC (bug 25423)
|
|
|
|
- getaddrinfo: Fix resource leak after strdup failure in gethosts (swbz#25425)
|
|
|
|
|
2020-01-28 22:10:23 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-20 19:11:33 +00:00
|
|
|
* Mon Jan 20 2020 Patsy Franklin <patsy@redhat.com> - 2.30.9000-31
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 92ce43eef7ac844782d50a8015d977d216fbadec.
|
|
|
|
- Run bench-timing-type with newly built libc.
|
|
|
|
- Get rid of Werror=maybe-uninitialized in res_send.c.
|
|
|
|
- translations: Update translations
|
|
|
|
- translations: Trim po files using msgattrib
|
|
|
|
- Update translations
|
|
|
|
- translations: Run msgmerge when downloading translations
|
|
|
|
- Fix maybe-uninitialized error on powerpc
|
|
|
|
- powerpc32: Fix syntax error in __GLRO macro
|
|
|
|
- Remove incorrect alloc_size attribute from pvalloc (swbz#25401)
|
|
|
|
|
2020-01-17 12:49:44 +00:00
|
|
|
* Fri Jan 17 2020 Florian Weimer <fweimer@redhat.com> - 2.30.9000-30
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 70ba28f7ab2923d4e36ffc9d5d2e32357353b25c:
|
|
|
|
- Fix tst-pkey.c pkey_alloc return checks and manual
|
|
|
|
- powerpc: Move cache line size to rtld_global_ro
|
|
|
|
- powerpc: Initialize rtld_global_ro for static dlopen (swbz#20802)
|
|
|
|
- Revert outdated translations
|
|
|
|
- vcs-to-changelog: Add quirk for __nonnull
|
|
|
|
- elf: Add elf/tst-dlopenfail-2 (swbz#25396, #1395758)
|
|
|
|
- Clear GL(dl_initfirst) when freeing its link_map (swbz#25396, #1395758)
|
|
|
|
- Update Translations
|
|
|
|
- Fix "elf: Add tst-ldconfig-ld_so_conf-update test" on 32bit.
|
|
|
|
- elf: Add tst-ldconfig-ld_so_conf-update test
|
|
|
|
- sl_SI locale: Use "." as the thousands separator (swbz#25233)
|
|
|
|
|
2020-01-06 12:01:09 +00:00
|
|
|
* Mon Jan 06 2020 Arjun Shankar <arjun@redhat.com> - 2.30.9000-29
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit cbce69e70dc4b04fefcc7257e593733b8b03856c:
|
|
|
|
- Multiple locales: Add date_fmt (bug 24054)
|
|
|
|
- Update libc.pot for 2.31 release
|
|
|
|
- Add libm_alias_finite for _finite symbols
|
|
|
|
- Linux: Fix clock_nanosleep time64 check
|
|
|
|
- linux: Fix vDSO macros build with time64 interfaces
|
|
|
|
- x86: Make x32 use x86 time implementation
|
|
|
|
- Remove vDSO support from make-syscall.sh
|
|
|
|
- linux: Update x86 vDSO symbols
|
|
|
|
- linux: Update mips vDSO symbols
|
|
|
|
- linux: Consolidate Linux gettimeofday
|
|
|
|
- linux: Consolidate time implementation
|
|
|
|
- elf: Enable relro for static build
|
|
|
|
- elf: Move vDSO setup to rtld (BZ#24967)
|
|
|
|
- linux: Add support for clock_gettime64 vDSO
|
|
|
|
- linux: Optimize fallback 32-bit clock_gettime
|
|
|
|
- linux: Enable vDSO clock_gettime64 for i386
|
|
|
|
- linux: Enable vDSO clock_gettime64 for arm
|
|
|
|
- linux: Enable vDSO clock_gettime64 for mips
|
|
|
|
- linux: Add support for clock_getres64 vDSO
|
|
|
|
- linux: Optimize fallback 32-bit clock_getres
|
|
|
|
- htl: Use dso_handle.h
|
|
|
|
- htl: Drop common tcbhead_t definition
|
|
|
|
- htl: Move pthread_atfork to libc_nonshared.a
|
|
|
|
- htl: Add __errno_location and __h_errno_location
|
|
|
|
- hurd: Fix message reception for timer_thread
|
|
|
|
|
2020-01-02 09:42:49 +00:00
|
|
|
* Thu Jan 02 2020 Florian Weimer <fweimer@redhat.com> - 2.30.9000-28
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit cc47d5c5f53f6d845ac54698ae8929af15662c44:
|
|
|
|
- Linux: Use built-in system call tables
|
|
|
|
- lv_LV locale: Correct the time part of d_t_fmt (swbz#25324)
|
|
|
|
- km_KH locale: Use "%M" instead of "m" in d_t_fmt (swbz#25323)
|
|
|
|
- ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128
|
|
|
|
- ldbl-128ibm-compat: Compiler flags for stdio functions
|
|
|
|
- Do not redirect calls to __GI_* symbols, when redirecting to *ieee128
|
|
|
|
- aarch64: add default memcpy version for kunpeng920
|
|
|
|
- aarch64: ifunc rename for kunpeng
|
|
|
|
- aarch64: Modify error-shown comments for strcpy
|
|
|
|
- linux: Consolidate sigprocmask
|
|
|
|
- Fix return code for __libc_signal_* functions
|
|
|
|
- nptl: Remove duplicate internal __SIZEOF_PTHREAD_MUTEX_T (swbz#25241)
|
|
|
|
|
2019-12-26 13:27:48 +00:00
|
|
|
* Thu Dec 26 2019 Carlos O'Donell <carlos@redhat.com> - 2.30.9000-27
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit b8c210bcc74840d24c61d39bde15bea9daf3e271.
|
|
|
|
- mnw_MM, my_MM, and shn_MM locales: Do not use %Op
|
|
|
|
- Avoid compat symbols for totalorder in powerpc64le IEEE long double
|
|
|
|
- ldbl-128ibm-compat: Add *cvt functions
|
|
|
|
- Refactor *cvt functions implementation (2/2)
|
|
|
|
- Refactor *cvt functions implementation (1/2)
|
|
|
|
- Add exception-based flags for wait4
|
|
|
|
- aarch64: Optimized memset for Kunpeng processor.
|
|
|
|
- aarch64: Optimized strlen for strlen_asimd
|
|
|
|
- aarch64: Add Huawei Kunpeng to tunable cpu list
|
|
|
|
- aarch64: Optimized implementation of memrchr
|
|
|
|
- aarch64: Optimized implementation of strnlen
|
|
|
|
- aarch64: Optimized implementation of strcpy
|
|
|
|
- aarch64: Optimized implementation of memcmp
|
|
|
|
- Consolidate wait3 implementations
|
|
|
|
- Implement waitpid in terms of wait4
|
|
|
|
- linux: Use waitid on wait4 if __NR_wait4 is not defined
|
|
|
|
- Implement wait in terms of waitpid
|
|
|
|
- nptl: Move waitpid implementation to libc
|
|
|
|
- nptl: Move wait implementation to libc
|
|
|
|
- Remove __waitpid_nocancel
|
|
|
|
- Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnow
|
|
|
|
- Fix __libc_signal_block_all on sparc64
|
|
|
|
- powerpc: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]
|
|
|
|
|
2019-12-19 20:46:31 +00:00
|
|
|
* Thu Dec 19 2019 Patsy Franklin <patsy@redhat.com> - 2.30.9000-26
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 3dcad8158f43d71d5b8f6f317f82952ddf3468f3.
|
|
|
|
- hurd: Do not make sigprocmask available in ld.so
|
|
|
|
- build-many-glibcs.py: Do not build C++ PCHs by default
|
|
|
|
- hurd: Make getrandom honour GRND_NONBLOCK
|
|
|
|
- tunables: report sbrk() failure
|
|
|
|
- build-many-glibcs.py: Add mipsisa64r6el-linux-gnu target
|
|
|
|
- mips: Do not include hi and lo in __SYSCALL_CLOBBERS for R6
|
|
|
|
- ldbl-128ibm-compat: Add ISO C99 versions of scanf functions
|
|
|
|
- ldbl-128ibm-compat: Fix selection of GNU and ISO C99 scanf
|
|
|
|
- hurd: Fix local PLT
|
|
|
|
- dlopen: Do not block signals
|
|
|
|
- dlopen: Rework handling of pending NODELETE status
|
|
|
|
- dlopen: Fix issues related to NODELETE handling and relocations
|
|
|
|
- hurd: Fix __close_nocancel_nostatus availability
|
|
|
|
- hurd: add getrandom and getentropy implementations
|
|
|
|
- hurd: Implement __close_nocancel_nostatus
|
|
|
|
- manual: clarify fopen with the x flag
|
|
|
|
- S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x.
|
|
|
|
- S390: Implement roundtoint and converttoint and define TOINT_INTRINSICS.
|
|
|
|
- S390: Implement math-barriers math_opt_barrier and math_force_eval.
|
|
|
|
- S390: Use libc_fe* macros in fe* functions.
|
|
|
|
- S390: Implement libc_fe* macros.
|
|
|
|
- S390: Use convert-to-fixed instruction for llround functions.
|
|
|
|
- S390: Use convert-to-fixed instruction for lround functions.
|
|
|
|
- S390: Use convert-to-fixed instruction for llrint functions.
|
|
|
|
- S390: Use convert-to-fixed instruction for lrint functions.
|
|
|
|
- S390: Use load-fp-integer instruction for roundeven functions.
|
|
|
|
- Adjust s_copysignl.c regarding code style.
|
|
|
|
- Adjust s_ceilf.c and s_ceill.c regarding code style.
|
|
|
|
- Adjust s_floorf.c and s_floorl.c regarding code style.
|
|
|
|
- Adjust s_rintf.c and s_rintl.c regarding code style.
|
|
|
|
- Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.
|
|
|
|
- Use GCC builtins for copysign functions if desired.
|
|
|
|
- Use GCC builtins for round functions if desired.
|
|
|
|
- Use GCC builtins for trunc functions if desired.
|
|
|
|
- Use GCC builtins for ceil functions if desired.
|
|
|
|
- Use GCC builtins for floor functions if desired.
|
|
|
|
- Use GCC builtins for rint functions if desired.
|
|
|
|
- Use GCC builtins for nearbyint functions if desired.
|
|
|
|
- Always use wordsize-64 version of s_round.c.
|
|
|
|
- Always use wordsize-64 version of s_trunc.c.
|
|
|
|
- Always use wordsize-64 version of s_ceil.c.
|
|
|
|
- Always use wordsize-64 version of s_floor.c.
|
|
|
|
- Always use wordsize-64 version of s_rint.c.
|
|
|
|
- Always use wordsize-64 version of s_nearbyint.c.
|
|
|
|
- ldconfig: Do not print a warning for a missing ld.so.conf file
|
|
|
|
- hurd: Fix using altstack while in an RPC call to be aborted
|
|
|
|
- Fix failure when CFLAGS contains -DNDEBUG (Bug 25251)
|
|
|
|
|
2019-12-10 04:27:10 +00:00
|
|
|
* Mon Dec 09 2019 DJ Delorie <dj@redhat.com> - 2.30.9000-25
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 0487ebed2278b20971af4cabf186fd3681adccf0.
|
|
|
|
- nptl: Add more missing placeholder abi symbol from nanosleep move
|
|
|
|
- sysdeps/riscv/start.S: rename .Lload_gp to load_gp (bug 24376)
|
|
|
|
- y2038: linux: Provide __timer_settime64 implementation
|
|
|
|
- y2038: linux: Provide __timer_gettime64 implementation
|
|
|
|
- timer: Decouple x86_64 specific timer_settime from generic Linux implementation
|
|
|
|
- timer: Decouple x86_64 specific timer_gettime from generic Linux implementation
|
|
|
|
- time: Introduce glibc's internal struct __itimerspec64
|
|
|
|
- Correct range checking in mallopt/mxfast/tcache [BZ #25194]
|
|
|
|
- misc/test-errno-linux: Handle EINVAL from quotactl
|
|
|
|
- <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]
|
|
|
|
- build-many-glibcs.py: Move sparcv8 to extra_glibcs
|
|
|
|
|
2019-12-05 16:38:17 +00:00
|
|
|
* Thu Dec 5 2019 Florian Weimer <fweimer@redhat.com> - 2.30.9000-24
|
|
|
|
- Upstream patches for fallout from dlopen NODELETE changes (#1778344, #1778366)
|
|
|
|
|
2019-12-05 04:09:33 +00:00
|
|
|
* Wed Dec 04 2019 Patsy Franklin <patsy@redhat.com> - 2.30.9000-23
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit ec138c67cbda8b5826a0a2a7ba456408117996dc.
|
|
|
|
- sysdeps: Add clock_gettime64 vDSO
|
|
|
|
- Do not use ld.so to open statically linked programs in debugglibc.sh
|
|
|
|
- Attach to test in container from debugglibc.sh
|
|
|
|
- Expand $(as-needed) and $(no-as-needed) throughout the build system
|
|
|
|
- x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]
|
|
|
|
- ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold
|
|
|
|
- ldbl-128ibm-compat: Add tests for strfmon and strfmon_l
|
|
|
|
- ldbl-128ibm-compat: Add strfmon_l with IEEE long double format
|
|
|
|
- ldbl-128ibm-compat: Replace http with https in new files
|
|
|
|
- elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]
|
|
|
|
- elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.so
|
|
|
|
- hurd: Fix ld.so __access override from libc
|
|
|
|
- hurd: Fix ld.so __getcwd override from libc
|
|
|
|
- hurd: Make __sigprocmask GLIBC_PRIVATE
|
|
|
|
- hurd: Fix renameat2 error
|
|
|
|
- hurd: make strerror(0) coherent with other ports
|
|
|
|
- hurd: Fix ld.so link
|
|
|
|
- Update kernel version to 5.4 in tst-mman-consts.py.
|
|
|
|
- Update SOMAXCONN value from Linux 5.4.
|
|
|
|
- Update syscall-names.list for Linux 5.4.
|
|
|
|
- Fix syntax error in build-many-glibcs.py.
|
|
|
|
- Define MADV_COLD and MADV_PAGEOUT from Linux 5.4.
|
|
|
|
|
2019-12-02 09:02:46 +00:00
|
|
|
* Mon Dec 2 2019 Florian Weimer <fweimer@redhat.com> - 2.30.9000-22
|
|
|
|
- dlopen: Remove incorrect assert in activate_nodelete (#1778344)
|
|
|
|
|
2019-11-28 14:58:33 +00:00
|
|
|
* Thu Nov 28 2019 Florian Weimer <fweimer@redhat.com> - 2.30.9000-21
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit e37c2cf299b61ce18f62852f6c5624c27829b610:
|
|
|
|
- Move _dl_open_check to its original place in dl_open_worker
|
|
|
|
- Block signals during the initial part of dlopen
|
|
|
|
- Remove all loaded objects if dlopen fails, ignoring NODELETE (#1395758)
|
|
|
|
- Avoid late dlopen failure due to scope, TLS slotinfo updates (swbz#25112)
|
|
|
|
- Avoid late failure in dlopen in global scope update (swbz#25112)
|
|
|
|
- Lazy binding failures during dlopen/dlclose must be fatal (swbz#24304)
|
|
|
|
- resolv: Implement trust-ad option for /etc/resolv.conf (#1164339)
|
|
|
|
- dlsym: Do not determine caller link map if not needed
|
|
|
|
- libio: Disable vtable validation for pre-2.1 interposed handles (swbz#25203)
|
|
|
|
- ldbl-128ibm-compat: Add syslog functions
|
|
|
|
- ldbl-128ibm-compat: Add obstack printing functions
|
|
|
|
- ldbl-128ibm-compat: Reuse tests for err.h and error.h functions
|
|
|
|
- ldbl-128ibm-compat: Add error.h functions
|
|
|
|
- ldbl-128ibm-compat: Add err.h functions
|
|
|
|
- ldbl-128ibm-compat: Add argp_error and argp_failure
|
|
|
|
- sparc: Use atomic compiler builtins on sparc
|
|
|
|
- Remove 32 bit sparc v7 support
|
|
|
|
|
2019-11-27 15:22:18 +00:00
|
|
|
* Wed Nov 27 2019 Arjun Shankar <arjun@redhat.com> - 2.30.9000-20
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit bfdb731438206b0f70fe7afa890681155c30b419:
|
|
|
|
- rtld: Check __libc_enable_secure for LD_PREFER_MAP_32BIT_EXEC (CVE-2019-19126)
|
|
|
|
- Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_x
|
|
|
|
- Enable inlining issignalingf within glibc
|
|
|
|
- Don't use a custom wrapper macro around __has_include (bug 25189).
|
|
|
|
- Remove duplicate inline implementation of issignalingf
|
|
|
|
- misc: Set generic pselect as ENOSYS
|
|
|
|
- Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions
|
|
|
|
- ldbl-128ibm-compat: Add regular/wide character printing printing functions
|
|
|
|
- ldbl-128ibm-compat: Test double values and positional arguments
|
|
|
|
- ldbl-128ibm-compat: Add regular/wide character scanning functions
|
|
|
|
- arm: Fix armv7 selection after 'Split BE/LE abilist'
|
|
|
|
- Use Linux 5.4 in build-many-glibcs.py.
|
|
|
|
- sysdeps/posix: Simplify if expression in getaddrinfo
|
|
|
|
- sysdeps/posix/getaddrinfo: Return early on invalid address family
|
|
|
|
- ru_UA locale: use copy "ru_RU" in LC_TIME (bug 25044)
|
|
|
|
- locale: Greek -> ASCII transliteration table [BZ #12031]
|
|
|
|
- nptl: Cleanup mutex internal offset tests
|
|
|
|
- nptl: Add tests for internal pthread_rwlock_t offsets
|
|
|
|
- nptl: Remove rwlock elision definitions
|
|
|
|
- nptl: Add struct_mutex.h and struct_rwlock.h
|
|
|
|
- nptl: Add default pthreadtypes-arch.h and pthread-offsets.h
|
|
|
|
- Compile elf/rtld.c with -fno-tree-loop-distribute-patterns.
|
|
|
|
- nptl: Fix __PTHREAD_MUTEX_INITIALIZER for !__PTHREAD_MUTEX_HAVE_PREV
|
|
|
|
- S390: Fix handling of needles crossing a page in strstr z15 ifunc [BZ #25226]
|
|
|
|
|
2019-11-18 23:19:07 +00:00
|
|
|
* Mon Nov 18 2019 Patsy Griffin <patsy@redhat.com> - 2.30.9000-19
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 2a764c6ee848dfe92cb2921ed3b14085f15d9e79.
|
|
|
|
- Enhance _dl_catch_exception to allow disabling exception handling
|
|
|
|
- hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]
|
|
|
|
- linux: Add comment on affinity set sizes to tst-skeleton-affinity.c
|
|
|
|
- Avoid zero-length array at the end of struct link_map [BZ #25097]
|
|
|
|
- Introduce link_map_audit_state accessor function
|
|
|
|
- Properly initialize audit cookie for the dynamic loader [BZ #25157]
|
|
|
|
- nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)
|
|
|
|
- Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]
|
|
|
|
- Add new script for plotting string benchmark JSON output
|
|
|
|
- support: Fix support_set_small_thread_stack_size to build on Hurd
|
|
|
|
- login: Use pread64 in utmp implementation
|
|
|
|
- Clarify purpose of assert in _dl_lookup_symbol_x
|
|
|
|
- aarch64: Increase small and medium cases for __memcpy_generic
|
|
|
|
- login: Introduce matches_last_entry to utmp processing
|
|
|
|
|
2019-11-12 17:20:32 +00:00
|
|
|
* Tue Nov 12 2019 Arjun Shankar <arjun@redhat.com> - 2.30.9000-18
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit cba932a5a9e91cffd7f4172d7e91f9b2efb1f84b:
|
|
|
|
- nptl: Move nanosleep implementation to libc
|
|
|
|
- Refactor nanosleep in terms of clock_nanosleep
|
|
|
|
- nptl: Refactor thrd_sleep in terms of clock_nanosleep
|
|
|
|
- math: enhance the endloop condition of function handle_input_flag
|
|
|
|
- hurd: Remove lingering references to the time function
|
|
|
|
- hurd: Use __clock_gettime in _hurd_select
|
|
|
|
- login: Remove double-assignment of fl.l_whence in try_file_lock
|
|
|
|
- nptl: Add missing placeholder abi symbol from nanosleep move
|
|
|
|
- login: Acquire write lock early in pututline [BZ #24882]
|
|
|
|
- Remove hppa pthreadP.h
|
|
|
|
- sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable
|
|
|
|
- Fix array bounds violation in regex matcher (bug 25149)
|
|
|
|
- support: Add support_set_small_thread_stack_size
|
|
|
|
- linux: Reduce stack size for nptl/tst-thread-affinity-pthread
|
|
|
|
- y2038: linux: Provide __ppoll64 implementation
|
|
|
|
- Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X.
|
|
|
|
- support: Add xsetlocale function
|
|
|
|
- libio/tst-fopenloc: Use xsetlocale, xfopen, and xfclose
|
|
|
|
- Fix clock_nanosleep when interrupted by a signal
|
|
|
|
- slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]
|
|
|
|
|
2019-11-06 20:01:44 +00:00
|
|
|
* Wed Nov 06 2019 Patsy Franklin <patsy@redhat.com> - 2.30.9000-17
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 2a0356e1191804d57005e1cfe2a72f019b7a8cce.
|
|
|
|
- posix: Sync regex with gnulib
|
|
|
|
- Add mnw language code [BZ #25139]
|
|
|
|
- Add new locale: mnw_MM (Mon language spoken in Myanmar) [BZ #25139]
|
|
|
|
- S390: Fp comparison are now raising FE_INVALID with gcc 10.
|
|
|
|
- linux: pselect: Remove CALL_PSELECT6 macro
|
|
|
|
- Fix run-one-test so that it runs elf tests
|
|
|
|
- nptl: Fix niggles with pthread_clockjoin_np
|
|
|
|
- hppa: Align __clone stack argument to 8 bytes (Bug 25066)
|
|
|
|
- y2038: linux: Provide __futimens64 implementation
|
|
|
|
- y2038: linux: Provide __utimensat64 implementation
|
|
|
|
- nptl: Add pthread_timedjoin_np, pthread_clockjoin_np NULL timeout test
|
|
|
|
- nptl: Add pthread_clockjoin_np
|
|
|
|
- manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_np
|
|
|
|
- nptl: Convert tst-join3 to use libsupport
|
|
|
|
- Sync time/mktime.c with gnulib
|
|
|
|
- Sync timespec-{add,sub} with gnulib
|
|
|
|
- Sync intprops.h with gnulib
|
|
|
|
- Refactor adjtimex based on clock_adjtime
|
|
|
|
- Refactor PI mutexes internal definitions
|
|
|
|
- Remove pause and nanosleep not cancel wrappers
|
|
|
|
- nptl: Replace non cancellable pause/nanosleep with futex
|
|
|
|
- Consolidate lowlevellock-futex.h
|
|
|
|
- Consolidate futex-internal.h
|
|
|
|
- Base max_fast on alignment, not width, of bins (Bug 24903)
|
|
|
|
- Revise the documentation of simple calendar time.
|
|
|
|
- Make second argument of gettimeofday as 'void *'
|
|
|
|
- Use clock_gettime to implement gettimeofday.
|
|
|
|
- Use clock_gettime to implement timespec_get.
|
|
|
|
- Consolidate and deprecate ftime
|
|
|
|
- Change most internal uses of time to __clock_gettime.
|
|
|
|
- Use clock_gettime to implement time.
|
|
|
|
- Use clock_settime to implement settimeofday.
|
|
|
|
- Use clock_settime to implement stime; withdraw stime.
|
|
|
|
- Change most internal uses of __gettimeofday to __clock_gettime.
|
|
|
|
- Linux/Alpha: don't use timeval32 system calls.
|
|
|
|
- resolv/tst-idna_name_classify: Isolate from system libraries
|
|
|
|
- hurd: Support for file record locking
|
|
|
|
- Comment out initgroups from example nsswitch.conf (Bug 25146)
|
|
|
|
|
2019-10-28 18:17:34 +00:00
|
|
|
* Mon Oct 28 2019 DJ Delorie <dj@redhat.com> - 2.30.9000-16
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 177a3d48a1c74d7b2cd6bfd48901519d25a5ecad.
|
|
|
|
- y2038: linux: Provide __clock_getres64 implementation
|
|
|
|
- time: Introduce function to check correctness of nanoseconds value
|
|
|
|
- Add Transliterations for Unicode Misc. Mathematical Symbols-A/B [BZ #23132]
|
|
|
|
- Install charmaps uncompressed in testroot
|
|
|
|
- Add wait-for-debugger test harness hooks
|
|
|
|
- Define __STATFS_MATCHES_STATFS64
|
|
|
|
- hurd: Fix build after __pread64 usage in the dynamic loader
|
|
|
|
- sysdeps/stat: Handle 64-bit ino_t types on 32-bit hosts
|
|
|
|
- S390: Remove not needed stack frame in syscall function.
|
|
|
|
|
2019-10-25 17:49:25 +00:00
|
|
|
* Fri Oct 25 2019 DJ Delorie <dj@redhat.com> - 2.30.9000-15
|
|
|
|
- Add *.mo files to all-langpacks (#1624528)
|
|
|
|
|
2019-10-24 17:05:55 +00:00
|
|
|
* Thu Oct 24 2019 DJ Delorie <dj@redhat.com> - 2.30.9000-14
|
|
|
|
- Add Requires on basesystem for main package (#1757267)
|
|
|
|
- Add Requires on coreutils for glibc-headers (uses rm)
|
|
|
|
|
2019-10-23 10:13:46 +00:00
|
|
|
* Wed Oct 23 2019 Arjun Shankar <arjun@redhat.com> - 2.30.9000-13
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 7db1fe38de21831d53ceab9ae83493d8d1aec601:
|
|
|
|
- Include <kernel-features.h> explicitly in Linux clock_settime.c
|
|
|
|
- Remove math-finite.h
|
|
|
|
- Remove finite-math tests
|
|
|
|
- Remove x64 _finite tests and references
|
|
|
|
- Fix testroot.pristine creation copying dynamic linker
|
|
|
|
|
2019-10-20 19:33:40 +00:00
|
|
|
* Fri Oct 18 2019 Patsy Franklin <patsy@redhat.com> - 2.30.9000-12
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit ef21bd2d8c6805c0c186a01f7c5039189f51b8c4.
|
|
|
|
- loadarchive: guard against locale-archive corruption (Bug #25115)
|
|
|
|
- Undo accidental commit to ChangeLog.19.
|
|
|
|
- nptl: Document AS-safe functions in cancellation.c.
|
|
|
|
- elf: Use nocancel pread64() instead of lseek()+read()
|
|
|
|
- Add nocancel version of pread64()
|
|
|
|
- Add run-one-test convenience target and makefile help text
|
|
|
|
- Update sysvipc kernel-features.h files for Linux 5.1
|
|
|
|
- S390: Add new s390 platform z15.
|
|
|
|
- nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined
|
|
|
|
- nptl/tst-cancel25 needs to be an internal test
|
|
|
|
- Remove libc_hidden_def from __semtimedop stub
|
|
|
|
- sysvipc: Implement semop based on semtimedop
|
|
|
|
- ipc: Refactor sysvipc internal definitions
|
|
|
|
- Rename and split elf/tst-dlopen-aout collection of tests
|
|
|
|
- dlfcn: Remove remnants of caller sensitivity from dlinfo
|
|
|
|
- ldconfig: handle .dynstr located in separate segment (bug 25087)
|
|
|
|
- ldd: Print "not a dynamic executable" on standard error [BZ #24150]
|
|
|
|
- Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.
|
|
|
|
- Move ChangeLog to ChangeLog.old/ChangeLog.19
|
|
|
|
- manual: Remove warning in the documentation of the abort function
|
|
|
|
- sysvipc: Set ipc_perm mode as mode_t (BZ#18231)
|
|
|
|
- Simplify note processing
|
|
|
|
- syscall-names.list: fix typos in comment
|
|
|
|
- y2038: linux: Provide __clock_settime64 implementation
|
|
|
|
- posix: Use posix_spawn for wordexp
|
|
|
|
- mips: Do not malloc on getdents64 fallback
|
|
|
|
- sparc: Assume GOTDATA support in the toolchain
|
|
|
|
- <dirent.h>: Remove wrong comment about getdents64 declaration
|
|
|
|
- ChangeLog: Remove leading spaces before tabs and trailing whitespace
|
|
|
|
- Make tst-strftime2 and tst-strftime3 depend on locale generation
|
|
|
|
- posix/tst-wordexp-nocmd: Fix diagnostics output in test
|
|
|
|
- wordexp: Split out command execution tests from posix/wordexp-test
|
|
|
|
|
2019-10-08 14:36:34 +00:00
|
|
|
* Tue Oct 08 2019 Arjun Shankar <arjun@redhat.com> - 2.30.9000-11
|
|
|
|
- Adjust glibc-rh741105.patch.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit ca602c1536ce2777f95c07525f3c42d78812e665:
|
|
|
|
- Add TCP_TX_DELAY from Linux 5.3 to netinet/tcp.h
|
|
|
|
- [powerpc] fenv_private.h clean up
|
|
|
|
- [powerpc] libc_feupdateenv_test: optimize FPSCR access
|
|
|
|
- [powerpc] __fesetround_inline optimizations
|
|
|
|
- [powerpc] Rename fegetenv_status to fegetenv_control
|
|
|
|
- [powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR write
|
|
|
|
- [powerpc] Rename fesetenv_mode to fesetenv_control
|
|
|
|
- Add helper script for glibc debugging
|
|
|
|
- Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.
|
|
|
|
- y2038: Provide conversion helpers for struct __timespec64
|
|
|
|
- Use binutils 2.33 branch in build-many-glibcs.py.
|
|
|
|
- Sync "language", "lang_name", "territory", "country_name" with CLDR/langtable
|
|
|
|
- Split up endian.h to minimize exposure of BYTE_ORDER.
|
|
|
|
- time: Add padding for the timespec if required
|
|
|
|
- Enable passing arguments to the inferior in debugglibc.sh
|
|
|
|
- [powerpc] No need to enter "Ignore Exceptions Mode"
|
|
|
|
- Y2038: Include proper header to provide support for struct timeval on HURD
|
|
|
|
- Disable warnings in string/tester.c at top level.
|
|
|
|
- string/endian.h: Restore the __USE_MISC conditionals
|
|
|
|
- Disable -Wmaybe-uninitialized for total_deadline in sunrpc/clnt_udp.c.
|
|
|
|
- ChangeLog update from my last commit
|
|
|
|
- nptl: Move pthread_attr_setinheritsched implementation into libc.
|
|
|
|
- elf: Never use the file ID of the main executable [BZ #24900]
|
|
|
|
- elf: Assign TLS modid later during dlopen [BZ #24930]
|
|
|
|
- nptl: Move pthread_attr_getschedparam implementation into libc
|
|
|
|
- riscv: Remove support for variable page sizes
|
|
|
|
- nptl: Move pthread_attr_setschedparam implementation into libc
|
|
|
|
|
2019-09-20 01:29:06 +00:00
|
|
|
* Fri Sep 27 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.30.9000-10
|
|
|
|
- Use full locale names in langpack descriptions (#1651375)
|
|
|
|
|
2019-09-27 02:30:13 +00:00
|
|
|
* Thu Sep 26 2019 Patsy Franklin <patsy@redhat.com> - 2.30.9000-9
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 464cd3a9d5f505d92bae9a941bb75b0d91ac14ee.
|
|
|
|
- y2038: Introduce struct __timespec64 - new internal glibc type
|
|
|
|
- auto-changelog: Remove latin1 from codecs
|
|
|
|
- Set the expects flags to clock_nanosleep
|
|
|
|
- Fix tst-sigcontext-get_pc rule name from a43565ac447b1
|
|
|
|
- inet/net-internal.h: Fix uninitalised clntudp_call() variable
|
|
|
|
- Fix vDSO initialization on arm and mips
|
|
|
|
- Script to generate ChangeLog-like output from git log
|
|
|
|
- [powerpc] SET_RESTORE_ROUND optimizations and bug fix
|
|
|
|
- Fix building support_ptrace.c on i686-gnu.
|
|
|
|
- S390: Use _HP_TIMING_S390_H instead of _HP_TIMING_H.
|
|
|
|
- Update syscall-names.list for Linux 5.3.
|
|
|
|
- Use Linux 5.3 in build-many-glibcs.py.
|
|
|
|
- S390: Add support for HP_TIMING_NOW.
|
|
|
|
- Fix RISC-V vfork build with Linux 5.3 kernel headers.
|
|
|
|
- Add UNSUPPORTED check in elf/tst-pldd.
|
|
|
|
- sparc64: Use linux generic time implementation
|
|
|
|
- mips: Consolidate INTERNAL_VSYSCALL_CALL
|
|
|
|
- powerpc: Simplify vsyscall internal macros
|
|
|
|
- Refactor vDSO initialization code
|
|
|
|
- Remove PREPARE_VERSION and PREPARE_VERSION_KNOW
|
|
|
|
- Fix small error in HP_TIMING_PRINT trailing null char setting
|
|
|
|
|
2019-09-26 08:51:05 +00:00
|
|
|
* Mon Sep 16 2019 Parag Nemade <pnemade AT redhat DOT com> - 2.30.9000-8
|
|
|
|
- Change Supplements "langpacks-" to "langpacks-core-" (#1729992)
|
|
|
|
|
2019-09-16 18:47:26 +00:00
|
|
|
* Mon Sep 16 2019 DJ Delorie <dj@redhat.com> - 2.30.9000-7
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 1a6566094d3097f4a3037ab5555cddc6cb11c3a3.
|
|
|
|
- alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]
|
|
|
|
- Fix http: URL in 'configure'
|
|
|
|
- Regenerate charmap-kw.h, locfile-kw.h
|
|
|
|
- Fix three GNU license URLs, along with trailing-newline issues.
|
|
|
|
- Prefer https to http for gnu.org and fsf.org URLs
|
|
|
|
|
2019-09-06 11:38:07 +00:00
|
|
|
* Fri Sep 06 2019 Patsy Franklin <patsy@redhat.com> - 2.30.9000-6
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 1b7f04070bd94f259e2ed24d6fb76309d64fb164.
|
|
|
|
- locale: Avoid zero-length array in _nl_category_names [BZ #24962]
|
|
|
|
- math: Replace const attribute with pure in totalorder* functions
|
|
|
|
- y2038: Introduce the __ASSUME_TIME64_SYSCALLS define
|
|
|
|
- Finish move of clock_* functions to libc. [BZ #24959]
|
|
|
|
- Update Alpha libm-test-ulps
|
|
|
|
- localedef: Use initializer for flexible array member [BZ #24950]
|
|
|
|
- Add misc/tst-mntent-autofs, testing autofs "ignore" filtering
|
|
|
|
- Use autofs "ignore" mount hint in getmntent_r/getmntent
|
|
|
|
- hurd: Fix build
|
|
|
|
- Use generic memset/memcpy/memmove in benchtests
|
|
|
|
- nptl: Move pthread_attr_getinheritsched implementation into libc
|
|
|
|
- hurd: Fix SS_ONSTACK support
|
|
|
|
- hurd: Remove optimizing anonymous maps as __vm_allocate.
|
|
|
|
- hurd: Fix poll and select POSIX compliancy details about errors
|
|
|
|
- hurd: Fix timeout handling in _hurd_select
|
|
|
|
- hurd getcwd: Allow unknown root directory
|
|
|
|
- hurd: Fix implementation of setitimer.
|
|
|
|
- hurd: Fix _hurd_select for single fd sets
|
|
|
|
- MIPS support for GNU hash
|
|
|
|
- sh: Split BE/LE abilist
|
|
|
|
- microblaze: Split BE/LE abilist
|
|
|
|
- arm: Split BE/LE abilist
|
|
|
|
- Correct the spelling of more contributors
|
|
|
|
- Fix posix/tst-regex by using UTF-8 and own test input
|
|
|
|
- [powerpc] fegetenv_status: simplify instruction generation
|
|
|
|
- [powerpc] fesetenv: optimize FPSCR access
|
|
|
|
- [powerpc] SET_RESTORE_ROUND improvements
|
|
|
|
- [powerpc] fe{en,dis}ableexcept, fesetmode: optimize FPSCR accesses
|
|
|
|
- [powerpc] fe{en,dis}ableexcept optimize bit translations
|
|
|
|
- misc: Use allocate_once in getmntent
|
|
|
|
- nptl: Move pthread_attr_setdetachstate implementation into libc
|
|
|
|
- login: pututxline could fail to overwrite existing entries [BZ #24902]
|
|
|
|
- Fix posix/tst-regex by using a dedicated input-file.
|
|
|
|
|
2019-08-27 19:07:36 +00:00
|
|
|
* Tue Aug 27 2019 DJ Delorie <dj@redhat.com> - 2.30.9000-5
|
|
|
|
- Move makedb from glibc-common to nss_db (#1704334)
|
|
|
|
|
2019-08-26 18:24:15 +00:00
|
|
|
* Mon Aug 26 2019 DJ Delorie <dj@redhat.com> - 2.30.9000-4
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 1bced8cadc82077f0201801239e89eb24b68e9aa.
|
|
|
|
- Don't put non-ASCII into installed headers
|
|
|
|
- Fix spellings of contributor names in comments and doc
|
|
|
|
- [MIPS] Raise highest supported EI_ABIVERSION value [SWBZ #24916]
|
|
|
|
- mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernels
|
|
|
|
- linux: Make profil_counter a compat_symbol (SWBZ#17726)
|
|
|
|
- Refactor sigcontextinfo.h
|
|
|
|
- Add RTLD_SINGLE_THREAD_P on generic single-thread.h
|
|
|
|
- Chinese locales: Set first_weekday to 2 (swbug 24682).
|
|
|
|
- powerpc: Fix typos and field name in comments
|
|
|
|
- Mark IDN tests unsupported with libidn2 before 2.0.5.
|
|
|
|
- Document strftime %Ob and %OB as C2X features.
|
|
|
|
- Remove dead regex code
|
|
|
|
- Fix bad pointer / leak in regex code
|
|
|
|
- Don't use the argument to time.
|
|
|
|
- Add tgmath.h macros for narrowing functions.
|
|
|
|
- Update i386 libm-test-ulps
|
|
|
|
|
2019-08-19 19:45:52 +00:00
|
|
|
* Mon Aug 19 2019 Carlos O'Donell <carlos@redhat.com> - 2.30.9000-3
|
|
|
|
- Drop glibc-fedora-nscd-warnings.patch; applied upstream.
|
|
|
|
- Drop Source7: nsswitch.conf; applying patch to upstream.
|
|
|
|
- Add glibc-fedora-nsswitch.patch for Fedora customizations.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit d34d4c80226b3f5a1b51a8e5b005a52fba07d7ba:
|
|
|
|
- Do not print backtraces on fatal glibc errors.
|
|
|
|
- elf: Self-dlopen failure with explict loader invocation (swbz#24900)
|
|
|
|
- login: Add nonstring attributes to struct utmp, struct utmpx (swbz#24899)
|
|
|
|
- login: Use struct flock64 in utmp (swbz#24880)
|
|
|
|
- login: Disarm timer after utmp lock acquisition (swbz#24879)
|
|
|
|
|
2019-06-07 03:58:21 +00:00
|
|
|
* Fri Aug 16 2019 Carlos O'Donell <carlos@redhat.com> - 2.30.9000-2
|
|
|
|
- Fix C.UTF-8 to use full code ranges.
|
|
|
|
|
2019-08-15 08:37:59 +00:00
|
|
|
* Thu Aug 15 2019 Florian Weimer <fweimer@redhat.com> - 2.30.9000-1
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 341da5b4b6253de9a7581a066f33f89cacb44dec.
|
|
|
|
|
2019-08-02 12:24:18 +00:00
|
|
|
* Fri Aug 02 2019 Florian Weimer <fweimer@redhat.com> - 2.30-1
|
2019-08-02 12:16:34 +00:00
|
|
|
- Drop glibc-rh1734680.patch, applied upstream.
|
|
|
|
- Auto-sync with upstream branch release/2.30/master,
|
|
|
|
commit be9a328c93834648e0bec106a1f86357d1a8c7e1:
|
|
|
|
- malloc: Remove unwanted leading whitespace in malloc_info (swbz#24867)
|
|
|
|
- glibc 2.30 release
|
|
|
|
- iconv: Revert steps array reference counting changes (#1734680)
|
|
|
|
- Restore r31 setting in powerpc32 swapcontext
|
|
|
|
|
2019-07-31 09:53:38 +00:00
|
|
|
* Wed Jul 31 2019 Florian Weimer <fweimer@redhat.com> - 2.29.9000-37
|
|
|
|
- Fix memory leak in iconv_open (#1734680)
|
|
|
|
|
2019-07-30 09:05:22 +00:00
|
|
|
* Tue Jul 30 2019 Florian Weimer <fweimer@redhat.com> - 2.29.9000-36
|
|
|
|
- Drop glibc-rh1732406.patch, fix for the regression applied upstream.
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 8a814e20d443adc460a1030fa1a66aa9ae817483:
|
|
|
|
- nptl: Use uintptr_t for address diagnostic in nptl/tst-pthread-getattr
|
|
|
|
- Linux: Move getdents64 to <dirent.h>
|
|
|
|
- test-container: Install with $(sorted-subdirs) (swbz#24794)
|
|
|
|
- gconv: Check reference count in __gconv_release_cache (#1732406)
|
|
|
|
- x86-64: Compile branred.c with -mprefer-vector-width=128 (swbz#24603)
|
|
|
|
- build-many-glibcs.py: Use Linux 5.2 by default
|
|
|
|
- Linux: Use in-tree copy of SO_ constants for !__USE_MISC (swbz#24532)
|
|
|
|
- test-container: Avoid copying unintended system libraries
|
|
|
|
|
2019-07-25 03:41:31 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-23 10:14:15 +00:00
|
|
|
* Tue Jul 23 2019 Florian Weimer <fweimer@redhat.com> - 2.29.9000-34
|
|
|
|
- Revert libio change that causes crashes (#1732406)
|
|
|
|
|
2019-07-22 18:06:01 +00:00
|
|
|
* Mon Jul 22 2019 DJ Delorie <dj@redhat.com> - 2.29.9000-33
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit dcf36bcad3f283f77893d3b157ef7bb2c99419f2.
|
|
|
|
- Add NEWS entry about the new AArch64 IFUNC resolver call ABI
|
|
|
|
- locale/C-translit.h.in: Cyrillic -> ASCII transliteration [BZ #2872]
|
|
|
|
- Linux: Update syscall-names.list to Linux 5.2
|
|
|
|
|
2019-07-18 19:15:24 +00:00
|
|
|
* Thu Jul 18 2019 DJ Delorie <dj@redhat.com> - 2.29.9000-32
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 3556658c5b8765480711b265abc901c67d5fc060.
|
|
|
|
- Regenerate po/libc.pot for 2.30 release.
|
|
|
|
- nptl: Add POSIX-proposed _clock functions to hppa pthread.h
|
|
|
|
- nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libc
|
|
|
|
- Afar locales: Months and days updated from CLDR (bug 21897).
|
|
|
|
- nl_BE locale: Use "copy "nl_NL"" in LC_NAME (bug 23996).
|
|
|
|
- nl_BE and nl_NL locales: Dutch salutations (bug 23996).
|
|
|
|
- ga_IE and en_IE locales: Revert first_weekday removal (bug 24200).
|
|
|
|
- nptl: Remove futex_supports_exact_relative_timeouts
|
|
|
|
- Update NEWS for new _clockwait and _clocklock functions
|
|
|
|
- nptl: Add POSIX-proposed pthread_mutex_clocklock
|
|
|
|
- nptl: Rename lll_timedlock to lll_clocklock and add clockid parameter
|
|
|
|
- nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlock
|
|
|
|
- nptl: pthread_rwlock: Move timeout validation into _full functions
|
|
|
|
- nptl: Add POSIX-proposed pthread_cond_clockwait
|
|
|
|
- nptl: Add POSIX-proposed sem_clockwait
|
|
|
|
- nptl: Add clockid parameter to futex timed wait calls
|
|
|
|
- posix: Fix large mmap64 offset for mips64n32 (BZ#24699)
|
|
|
|
- nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]
|
|
|
|
|
2019-07-10 16:49:03 +00:00
|
|
|
* Wed Jul 10 2019 Carlos O'Donell <carlos@redhat.com> - 2.29.9000-31
|
|
|
|
- Auto-sync with upstream branch master,
|
|
|
|
commit 30ba0375464f34e4bf8129f3d3dc14d0c09add17.
|
|
|
|
- Don't declare __malloc_check_init in <malloc.h> (bug 23352)
|
|
|
|
- nftw: fill in stat buf for dangling links [BZ #23501]
|
|
|
|
- dl-vdso: Add LINUX_4 HASH CODE to support nds32 vdso mechanism
|
|
|
|
- riscv: restore ABI compatibility (bug 24484)
|
|
|
|
- aarch64: new ifunc resolver ABI
|
|
|
|
- nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]
|
|
|
|
- malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]
|
|
|
|
- Call _dl_open_check after relocation [BZ #24259]
|
|
|
|
- Linux: Use mmap instead of malloc in dirent/tst-getdents64
|
|
|
|
- ld.so: Support moving versioned symbols between sonames [BZ #24741]
|
|
|
|
- io: Remove copy_file_range emulation [BZ #24744]
|
|
|
|
- Linux: Adjust gedents64 buffer size to int range [BZ #24740]
|
|
|
|
- powerpc: Use generic e_expf
|
|
|
|
- Linux: Add nds32 specific syscalls to syscall-names.list
|
|
|
|
- szl_PL locale: Fix a typo in the previous commit (bug 24652).
|