This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr18822 in repository glibc.
discards 164061e737 Mark internal unistd.h functions with attribute_hidden [BZ #18822] discards 39d0805650 Mark internal argz functions with attribute_hidden [BZ #18822] discards c75a944493 Mark internal argp functions with attribute_hidden [BZ #18822] discards 2546cb10b5 Mark ____wcsto*_l_internal functions with attribute_hidden [ [...] discards 56b39a518f Mark __internal_statvfs[64] with attribute_hidden [BZ #18822] discards b37dedb40a Mark 3 *_internal functions with attribute_hidden [BZ #18822] discards 695abbdf69 Mark internal functions with attribute_hidden [BZ #18822] adds c22845744c Consolidate non cancellable open call adds a3fe6a20bf Update nss tests to new skeleton adds 486afa6d27 Use the range notation in charmaps/UTF-8 for all ranges of n [...] adds 098b9dd468 x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966] adds a748eb31c1 Consolidate non cancellable read call adds c647fb885c Consolidate non cancellable write call adds 47a67213a9 Do not use __builtin_types_compatible_p in C++ mode (bug 21930) adds 6913ad65e0 Do not use generic selection in C++ mode adds 62753d2c09 Add NT_GNU_PROPERTY_TYPE_0 macros adds 65a086db91 Mark internal argz functions with attribute_hidden [BZ #18822] new 681208b48d Mark internal functions with attribute_hidden [BZ #18822] new 61fc22c5a5 Mark 3 *_internal functions with attribute_hidden [BZ #18822] new 103e7a4f03 Mark __internal_statvfs[64] with attribute_hidden [BZ #18822] new c0b4dad408 Mark ____wcsto*_l_internal functions with attribute_hidden [ [...] new 8cba4573f6 Mark internal argp functions with attribute_hidden [BZ #18822] new 5befb64630 Mark internal unistd.h functions with attribute_hidden [BZ #18822] new aa8344ac8c Mark internal grp/pwd/shadow functions with attribute_hidden [...] new 347991760e x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822] new 0f6d11758f x86-64: Mark internal symbols with attribute_hidden [BZ #18822] new 8f53280430 Mark __dso_handle as hidden [BZ #18822] new a01cad1962 Mark __libc_multiple_libcs with attribute_hidden [BZ #18822] new d9891da116 Mark internal nss symbols with attribute_hidden [BZ #18822] new eadd96f82d Mark internal wchar functions with attribute_hidden [BZ #18822]
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 (164061e737) \ N -- N -- N refs/heads/hjl/pr18822 (eadd96f82d)
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 13 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 | 193 + catgets/open_catalog.c | 6 +- csu/check_fds.c | 2 +- csu/libc-start.c | 2 +- dlfcn/modatexit.c | 2 - dlfcn/modcxaatexit.c | 1 - dlfcn/tstatexit.c | 8 - dlfcn/tstcxaatexit.c | 8 - elf/dl-open.c | 3 +- elf/elf.h | 56 + gmon/gmon.c | 8 +- grp/initgroups.c | 2 +- iconv/gconv_cache.c | 2 +- include/argz.h | 35 +- include/grp.h | 6 +- include/pwd.h | 6 +- include/shadow.h | 7 +- include/stdlib.h | 4 + include/sys/statvfs.h | 8 - include/wchar.h | 38 +- intl/loadmsgcat.c | 4 +- libio/fileops.c | 6 +- locale/loadarchive.c | 6 +- locale/loadlocale.c | 6 +- localedata/ChangeLog | 6 + localedata/charmaps/UTF-8 | 113545 +----------------- login/utmp_file.c | 18 +- malloc/mtrace.c | 3 +- math/math.h | 8 +- misc/daemon.c | 2 +- misc/sys/cdefs.h | 19 +- nptl/pthread_atfork.c | 7 +- nptl/tst-atfork2mod.c | 1 - nss/bug17079.c | 23 +- nss/getXXent.c | 2 +- nss/nss_db/db-open.c | 2 +- nss/nsswitch.h | 2 +- nss/test-digits-dots.c | 5 +- nss/test-netdb.c | 7 +- nss/tst-field.c | 5 +- nss/tst-nss-getpwent.c | 19 +- nss/tst-nss-static.c | 5 +- nss/tst-nss-test1.c | 5 +- nss/tst-nss-test2.c | 5 +- nss/tst-nss-test3.c | 6 +- nss/tst-nss-test4.c | 6 +- nss/tst-nss-test5.c | 5 +- posix/wordexp-test.c | 4 +- stdio-common/psiginfo.c | 2 +- stdlib/at_quick_exit.c | 7 +- stdlib/atexit.c | 8 +- stdlib/tst-tls-atexit-lib.c | 2 - string/argz.h | 26 - sysdeps/generic/not-cancel.h | 12 +- sysdeps/mach/hurd/opendir.c | 2 +- sysdeps/posix/libc_fatal.c | 2 +- sysdeps/posix/opendir.c | 4 +- sysdeps/posix/spawni.c | 4 +- sysdeps/unix/sysv/linux/Versions | 2 + sysdeps/unix/sysv/linux/fips-private.h | 4 +- sysdeps/unix/sysv/linux/fstatvfs.c | 2 +- sysdeps/unix/sysv/linux/fstatvfs64.c | 2 +- sysdeps/unix/sysv/linux/gethostid.c | 8 +- sysdeps/unix/sysv/linux/getloadavg.c | 4 +- sysdeps/unix/sysv/linux/getlogin_r.c | 4 +- sysdeps/unix/sysv/linux/getsysstats.c | 10 +- sysdeps/unix/sysv/linux/grantpt.c | 4 +- sysdeps/unix/sysv/linux/i386/smp.h | 4 +- sysdeps/unix/sysv/linux/ia64/has_cpuclock.c | 4 +- sysdeps/unix/sysv/linux/internal_statvfs.c | 2 +- .../unix/sysv/linux/internal_statvfs.h | 13 +- sysdeps/unix/sysv/linux/libc_fatal.c | 8 +- sysdeps/unix/sysv/linux/malloc-sysdep.h | 6 +- sysdeps/unix/sysv/linux/not-cancel.h | 40 +- sysdeps/unix/sysv/linux/open.c | 21 + sysdeps/unix/sysv/linux/open64.c | 38 +- sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c | 2 +- sysdeps/unix/sysv/linux/pthread_getname.c | 4 +- sysdeps/unix/sysv/linux/pthread_setname.c | 4 +- sysdeps/unix/sysv/linux/read.c | 12 + sysdeps/unix/sysv/linux/spawni.c | 2 +- sysdeps/unix/sysv/linux/statvfs.c | 2 +- sysdeps/unix/sysv/linux/statvfs64.c | 2 +- sysdeps/unix/sysv/linux/sysconf.c | 4 +- sysdeps/unix/sysv/linux/write.c | 12 + sysdeps/unix/sysv/linux/x86/libc-vdso.h | 3 +- sysdeps/unix/sysv/linux/x86_64/init-first.c | 3 +- sysdeps/unix/sysv/linux/x86_64/makecontext.c | 2 +- sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h | 3 +- 89 files changed, 880 insertions(+), 113549 deletions(-) copy bits/huge_val_flt128.h => sysdeps/unix/sysv/linux/internal_statvfs.h (69%)