This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/explicit-bzero in repository glibc.
discards 337e8f5 Use explicit_bzero where appropriate discards 4546815 Add fortification and inline optimization of explicit_bzero. discards 9533ed6 New string function explicit_bzero (from OpenBSD). adds 001f81a s390x: Add hidden definition for __sigsetjmp adds c7409ad configure: accept __stack_chk_fail_local for ssp support too [...] adds 48b17f0 ChangeLog: fix date adds 6ab707b manual: Remove non-existent mount options S_IMMUTABLE and S_A [...] adds f07820b Make SH ucontext always match current kernels. adds 530862a Fix SH4 register-dump.h for soft-float. adds afcf3cd New internal function __access_noerrno adds 7773556 Correct comments in string.h re strcoll_l, strxfrm_l. adds 61158ff Fix crypt snprintf namespace (bug 20829). adds 85d3192 Enable linknamespace testing for libdl and libcrypt. adds 049cc48 Make Alpha <sys/user.h> self-contained. new 715e811 New string function explicit_bzero (from OpenBSD). new 84867b7 Add fortification and inline optimization of explicit_bzero. new 5242026 Use explicit_bzero where appropriate
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 (337e8f5) \ N -- N -- N refs/heads/zack/explicit-bzero (5242026)
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 3 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 | 81 ++++++++++++++++++++++++++ configure | 8 ++- configure.ac | 8 ++- conform/Makefile | 23 +++++--- crypt/sha256-crypt.c | 4 +- crypt/sha512-crypt.c | 4 +- hurd/hurd.h | 29 +++++++++ include/stdio.h | 1 + include/unistd.h | 6 ++ io/access.c | 7 +++ manual/sysinfo.texi | 14 ----- stdio-common/Versions | 2 + stdio-common/snprintf.c | 1 + string/string.h | 8 +-- sysdeps/mach/hurd/access.c | 37 ++++++++++-- sysdeps/nacl/access.c | 7 +++ sysdeps/nacl/nacl-interfaces.h | 4 ++ sysdeps/s390/s390-32/setjmp.S | 42 +++++++------ sysdeps/s390/s390-64/setjmp.S | 42 +++++++------ sysdeps/unix/sysv/linux/access.c | 15 +++++ sysdeps/unix/sysv/linux/alpha/sys/user.h | 1 + sysdeps/unix/sysv/linux/sh/sh4/register-dump.h | 2 +- sysdeps/unix/sysv/linux/sh/sys/ucontext.h | 15 ----- 23 files changed, 265 insertions(+), 96 deletions(-)