]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ChangeLog
posix: Use posix_spawn for wordexp
[thirdparty/glibc.git] / ChangeLog
index 29b8b79bfc1c46516956dbf72ea493a53097e8c6..2e34b2da346f0a116c6654ab33bfa62a671ec6d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,611 @@
+2019-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+       * include/spawn.h (__posix_spawn_file_actions_addopen): New
+       prototype.
+       * posix/spawn_faction_addopen.c (posix_spawn_file_actions_addopen):
+       Add internal alias.
+       * posix/wordexp.c (create_environment, free_environment): New
+       functions.
+       (exec_comm_child, exec_comm): Use posix_spawn instead of fork+exec.
+       * posix/wordexp-test.c: Use libsupport.
+
+       * sysdeps/unix/sysv/linux/mips/mips64/getdents64.c (__getdents64):
+       Add small optimization for older kernel to avoid issuing
+       __NR_getdents64 on each call and replace scratch_buffer usage with
+       a static allocated buffer.
+
+2019-10-09  Florian Weimer  <fweimer@redhat.com>
+
+       * config.h.in (HAVE_GCC_GOTDATA): Remove.
+       * sysdeps/sparc/configure.ac: Remove checks for HAVE_GCC_GOTDATA
+       and PI_STATIC_AND_HIDDEN.  Always define PI_STATIC_AND_HIDDEN.
+       * sysdeps/sparc/configure: Regenerate.
+
+2019-10-09  Petr Vorel  <pvorel@suse.cz>
+
+       * include/dirent.h (__getdents64): Update comment.
+
+2019-10-08  Gabriel F. T. Gomes  <gabrielftg@linux.ibm.com>
+
+       * Makefile: Fix locale dependency for a couple of tests.
+       ($(objpfx)tst-strftime2.out): New rule.
+       ($(objpfx)tst-strftime3.out): Likewise.
+
+2019-10-08  Florian Weimer  <fweimer@redhat.com>
+
+       * posix/tst-wordexp-nocmd.c (do_test): Fix diagnostics output.
+
+2019-10-08  Florian Weimer  <fweimer@redhat.com>
+
+       * posix/Makefile (tests): Add tst-wordexp-nocmd.
+       * posix/wordexp-test.c (__app_register_atfork): Remove function.
+       (registered_forks): Remove variable.
+       (register_fork): Remove function.
+       (test_case): Remove WRDE_NOCMD tests.
+       (main): Do not set up fork tracking.  Remove integer overflow in
+       division tests.
+       (testit): Do not check for unexpected forks.
+       * posix/tst-wordexp-nocmd.c: New file containing the tests removed
+       from posix/wordexp-test.c.
+
+2019-10-07  Florian Weimer  <fweimer@redhat.com>
+
+       nptl: Move pthread_attr_setschedparam implementation into libc.
+       * nptl/Makefile (routines): Add pthread_attr_setschedparam.
+       (libpthread-routines): Remove pthread_attr_setschedparam.
+       * nptl/Versions (libpthread GLIBC_2.0): Remove
+       pthread_attr_setschedparam.
+       * nptl/forward.c (pthread_attr_setschedparam): Remove definition.
+       * nptl/nptl-init.c (pthread_functions): Remove initializer for
+       ptr_pthread_attr_setschedparam.
+       * sysdeps/nptl/pthread-functions.h (struct pthread_functions):
+       Remove ptr_pthread_attr_setschedparam member.
+       * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist (GLIBC_2.17):
+       Remove pthread_attr_setschedparam.
+       * sysdeps/unix/sysv/linux/alpha/libpthread.abilist (GLIBC_2.0):
+       Likewise.
+       * sysdeps/unix/sysv/linux/arm/be/libpthread.abilist (GLIBC_2.4):
+       Likewise.
+       * sysdeps/unix/sysv/linux/arm/le/libpthread.abilist (GLIBC_2.4):
+       Likewise.
+       * sysdeps/unix/sysv/linux/csky/libpthread.abilist (GLIBC_2.29):
+       Likewise.
+       * sysdeps/unix/sysv/linux/hppa/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/i386/libpthread.abilist (GLIBC_2.0):
+       Likewise.
+       * sysdeps/unix/sysv/linux/ia64/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist
+       (GLIBC_2.4): Likewise.
+       * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist
+       (GLIBC_2.18): Likewise.
+       * sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist
+       (GLIBC_2.18): Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/nios2/libpthread.abilist (GLIBC_2.21):
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist
+       (GLIBC_2.3): Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist
+       (GLIBC_2.17): Likewise.
+       * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist
+       (GLIBC_2.27): Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist
+       (GLIBC_2.2): Likewise.
+       * sysdeps/unix/sysv/linux/sh/be/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/sh/le/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist
+       (GLIBC_2.2): Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
+       (GLIBC_2.2.5): Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist
+       (GLIBC_2.16): Likewise.
+
+2019-10-07  Florian Weimer  <fweimer@redhat.com>
+
+       riscv: Remove support for variable page sizes.
+       * sysdeps/unix/sysv/linux/riscv/Makefile [$(subdir) == elf]
+       (sysdep_routines): Do not add dl-static.
+       * sysdeps/unix/sysv/linux/riscv/dl-static.c: Remove file.
+       * sysdeps/unix/sysv/linux/riscv/ldsodefs.h: Likewise.
+
+2019-10-07  Florian Weimer  <fweimer@redhat.com>
+
+       nptl: Move pthread_attr_getschedparam implementation into libc.
+       * nptl/Makefile (routines): Add pthread_attr_getschedparam.
+       (libpthread-routines): Remove pthread_attr_getschedparam.
+       * nptl/Versions (libpthread GLIBC_2.0): Remove
+       pthread_attr_getschedparam.
+       * nptl/forward.c (pthread_attr_getschedparam): Remove definition.
+       * nptl/nptl-init.c (pthread_functions): Remove initializer for
+       ptr_pthread_attr_getschedparam.
+       * sysdeps/nptl/pthread-functions.h (struct pthread_functions):
+       Remove ptr_pthread_attr_getschedparam member.
+       * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist (GLIBC_2.17):
+       Remove pthread_attr_getschedparam.
+       * sysdeps/unix/sysv/linux/alpha/libpthread.abilist (GLIBC_2.0):
+       Likewise.
+       * sysdeps/unix/sysv/linux/arm/be/libpthread.abilist (GLIBC_2.4):
+       Likewise.
+       * sysdeps/unix/sysv/linux/arm/le/libpthread.abilist (GLIBC_2.4):
+       Likewise.
+       * sysdeps/unix/sysv/linux/csky/libpthread.abilist (GLIBC_2.29):
+       Likewise.
+       * sysdeps/unix/sysv/linux/hppa/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/i386/libpthread.abilist (GLIBC_2.0):
+       Likewise.
+       * sysdeps/unix/sysv/linux/ia64/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist
+       (GLIBC_2.4): Likewise.
+       * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist
+       (GLIBC_2.18): Likewise.
+       * sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist
+       (GLIBC_2.18): Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/nios2/libpthread.abilist (GLIBC_2.21):
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist
+       (GLIBC_2.3): Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist
+       (GLIBC_2.17): Likewise.
+       * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist
+       (GLIBC_2.27): Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist
+       (GLIBC_2.2): Likewise.
+       * sysdeps/unix/sysv/linux/sh/be/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/sh/le/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist
+       (GLIBC_2.2): Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
+       (GLIBC_2.2.5): Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist
+       (GLIBC_2.16): Likewise.
+
+2019-10-04  Florian Weimer  <fweimer@redhat.com>
+
+       [BZ #24930]
+       * elf/dl-load.c (_dl_map_object_from_fd): Only assign TLS modid if
+       the link map will be returned to the caller.
+       * elf/Makefile [$(have-fpie) && $(build-shared)] (tests, tests-pie):
+       Add tst-dlopen-aout-pie.
+       (tst-tst-dlopen-aout-no-pie): Set.
+       (CFLAGS-tst-dlopen-aout-pie.c): Build with -fpie.
+       (tst-dlopen-aout-pie): Link with -ldl -lpthread.
+       * elf/tst-dlopen-aout-pie.c: New file.
+
+2019-10-04  Florian Weimer  <fweimer@redhat.com>
+
+       [BZ #24900]
+       * elf/dl-load.c (_dl_map_object_from_fd): Do not use the file ID
+       when loading the executable as part of an explicit loader
+       invocation.
+
+2019-10-04  Florian Weimer  <fweimer@redhat.com>
+
+       nptl: Move pthread_attr_setinheritsched implementation into libc.
+       * nptl/Makefile (routines): Add pthread_attr_setinheritsched.
+       (libpthread-routines): Remove pthread_attr_setinheritsched.
+       * nptl/Versions (libpthread GLIBC_2.0): Remove
+       pthread_attr_setinheritsched.
+       * nptl/forward.c (pthread_attr_setinheritsched): Remove definition.
+       * nptl/nptl-init.c (pthread_functions): Remove initializer for
+       ptr_pthread_attr_setinheritsched.
+       * sysdeps/nptl/pthread-functions.h (struct pthread_functions):
+       Remove ptr_pthread_attr_setinheritsched member.
+       * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist (GLIBC_2.17):
+       Remove pthread_attr_setinheritsched.
+       * sysdeps/unix/sysv/linux/alpha/libpthread.abilist (GLIBC_2.0):
+       Likewise.
+       * sysdeps/unix/sysv/linux/arm/be/libpthread.abilist (GLIBC_2.4):
+       Likewise.
+       * sysdeps/unix/sysv/linux/arm/le/libpthread.abilist (GLIBC_2.4):
+       Likewise.
+       * sysdeps/unix/sysv/linux/csky/libpthread.abilist (GLIBC_2.29):
+       Likewise.
+       * sysdeps/unix/sysv/linux/hppa/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/i386/libpthread.abilist (GLIBC_2.0):
+       Likewise.
+       * sysdeps/unix/sysv/linux/ia64/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist
+       (GLIBC_2.4): Likewise.
+       * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist
+       (GLIBC_2.18): Likewise.
+       * sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist
+       (GLIBC_2.18): Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/nios2/libpthread.abilist (GLIBC_2.21):
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist
+       (GLIBC_2.3): Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist
+       (GLIBC_2.17): Likewise.
+       * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist
+       (GLIBC_2.27): Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist
+       (GLIBC_2.2): Likewise.
+       * sysdeps/unix/sysv/linux/sh/be/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/sh/le/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist
+       (GLIBC_2.2): Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
+       (GLIBC_2.2.5): Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist
+       (GLIBC_2.16): Likewise.
+
+2019-10-02  Joseph Myers  <joseph@codesourcery.com>
+
+       * sunrpc/clnt_udp.c: Include <libc-diag.h>.
+       (clntudp_call): Disable -Wmaybe-uninitialized around declaration
+       of total_deadline.
+
+2019-10-02  Alistair Francis  <alistair.francis@wdc.com>
+
+       * string/endian.h: Restore the __USE_MISC conditionals.
+
+2019-10-02  Joseph Myers  <joseph@codesourcery.com>
+
+       * string/tester.c: Ignore -Warray-bounds and
+       -Wmemset-transposed-args at top level.
+       [__GNUC_PREREQ (7, 0)]: Ignore -Wrestrict and -Wstringop-overflow=
+       at top level.
+       [__GNUC_PREREQ (8, 0)]: Ignore -Wstringop-truncation at top level.
+       (test_stpncpy): Do not ignore warnings here.
+       (test_strncat): Likewise.
+       (test_strncpy): Likewise.
+       (test_memset): Likewise.
+
+2019-10-02  Łukasz Majewski <lukma@denx.de>
+       * include/time.h: Add #include <bits/types/struct_timeval.h>
+
+2019-10-02  Paul A. Clarke  <pc@us.ibm.com>
+
+       * sysdeps/powerpc/fpu/fenv_private.h:
+       (__TEST_AND_BEGIN_NON_STOP): New.
+       (__TEST_AND_END_NON_STOP): New.
+       (libc_feholdexcept_setround_ppc): Use __TEST_AND_BEGIN_NON_STOP.
+       (__libc_femergeenv_ppc): Use __TEST_AND_BEGIN_NON_STOP and
+       __TEST_AND_END_NON_STOP.
+       (libc_feholdsetround_noex_ppc_ctx): Use __TEST_AND_END_NON_STOP.
+
+2019-10-02  Arjun Shankar  <arjun@redhat.com>
+
+       debugglibc.sh: Implement program arguments
+       * Makefile (debugglibc): Change variable definition.
+
+2019-10-01  Alistair Francis  <alistair.francis@wdc.com>
+
+        * time/bits/types/struct_timespec.h: Add padding for the timespec if
+       required.
+
+2019-10-01  Zack Weinberg  <zackw@panix.com>
+           Alistair Francis <alistair.francis@wdc.com>
+
+       * string/endian.h: Unconditionally define LITTLE_ENDIAN,
+       BIG_ENDIAN, PDP_ENDIAN, and BYTE_ORDER.  Condition byteswapping
+       macros only on !__ASSEMBLER__.  Move the definitions of
+       __BIG_ENDIAN, __LITTLE_ENDIAN, __PDP_ENDIAN, __FLOAT_WORD_ORDER,
+       and __LONG_LONG_PAIR to...
+       * string/bits/endian.h: ...this new file, which includes
+       the renamed header bits/endianness.h for the definition of
+       __BYTE_ORDER and possibly __FLOAT_WORD_ORDER.
+
+       * string/Makefile: Install bits/endianness.h.
+       * include/bits/endian.h: New wrapper.
+
+       * bits/endian.h: Rename to bits/endianness.h.
+       Add multiple-include guard.  Rewrite the comment explaining what
+       the machine-specific variants of this file should do.
+
+       * sysdeps/unix/sysv/linux/ia64/bits/endian.h:
+       Move to sysdeps/ia64.
+
+       * sysdeps/aarch64/bits/endian.h
+       * sysdeps/alpha/bits/endian.h
+       * sysdeps/arm/bits/endian.h
+       * sysdeps/csky/bits/endian.h
+       * sysdeps/hppa/bits/endian.h
+       * sysdeps/ia64/bits/endian.h
+       * sysdeps/m68k/bits/endian.h
+       * sysdeps/microblaze/bits/endian.h
+       * sysdeps/mips/bits/endian.h
+       * sysdeps/nios2/bits/endian.h
+       * sysdeps/powerpc/bits/endian.h
+       * sysdeps/riscv/bits/endian.h
+       * sysdeps/s390/bits/endian.h
+       * sysdeps/sh/bits/endian.h
+       * sysdeps/sparc/bits/endian.h
+       * sysdeps/x86/bits/endian.h:
+       Rename to endianness.h; canonicalize form of file; remove
+       redundant definitions of __FLOAT_WORD_ORDER.
+
+       * sysdeps/powerpc/bits/endianness.h: Remove logic to check for
+       broken compilers.
+
+       * ctype/ctype.h
+       * sysdeps/aarch64/nptl/bits/pthreadtypes-arch.h
+       * sysdeps/arm/nptl/bits/pthreadtypes-arch.h
+       * sysdeps/csky/nptl/bits/pthreadtypes-arch.h
+       * sysdeps/ia64/ieee754.h
+       * sysdeps/ieee754/ieee754.h
+       * sysdeps/ieee754/ldbl-128/ieee754.h
+       * sysdeps/ieee754/ldbl-128ibm/ieee754.h
+       * sysdeps/m68k/nptl/bits/pthreadtypes-arch.h
+       * sysdeps/microblaze/nptl/bits/pthreadtypes-arch.h
+       * sysdeps/mips/ieee754/ieee754.h
+       * sysdeps/mips/nptl/bits/pthreadtypes-arch.h
+       * sysdeps/nios2/nptl/bits/pthreadtypes-arch.h
+       * sysdeps/nptl/pthread.h
+       * sysdeps/riscv/nptl/bits/pthreadtypes-arch.h
+       * sysdeps/sh/nptl/bits/pthreadtypes-arch.h
+       * sysdeps/sparc/sparc32/ieee754.h
+       * sysdeps/unix/sysv/linux/generic/bits/stat.h
+       * sysdeps/unix/sysv/linux/generic/bits/statfs.h
+       * sysdeps/unix/sysv/linux/sys/acct.h
+       * wctype/bits/wctype-wchar.h:
+       Include bits/endian.h, not endian.h.
+
+       * sysdeps/unix/sysv/linux/hppa/pthread.h: Don’t include endian.h.
+
+       * sysdeps/mips/ieee754/ieee754.h: Use __LDBL_MANT_DIG__
+       in ifdefs, instead of LDBL_MANT_DIG.  Only include float.h
+       when __LDBL_MANT_DIG__ is not predefined, in which case
+       define __LDBL_MANT_DIG__ to equal LDBL_MANT_DIG.
+
+2019-09-17  Mike FABIAN  <mfabian@redhat.com>
+
+       * localedata/locales/az_AZ: Make lang_name agree with CLDR
+       * localedata/locales/be_BY@latin: Make lang_name agree with langtable
+       * localedata/locales/ber_DZ: Make language, country_name, lang_name agree with langtable
+       * localedata/locales/ber_MA: Add country_name from langtable, make language, lang_name agree with langtable
+       * localedata/locales/bhb_IN: Add country_name from langtable, make lang_name agree with langtable
+       * localedata/locales/bho_IN: Add country_name from langtable
+       * localedata/locales/chr_US: Make country_name agree with CLDR
+       * localedata/locales/crh_UA: Make lang_name agree with langtable
+       * localedata/locales/csb_PL: Add country_name from langtable
+       * localedata/locales/doi_IN: Add country_name from langtable
+       * localedata/locales/dv_MV: Add country_name from langtable
+       * localedata/locales/eo: Fix capitalisation of lang_name, agree with CLDR
+       * localedata/locales/hak_TW: Make lang_name agree with langtable
+       * localedata/locales/hif_FJ: Make lang_name agree with langtable
+       * localedata/locales/hne_IN: Add country_name from langtable
+       * localedata/locales/ia_FR: Fix capitalisation of lang_name, agree with CLDR
+       * localedata/locales/id_ID: Make lang_name agree with CLDR
+       * localedata/locales/ig_NG: Make country_name, lang_name agree with CLDR
+       * localedata/locales/kab_DZ: Make country_name agree  with CLDR
+       * localedata/locales/ks_IN: Make country_name agree with CLDR
+       * localedata/locales/ku_TR: Make country_name, lang_name agree with CLDR
+       * localedata/locales/mag_IN: Add country_name from langtable
+       * localedata/locales/mfe_MU: Make country_name agree with CLDR
+       * localedata/locales/mhr_RU: Add lang_name from langtable
+       * localedata/locales/mi_NZ: Make lang_name agree with CLDR
+       * localedata/locales/ms_MY: Make lang_name agree with CLDR
+       * localedata/locales/nan_TW: Make lang_name agree with langtable
+       * localedata/locales/nan_TW@latin: Make lang_name agree with langtable
+       * localedata/locales/nds_DE: Make lang_name agree with langtable
+       * localedata/locales/nds_NL: Make lang_name agree with langtable
+       * localedata/locales/nhn_MX: Add country_name from langtable, make lang_name agree with langtable
+       * localedata/locales/niu_NU: Add country_name, lang_name from langtable
+       * localedata/locales/niu_NZ: Add lang_name from langtable
+       * localedata/locales/nr_ZA: Fix capitalisation of lang_name from langtable
+       * localedata/locales/oc_FR: Fix capitalisation of lang_name from langtable
+       * localedata/locales/or_IN: Fix spelling of language from langtable
+       * localedata/locales/pa_PK: Make country_name agree with CLDR
+       * localedata/locales/ps_AF: Make country_name agree with CLDR
+       * localedata/locales/quz_PE: Make language, lang_name agree with langtable
+       * localedata/locales/raj_IN: Make country_name, lang_name agree with langtable
+       * localedata/locales/rw_RW: Make country_name agree with CLDR
+       * localedata/locales/sah_RU: Make langauge, country_name, lang_name agree with CLDR
+       * localedata/locales/sat_IN: Make country_name, lang_name agree with langtable
+       * localedata/locales/sc_IT: Fix capitalisaton of lang_name according to langtable
+       * localedata/locales/sd_IN: Make country_name, lang_name agree with CLDR
+       * localedata/locales/sd_IN@devanagari: Make lang_name agree with langtable
+       * localedata/locales/shn_MM: Make country_name agree with langtable
+       * localedata/locales/shs_CA: Make language, lang_name agree with langtable
+       * localedata/locales/sm_WS: Make country_name agree with langtable
+       * localedata/locales/ss_ZA: Fix capitalisation of lang_name from langtable
+       * localedata/locales/szl_PL: Add country_name from langtable
+       * localedata/locales/te_IN: Fix country_name from CLDR
+       * localedata/locales/tg_TJ: Add lang_name from CLDR
+       * localedata/locales/the_NP: Add country_name, lang_name from langtable
+       * localedata/locales/tk_TM: Make lang_name agree with CLDR
+       * localedata/locales/tl_PH: Add lang_name from langtable
+       * localedata/locales/to_TO: Make lang_name agree with CLDR
+       * localedata/locales/tpi_PG: Make country_name, lang_name agree with langtable
+       * localedata/locales/tt_RU@iqtelif: Add country_name, lang_name from langtable
+       * localedata/locales/ug_CN: Add lang_name from CLDR
+       * localedata/locales/unm_US: Add lang_name from langtable
+       * localedata/locales/wa_BE: Fix capitalisation of lang_name from langtable
+       * localedata/locales/wo_SN: Add lang_name from CLDR
+       * localedata/locales/xh_ZA: Fix capitalisation of country_name, lang_name from CLDR
+       * localedata/locales/yo_NG: Make country_name agree with CLDR
+       * localedata/locales/yuw_PG: Make langauge, lang_name agree with langtable
+       * localedata/locales/zh_HK: Add lang_name from langtable
+       * localedata/locales/zh_SG: Add lang_name from langtable
+
+2019-09-30  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Context.checkout): Default
+       binutils version to 2.33 branch.
+
+2019-10-01  Lukasz Majewski <lukma@denx.de>
+
+       * include/time.h (valid_timeval_to_timespec64): Add.
+       * include/time.h (valid_timespec_to_timespec64): Likewise.
+       * include/time.h (valid_timespec64_to_timespec): Likewise.
+       * include/time.h (valid_timespec64_to_timeval): Likewise.
+
+2019-09-30  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/powerpc/bits/mman.h [__USE_MISC]
+       (MAP_SYNC): New macro.
+       * sysdeps/unix/sysv/linux/sparc/bits/mman.h [__USE_MISC]
+       (MAP_SYNC): Likewise.
+       * sysdeps/unix/sysv/linux/tst-mman-consts.py (main): Update Linux
+       kernel version number to 5.3.
+
+2019-09-27  Paul A. Clarke  <pc@us.ibm.com>
+
+       * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_mode): Rename to
+       fesetenv_control.
+       * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Accommodate
+       rename of fesetenv_mode to fegetenv_control.
+       * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
+       * sysdeps/powerpc/fpu/fesetmode.c (fesetmode): Likewise.
+       * sysdeps/powerpc/fpu/fenv_private.h (__libc_femergeenv_ppc): Likewise.
+       (libc_feholdsetround_noex_ppc_ctx): Likewise.
+
+2019-09-27  Paul A. Clarke  <pc@us.ibm.com>
+
+       * sysdeps/powerpc/fpu/fenv_private.h
+       (libc_feholdsetround_noex_ppc_ctx): Call fesetenv_mode instead
+       of fesetenv_register.
+
+2019-09-27  Paul A. Clarke  <pc@us.ibm.com>
+
+       * sysdeps/powerpc/fpu/fenv_libc.h (fegetenv_status): Rename to
+       fegetenv_control.
+       * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Accommodate
+       rename of fegetenv_status to fegetenv_control.
+       * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
+       * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Likewise.
+       * sysdeps/powerpc/fpu/fegetmode.c (fegetmode): Likewise.
+       * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
+       * sysdeps/powerpc/fpu/fesetmode.c (fesetmode): Likewise.
+
+2019-09-27  Paul A. Clarke  <pc@us.ibm.com>
+
+       * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround_inline): Use
+       'mffscrn' instruction on POWER9.
+       (__fesetround_inline_nocheck): Likewise.
+
+2019-09-27  Paul A. Clarke  <pc@us.ibm.com>
+
+       * sysdeps/powerpc/fpu/fenv_libc.h (FPSCR_EXCEPTIONS_MASK):  New.
+       * sysdeps/powerpc/fpu/fenv_private.h (__libc_femergeenv_ppc):  Optimize
+       to write FPSCR control only, if exceptions have not changed.
+
+2019-09-27  Paul A. Clarke  <pc@us.ibm.com>
+
+       * sysdeps/powerpc/fpu/fenv_libc.h:
+       (__TEST_AND_ENTER_NON_STOP): New.
+       (__TEST_AND_EXIT_NON_STOP): New.
+       * sysdeps/powerpc/fpu/fenv_private.h
+       (_FPU_ALL_TRAPS): Delete, replace with FPSCR_ENABLES_MASK.
+       (_FPU_MASK_RN): Delete.
+       (_FPU_MASK_NOT_RN_NI): Delete.
+       (_FPU_MASK_TRAPS_RN): Delete, replace with ~FPSCR_CONTROL_MASK.
+       (_FPU_MASK_FRAC_INEX_RET_CC): Delete, replace with ~FPSCR_STATUS_MASK.
+       (__libc_feholdbits_ppc): Delete, move code into
+       libc_feholdexcept_setround_ppc.
+       (libc_feholdexcept_ppc): Delete.
+       (libc_fesetround_ppc): Delete.
+       (libc_fetestexcept_ppc): Delete.
+       (libc_feholdsetround_ppc): Delete.
+       (__libc_femergeenv_ppc): Use __TEST_AND_ENTER/EXIT_NON_STOP.
+       (libc_feholdsetround_noex_ppc_ctx): Likewise.
+       (libc_feupdateenv_test_ppc): Use FPSCR defines.
+       * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
+       __TEST_AND_ENTER_NON_STOP.
+       * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
+       * sysdeps/powerpc/fpu/feholdexcpt.c (__feholdexcept): Likewise.
+       * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
+       * sysdeps/powerpc/fpu/fesetmode.c (fesetmode): Likewise.
+       * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
+       (_FPU_MASK_ALL): Delete.
+
+2019-09-27  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/gnu/netinet/tcp.h (TCP_TX_DELAY): New macro.
+
+2019-09-26  Lukasz Majewski <lukma@denx.de>
+
+       * include/time.h: Add struct __timespec64 definition
+
+2019-09-26  Siddhesh Poyarekar  <siddhesh@gotplt.org>
+
+       * scripts/vcs_to_changelog/misc_util.py (decode): Remove latin1
+       from codecs.
+
+2019-09-25  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+       * rt/Makefile (CFLAGS-clock_nanosleep.c): Move to ...
+       * time/Makefile (CFLAGS-clock_nanosleep.c): ... here.
+
+       * sysdeps/unix/sysv/linux/Makefile
+       (CFLAGS-tst-sigcontextinfo-get_pc.c): Rename to
+       CFLAGS-tst-sigcontext-get_pc.c.
+
+2019-09-24  Alistair Francis  <alistair.francis@wdc.com>
+
+       * inet/net-internal.h: Fix uninitalised clntudp_call() variable.
+
+2019-09-24  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/unix/sysv/linux/arm/sysdep.h
+       (HAVE_CLOCK_GETTIME_VSYSCALL): Define to "__vdso_clock_gettime",
+       not "__vdso_gettimeofday".
+       (HAVE_GETTIMEOFDAY_VSYSCALL): Define to "__vdso_gettimeofday", not
+       "__vdso_clock_gettime".
+       * sysdeps/unix/sysv/linux/mips/sysdep.h
+       (HAVE_CLOCK_GETTIME_VSYSCALL): Define to "__vdso_clock_gettime",
+       not "__vdso_gettimeofday".
+       (HAVE_GETTIMEOFDAY_VSYSCALL): Define to "__vdso_gettimeofday", not
+       "__vdso_clock_gettime".
+
+2019-09-19  Paul A. Clarke  <pc@us.ibm.com>
+
+       * sysdeps/powerpc/fpu/fenv_libc.h (fegetenv_and_set_rn): New.
+       (__fe_mffscrn): New.
+       * sysdeps/powerpc/fpu/fenv_private.h (libc_feholdsetround_ppc_ctx):
+       Do not clear enable bits, remove obsolete code, use
+       fegetenv_and_set_rn.
+       (libc_feresetround_ppc): Remove obsolete code, use
+       fegetenv_and_set_rn.
+
 2019-09-19  Stefan Liebler  <stli@linux.ibm.com>
 
        * support/support_ptrace.c: Remove inclusion of sys/prctl.h.
 
 2019-08-28  Paul A. Clarke  <pc@us.ibm.com>
 
-       * sysdeps/powerpc/fpu/fenv_libc.h (fegetenv_status_ISA300):  Delete.
-       (fegetenv_status):  Generate 'mffsl' unconditionally.
+       * sysdeps/powerpc/fpu/fenv_libc.h (fegetenv_status_ISA300):  Delete.
+       (fegetenv_status):  Generate 'mffsl' unconditionally.
 
 2019-08-28  Paul A. Clarke  <pc@us.ibm.com>
 
-       * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv):  Utilize lightweight
-       FPSCR read.
-       (_FPU_MASK_ALL):  Delete.
+       * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv):  Utilize lightweight
+       FPSCR read.
+       (_FPU_MASK_ALL):  Delete.
 
 2019-08-28  Paul A. Clarke  <pc@us.ibm.com>
 
-       * sysdeps/powerpc/fpu/fenv_private.h (libc_feholdsetround_ppc_ctx):
-       Utilize lightweight FPSCR read if possible, set fewer FPSCR bits
-       if possible.
-       (libc_feresetround_ppc):  Replace call to __libc_femergeenv_ppc
-       with simpler required steps, set fewer FPSCR bits if possible.
+       * sysdeps/powerpc/fpu/fenv_private.h (libc_feholdsetround_ppc_ctx):
+       Utilize lightweight FPSCR read if possible, set fewer FPSCR bits
+       if possible.
+       (libc_feresetround_ppc):  Replace call to __libc_femergeenv_ppc
+       with simpler required steps, set fewer FPSCR bits if possible.
 
 2019-08-28  Paul A. Clarke  <pc@us.ibm.com>
 
-       * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_mode): New.
-       (FPSCR_FPRF_MASK): New. (FPSCR_STATUS_MASK): New.
-       * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use lighter-
-       weight access to FPSCR; remove unnecessary second FPSCR read and
-       validate.
-       * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
-       * sysdeps/powerpc/fpu/fesetmode.c (fesetmode): Use lighter-weight
-       access to FPSCR; Use macros in fenv_libc.h in favor of local.
+       * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_mode): New.
+       (FPSCR_FPRF_MASK): New. (FPSCR_STATUS_MASK): New.
+       * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use lighter-
+       weight access to FPSCR; remove unnecessary second FPSCR read and
+       validate.
+       * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
+       * sysdeps/powerpc/fpu/fesetmode.c (fesetmode): Use lighter-weight
+       access to FPSCR; Use macros in fenv_libc.h in favor of local.
 
 2019-08-28  Paul A. Clarke  <pc@us.ibm.com>
 
-       * sysdeps/powerpc/fpu/fenv_libc.h: Define FPSCR bitmasks.
-       (fenv_reg_to_exceptions): Replace bitwise operations with mask-shift.
-       (fenv_exceptions_to_reg): New.
-       * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Replace bitwise
-       operation with call to fenv_exceptions_to_reg().
-       * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
+       * sysdeps/powerpc/fpu/fenv_libc.h: Define FPSCR bitmasks.
+       (fenv_reg_to_exceptions): Replace bitwise operations with mask-shift.
+       (fenv_exceptions_to_reg): New.
+       * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Replace bitwise
+       operation with call to fenv_exceptions_to_reg().
+       * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
 
 2019-08-28  Florian Weimer  <fweimer@redhat.com>