This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/headers-cleanups in repository glibc.
discards e7bf261621 Don't install libio.h or _G_config.h. discards 39ebfc3363 Remove bits/string.h. discards a32bcd8007 Rename xlocale.h to bits/types/locale_t.h. discards e30bd60319 Make error_t available on all supported hosts. discards 2fdbd1e174 Factor out shared definitions from bits/signum.h. adds 69052a3a95 i686: Add missing IS_IN (libc) guards to vectorized strcspn adds 5c3e322d3b x86-64: Implement memmove family IFUNC selectors in C adds 0edbf12301 nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988) adds 2c0b90ab44 Enable tunables by default adds 93e46f8773 x86-64: Implement memset family IFUNC selectors in C adds b91a52d0d7 x86-64: Implement memcmp family IFUNC selectors in C adds 9ed0aa15d3 x86-64: Implement strcat family IFUNC selectors in C adds 9f4254b8bd x86-64: Implement wcscpy IFUNC selector in C adds 70fe2eb794 x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C adds 244361ebae support: Add optstring support adds 48d966eb35 linux: Consolidate sync_file_range implementation adds 27691d5cec manual: Create empty placeholder macros for @standards. adds d08a7e4cbe manual: Replace summary.awk with summary.pl. adds 76b9ffef87 manual: Complete @standards in argp.texi. adds 1b009d5ac3 manual: Complete @standards in arith.texi. adds a448ee41e7 manual: Complete @standards in string.texi. adds 92bd70fb85 Update timezone code from tzcode 2017b. adds 52243b520e Remove _dl_out_of_memory from elf/Versions adds 35810f5ccf s390: optimize syscall function adds 5e5b3b8866 S390: Fix build with gcc configured with --enable-default-pi [...] adds a4de0a9008 Fix gen-tunables.awk to work with older awk adds 629ebc873a Fix typo when undefining weak_alias adds 5b83faf6a7 dynarray: Use libc_hidden_proto only for !_ISOMAC adds a66bc30d6b Define struct rusage in sys/wait.h when required (bug 21575). adds 21f8859dd0 Fix signal stack namespace (bug 21584). adds ed8cfb00c2 Fix siginterrupt namespace (bug 21597). adds 487549c466 Fix another x86 sys/ucontext.h namespace issue (bug 21457). adds ca3d65ff69 resolv: Make __res_vinit hidden adds 26bf5a1029 resolv: Move res_randomid to its own file adds e4e5b57d23 resolv: Move _res deallocation functions to their own file adds e68111fbd6 resolv: Remove DEBUG preprocessor conditionals from res_setoptions adds 94f094f22b resolv: Introduce is_sort_mask and call it from res_vinit adds 4c4480eecb resolv: Reformat res_vinit and related functions to GNU style adds ea4924ce5b resolv: Report allocation errors in __res_vinit adds 89f187a40f resolv: Use getline for configuration file reading in res_vinit_1 adds b08a6a0dea S390: Sync ptrace.h with kernel. [BZ #21539] adds f6110a8fee CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 pro [...] adds 4add86749a Require GCC 4.9 or later for building glibc. adds bf15120dd7 Fix wait3 namespace (bug 21625). adds 6d0ba62289 ld.so: Reject overly long LD_PRELOAD path elements adds 81b82fb966 ld.so: Reject overly long LD_AUDIT path elements adds 37e9dc8146 DCIGETTEXT: Do not make copy of localename adds 6c2ec6677b Remove pre-GCC-4.9 MIPS code. adds b8216e8278 manual: Complete @standards in lang.texi. adds 09a596cc2c Remove bits/string.h. adds d8cee557e2 Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anyt [...] adds 4cedcaea8d Add powf bench tests adds c0b23001a8 Fix fallout from bits/string.h removal. new c220404307 Rename xlocale.h to bits/types/__locale_t.h. new f30ca0ba97 Use locale_t, not __locale_t, throughout glibc new a21ac2d5be Factor out shared definitions from bits/signum.h. new b927ce25c9 Make error_t available on all supported hosts. new 2f75bdb994 Don't install libio.h or _G_config.h.
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (e7bf261621) \ N -- N -- N refs/heads/zack/headers-cleanups (2f75bdb994)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 513 ++++++++++++ INSTALL | 22 +- NEWS | 27 +- benchtests/Makefile | 4 +- benchtests/powf-inputs | 331 ++++++++ benchtests/thread_create-inputs | 14 + benchtests/thread_create-source.c | 58 ++ bits/resource.h | 44 +- configure | 4 +- configure.ac | 4 +- ctype/ctype-c99_l.c | 2 +- ctype/ctype.h | 10 +- ctype/ctype_l.c | 6 +- sysdeps/generic/ld.abilist => dev/null | 0 elf/Versions | 2 +- elf/rtld.c | 195 ++++- include/bits/types/__locale_t.h | 1 + include/bits/types/struct_rusage.h | 1 + include/monetary.h | 2 +- include/resolv.h | 2 +- include/stdlib.h | 16 +- include/time.h | 2 +- include/wchar.h | 4 +- intl/dcigettext.c | 2 +- io/Makefile | 1 - locale/Makefile | 4 +- locale/bits/types/{locale_t.h => __locale_t.h} | 16 +- locale/bits/types/locale_t.h | 30 +- locale/duplocale.c | 6 +- locale/freelocale.c | 2 +- locale/global-locale.c | 2 +- locale/langinfo.h | 2 +- locale/locale.h | 12 +- locale/localeinfo.h | 4 +- locale/newlocale.c | 8 +- locale/nl_langinfo_l.c | 2 +- locale/uselocale.c | 2 +- locale/xlocale.h | 14 - localedata/bug-usesetlocale.c | 2 +- localedata/tst-xlocale2.c | 2 +- malloc/dynarray.h | 11 +- manual/Makefile | 9 +- manual/argp.texi | 140 ++-- manual/arith.texi | 700 ++++------------ manual/charset.texi | 96 +-- manual/conf.texi | 651 +++++---------- manual/creature.texi | 44 +- manual/crypt.texi | 65 +- manual/ctype.texi | 116 +-- manual/debug.texi | 9 +- manual/errno.texi | 504 ++++-------- manual/filesys.texi | 389 +++------ manual/getopt.texi | 24 +- manual/header.texi | 2 +- manual/install.texi | 17 +- manual/job.texi | 33 +- manual/lang.texi | 190 ++--- manual/llio.texi | 345 +++----- manual/locale.texi | 39 +- manual/macros.texi | 8 + manual/math.texi | 524 +++--------- manual/memory.texi | 156 ++-- manual/message.texi | 30 +- manual/pattern.texi | 219 ++--- manual/pipe.texi | 16 +- manual/process.texi | 69 +- manual/resource.texi | 169 ++-- manual/search.texi | 45 +- manual/setjmp.texi | 33 +- manual/signal.texi | 257 ++---- manual/socket.texi | 348 +++----- manual/startup.texi | 52 +- manual/stdio.texi | 495 ++++-------- manual/string.texi | 301 +++---- manual/summary.awk | 133 ---- manual/summary.pl | 403 ++++++++++ manual/sysinfo.texi | 77 +- manual/syslog.texi | 15 +- manual/terminal.texi | 303 +++---- manual/threads.texi | 18 +- manual/time.texi | 151 ++-- manual/users.texi | 281 +++---- nptl/allocatestack.c | 66 +- posix/sys/wait.h | 9 +- resolv/Makefile | 2 +- resolv/nss_dns/dns-host.c | 18 +- resolv/nss_dns/dns-network.c | 12 +- resolv/res-close.c | 137 ++++ resolv/res_init.c | 880 +++++++++++---------- resolv/res_libc.c | 2 - resolv/res_randomid.c | 92 +++ resource/Makefile | 2 +- resource/bits/types/struct_rusage.h | 130 +++ scripts/check-installed-headers.sh | 4 - scripts/gen-tunables.awk | 68 +- signal/signal.h | 16 +- stdio-common/vfscanf.c | 2 +- stdlib/monetary.h | 2 +- stdlib/stdlib.h | 16 +- stdlib/strfmon_l.c | 4 +- stdlib/strtod_l.c | 6 +- stdlib/strtof_l.c | 2 +- stdlib/strtol.c | 2 +- stdlib/strtol_l.c | 4 +- stdlib/strtold_l.c | 6 +- stdlib/strtoll_l.c | 2 +- stdlib/strtoul_l.c | 2 +- stdlib/strtoull_l.c | 2 +- string/strcasecmp.c | 4 +- string/strcoll_l.c | 2 +- string/string.h | 23 +- string/strings.h | 4 +- string/strncase.c | 4 +- string/strxfrm_l.c | 2 +- support/Makefile | 1 + support/support_test_main.c | 3 +- support/test-driver.c | 9 + support/test-driver.h | 1 + .../xpthread_attr_setguardsize.c | 13 +- support/xthread.h | 2 + sysdeps/i386/i686/multiarch/strcspn-c.c | 6 +- sysdeps/i386/i686/multiarch/varshift.c | 4 +- sysdeps/ieee754/float128/strtof128_l.c | 2 +- sysdeps/ieee754/float128/wcstof128.c | 2 +- sysdeps/ieee754/float128/wcstof128_l.c | 2 +- sysdeps/ieee754/ldbl-128ibm/strtold_l.c | 4 +- sysdeps/ieee754/ldbl-64-128/strtold_l.c | 4 +- sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 4 +- sysdeps/ieee754/ldbl-opt/nldbl-strfmon_l.c | 2 +- sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c | 4 +- sysdeps/ieee754/ldbl-opt/nldbl-wcstold_l.c | 2 +- sysdeps/mips/atomic-machine.h | 362 +-------- sysdeps/mips/math-tests.h | 8 +- sysdeps/powerpc/powerpc32/power7/strcasecmp.S | 2 +- sysdeps/powerpc/powerpc64/power7/strcasecmp.S | 2 +- sysdeps/s390/fpu/fesetenv.c | 2 - sysdeps/s390/s390-32/sysdep.h | 8 +- sysdeps/s390/s390-64/sysdep.h | 2 +- sysdeps/unix/sysv/linux/Makefile | 1 + sysdeps/unix/sysv/linux/alpha/bits/resource.h | 44 +- sysdeps/unix/sysv/linux/bits/resource.h | 106 +-- sysdeps/unix/sysv/linux/mips/bits/resource.h | 44 +- sysdeps/unix/sysv/linux/s390/Makefile | 4 + .../sysv/linux/s390/s390-32/__makecontext_ret.S | 31 +- sysdeps/unix/sysv/linux/s390/s390-32/syscall.S | 12 +- sysdeps/unix/sysv/linux/s390/s390-64/syscall.S | 12 +- sysdeps/unix/sysv/linux/s390/sys/ptrace.h | 42 +- .../unix/sysv/linux/s390/tst-ptrace-singleblock.c | 128 +++ sysdeps/unix/sysv/linux/sparc/bits/resource.h | 44 +- sysdeps/unix/sysv/linux/wordsize-64/syscalls.list | 1 - sysdeps/unix/sysv/linux/x86/sys/ucontext.h | 2 +- sysdeps/x86_64/multiarch/Makefile | 9 +- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 34 +- sysdeps/x86_64/multiarch/ifunc-memcmp.h | 45 ++ sysdeps/x86_64/multiarch/ifunc-memmove.h | 80 ++ sysdeps/x86_64/multiarch/ifunc-memset.h | 69 ++ .../x86_64/multiarch/{wmemset.c => ifunc-sse4_2.h} | 27 +- .../{wmemset_chk-nonshared.S => memcmp-sse2.S} | 16 +- sysdeps/x86_64/multiarch/memcmp.S | 78 -- sysdeps/x86_64/multiarch/{wmemset.c => memcmp.c} | 27 +- sysdeps/x86_64/multiarch/memcpy.S | 75 -- sysdeps/x86_64/multiarch/{stpcpy.c => memcpy.c} | 32 +- ...mset_chk-nonshared.S => memcpy_chk-nonshared.S} | 4 +- sysdeps/x86_64/multiarch/memcpy_chk.S | 72 -- .../x86_64/multiarch/{wmemset.c => memcpy_chk.c} | 22 +- ...memchr-sse2.S => memmove-sse2-unaligned-erms.S} | 22 +- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 11 + sysdeps/x86_64/multiarch/memmove.S | 101 --- sysdeps/x86_64/multiarch/{stpcpy.c => memmove.c} | 27 +- ...set_chk-nonshared.S => memmove_chk-nonshared.S} | 4 +- sysdeps/x86_64/multiarch/memmove_chk.S | 71 -- .../x86_64/multiarch/{wmemset.c => memmove_chk.c} | 22 +- sysdeps/x86_64/multiarch/mempcpy.S | 73 -- sysdeps/x86_64/multiarch/{stpcpy.c => mempcpy.c} | 33 +- ...set_chk-nonshared.S => mempcpy_chk-nonshared.S} | 4 +- sysdeps/x86_64/multiarch/mempcpy_chk.S | 72 -- .../x86_64/multiarch/{wmemset.c => mempcpy_chk.c} | 22 +- .../{wcscpy.S => memset-sse2-unaligned-erms.S} | 31 +- .../x86_64/multiarch/memset-vec-unaligned-erms.S | 5 + sysdeps/x86_64/multiarch/memset.S | 82 -- sysdeps/x86_64/multiarch/{wmemset.c => memset.c} | 26 +- ...mset_chk-nonshared.S => memset_chk-nonshared.S} | 4 +- sysdeps/x86_64/multiarch/memset_chk.S | 61 -- .../x86_64/multiarch/{wmemset.c => memset_chk.c} | 22 +- sysdeps/x86_64/multiarch/rawmemchr-sse2.S | 2 +- sysdeps/x86_64/multiarch/stpcpy.c | 2 + .../{wmemset_chk-nonshared.S => strcat-sse2.S} | 13 +- sysdeps/x86_64/multiarch/strcat.S | 85 -- sysdeps/x86_64/multiarch/{stpcpy.c => strcat.c} | 18 +- .../{wmemset_chk-nonshared.S => strcspn-sse2.S} | 13 +- sysdeps/x86_64/multiarch/strcspn.S | 69 -- sysdeps/x86_64/multiarch/{stpcpy.c => strcspn.c} | 21 +- sysdeps/x86_64/multiarch/strncat.S | 5 - sysdeps/x86_64/multiarch/{wmemset.c => strncat.c} | 20 +- sysdeps/x86_64/multiarch/strpbrk-c.c | 12 +- .../{wmemset_chk-nonshared.S => strpbrk-sse2.S} | 14 +- sysdeps/x86_64/multiarch/strpbrk.S | 5 - sysdeps/x86_64/multiarch/{stpcpy.c => strpbrk.c} | 21 +- .../{wmemset_chk-nonshared.S => strspn-sse2.S} | 13 +- sysdeps/x86_64/multiarch/strspn.S | 50 -- sysdeps/x86_64/multiarch/{stpcpy.c => strspn.c} | 21 +- sysdeps/x86_64/multiarch/{wmemset.c => wcscpy.c} | 29 +- sysdeps/x86_64/multiarch/wmemcmp.S | 55 -- sysdeps/x86_64/multiarch/{wmemset.c => wmemcmp.c} | 18 +- sysdeps/x86_64/multiarch/wmemset.c | 7 + sysdeps/x86_64/multiarch/wmemset_chk-nonshared.S | 2 +- sysdeps/x86_64/strcasecmp_l-nonascii.c | 2 +- sysdeps/x86_64/strcspn.S | 5 +- sysdeps/x86_64/strncase_l-nonascii.c | 2 +- sysdeps/x86_64/strpbrk.S | 1 + time/strftime_l.c | 2 +- time/strptime_l.c | 2 +- time/time.h | 4 +- time/tzset.c | 2 + timezone/Makefile | 3 +- timezone/private.h | 182 +++-- timezone/tzfile.h | 52 -- timezone/tzselect.ksh | 17 +- timezone/zdump.c | 541 +++++++------ timezone/zic.c | 684 +++++++++------- wcsmbs/mbsrtowcs_l.c | 2 +- wcsmbs/wchar.h | 26 +- wcsmbs/wcscasecmp.c | 2 +- wcsmbs/wcsncase.c | 2 +- wcsmbs/wcstod.c | 2 +- wcsmbs/wcstod_l.c | 2 +- wcsmbs/wcstof.c | 2 +- wcsmbs/wcstof_l.c | 2 +- wcsmbs/wcstol_l.c | 2 +- wcsmbs/wcstold.c | 2 +- wcsmbs/wcstold_l.c | 2 +- wcsmbs/wcstoll_l.c | 2 +- wcsmbs/wcstoul_l.c | 2 +- wcsmbs/wcstoull_l.c | 2 +- wctype/iswctype_l.c | 2 +- wctype/towctrans_l.c | 2 +- wctype/wcfuncs_l.c | 6 +- wctype/wctrans_l.c | 2 +- wctype/wctype.h | 36 +- wctype/wctype_l.c | 2 +- 240 files changed, 6501 insertions(+), 8189 deletions(-) create mode 100644 benchtests/powf-inputs create mode 100644 benchtests/thread_create-inputs create mode 100644 benchtests/thread_create-source.c copy sysdeps/generic/ld.abilist => dev/null (100%) create mode 100644 include/bits/types/__locale_t.h create mode 100644 include/bits/types/struct_rusage.h copy locale/bits/types/{locale_t.h => __locale_t.h} (79%) delete mode 100644 locale/xlocale.h delete mode 100644 manual/summary.awk create mode 100755 manual/summary.pl create mode 100644 resolv/res-close.c create mode 100644 resolv/res_randomid.c create mode 100644 resource/bits/types/struct_rusage.h copy sysdeps/x86_64/multiarch/wmemset_chk-nonshared.S => support/xpthread_attr_set [...] create mode 100644 sysdeps/unix/sysv/linux/s390/tst-ptrace-singleblock.c create mode 100644 sysdeps/x86_64/multiarch/ifunc-memcmp.h create mode 100644 sysdeps/x86_64/multiarch/ifunc-memmove.h create mode 100644 sysdeps/x86_64/multiarch/ifunc-memset.h copy sysdeps/x86_64/multiarch/{wmemset.c => ifunc-sse4_2.h} (65%) copy sysdeps/x86_64/multiarch/{wmemset_chk-nonshared.S => memcmp-sse2.S} (75%) delete mode 100644 sysdeps/x86_64/multiarch/memcmp.S copy sysdeps/x86_64/multiarch/{wmemset.c => memcmp.c} (64%) delete mode 100644 sysdeps/x86_64/multiarch/memcpy.S copy sysdeps/x86_64/multiarch/{stpcpy.c => memcpy.c} (60%) copy sysdeps/x86_64/multiarch/{wmemset_chk-nonshared.S => memcpy_chk-nonshared.S} (90%) delete mode 100644 sysdeps/x86_64/multiarch/memcpy_chk.S copy sysdeps/x86_64/multiarch/{wmemset.c => memcpy_chk.c} (67%) copy sysdeps/x86_64/multiarch/{rawmemchr-sse2.S => memmove-sse2-unaligned-erms.S} (64%) delete mode 100644 sysdeps/x86_64/multiarch/memmove.S copy sysdeps/x86_64/multiarch/{stpcpy.c => memmove.c} (59%) copy sysdeps/x86_64/multiarch/{wmemset_chk-nonshared.S => memmove_chk-nonshared.S} (90%) delete mode 100644 sysdeps/x86_64/multiarch/memmove_chk.S copy sysdeps/x86_64/multiarch/{wmemset.c => memmove_chk.c} (67%) delete mode 100644 sysdeps/x86_64/multiarch/mempcpy.S copy sysdeps/x86_64/multiarch/{stpcpy.c => mempcpy.c} (58%) copy sysdeps/x86_64/multiarch/{wmemset_chk-nonshared.S => mempcpy_chk-nonshared.S} (90%) delete mode 100644 sysdeps/x86_64/multiarch/mempcpy_chk.S copy sysdeps/x86_64/multiarch/{wmemset.c => mempcpy_chk.c} (67%) rename sysdeps/x86_64/multiarch/{wcscpy.S => memset-sse2-unaligned-erms.S} (64%) delete mode 100644 sysdeps/x86_64/multiarch/memset.S copy sysdeps/x86_64/multiarch/{wmemset.c => memset.c} (63%) copy sysdeps/x86_64/multiarch/{wmemset_chk-nonshared.S => memset_chk-nonshared.S} (90%) delete mode 100644 sysdeps/x86_64/multiarch/memset_chk.S copy sysdeps/x86_64/multiarch/{wmemset.c => memset_chk.c} (67%) copy sysdeps/x86_64/multiarch/{wmemset_chk-nonshared.S => strcat-sse2.S} (79%) delete mode 100644 sysdeps/x86_64/multiarch/strcat.S copy sysdeps/x86_64/multiarch/{stpcpy.c => strcat.c} (69%) copy sysdeps/x86_64/multiarch/{wmemset_chk-nonshared.S => strcspn-sse2.S} (78%) delete mode 100644 sysdeps/x86_64/multiarch/strcspn.S copy sysdeps/x86_64/multiarch/{stpcpy.c => strcspn.c} (67%) delete mode 100644 sysdeps/x86_64/multiarch/strncat.S copy sysdeps/x86_64/multiarch/{wmemset.c => strncat.c} (68%) copy sysdeps/x86_64/multiarch/{wmemset_chk-nonshared.S => strpbrk-sse2.S} (76%) delete mode 100644 sysdeps/x86_64/multiarch/strpbrk.S copy sysdeps/x86_64/multiarch/{stpcpy.c => strpbrk.c} (67%) copy sysdeps/x86_64/multiarch/{wmemset_chk-nonshared.S => strspn-sse2.S} (79%) delete mode 100644 sysdeps/x86_64/multiarch/strspn.S copy sysdeps/x86_64/multiarch/{stpcpy.c => strspn.c} (67%) copy sysdeps/x86_64/multiarch/{wmemset.c => wcscpy.c} (62%) delete mode 100644 sysdeps/x86_64/multiarch/wmemcmp.S copy sysdeps/x86_64/multiarch/{wmemset.c => wmemcmp.c} (70%)