This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/ifunc/master in repository glibc.
discards fccc822671 x86-64: Implement strcmp family IFUNC selectors in C discards 140a456842 x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C discards 9c2de1b9f5 x86-64: Implement wcscpy IFUNC selector in C discards f3a680fb59 x86-64: Implement strcat family IFUNC selectors in C discards 9369553453 x86-64: Implement memcmp family IFUNC selectors in C discards fae81ba280 x86-64: Implement memset family IFUNC selectors in C discards 05b7eb231d x86-64: Implement memmove family IFUNC selectors in C 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). new 4bb38ff950 x86-64: Implement strcmp family IFUNC selectors in C
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 (fccc822671) \ N -- N -- N refs/heads/hjl/ifunc/master (4bb38ff950)
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 1 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 | 297 +++++++++ INSTALL | 18 +- NEWS | 3 + benchtests/Makefile | 2 +- benchtests/thread_create-inputs | 14 + .../thread_create-source.c | 41 +- bits/resource.h | 44 +- configure | 2 +- configure.ac | 2 +- elf/Versions | 2 +- include/bits/types/struct_rusage.h | 1 + io/Makefile | 1 - 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 | 13 +- 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 | 6 + resource/Makefile | 2 +- resource/bits/types/struct_rusage.h | 130 ++++ scripts/gen-tunables.awk | 68 +- signal/signal.h | 10 +- support/Makefile | 1 + support/support_test_main.c | 3 +- support/test-driver.c | 9 + support/test-driver.h | 1 + ...setstacksize.c => xpthread_attr_setguardsize.c} | 8 +- support/xthread.h | 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 +- .../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/sparc/bits/resource.h | 44 +- sysdeps/unix/sysv/linux/wordsize-64/syscalls.list | 1 - sysdeps/x86_64/multiarch/rawmemchr-sse2.S | 2 +- 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 ++++++++++++-------- 85 files changed, 4116 insertions(+), 5888 deletions(-) create mode 100644 benchtests/thread_create-inputs copy support/xpthread_attr_init.c => benchtests/thread_create-source.c (51%) create mode 100644 include/bits/types/struct_rusage.h delete mode 100644 manual/summary.awk create mode 100755 manual/summary.pl create mode 100644 resource/bits/types/struct_rusage.h copy support/{xpthread_attr_setstacksize.c => xpthread_attr_setguardsize.c} (79%)