This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from eb87a46c56 hurd sendmsg: Fix warning on calling CMSG_*HDR new 653d74f12a hurd: Global signal disposition
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: hurd/Versions | 7 + hurd/ctty-input.c | 16 +- hurd/ctty-output.c | 16 +- hurd/hurd/signal.h | 38 +++- hurd/hurdexec.c | 9 +- hurd/hurdmsg.c | 24 +-- hurd/hurdsig.c | 280 +++++++++++++++++++++------- sysdeps/hurd/include/hurd/signal.h | 5 + sysdeps/mach/hurd/Makefile | 2 + sysdeps/mach/hurd/fork.c | 28 ++- sysdeps/mach/hurd/htl/pt-sigstate-destroy.c | 2 + sysdeps/mach/hurd/htl/pt-sigstate-init.c | 2 +- sysdeps/mach/hurd/htl/pt-sigstate.c | 12 +- sysdeps/mach/hurd/i386/sigreturn.c | 10 +- sysdeps/mach/hurd/i386/trampoline.c | 7 +- sysdeps/mach/hurd/sigaction.c | 16 +- sysdeps/mach/hurd/sigpending.c | 6 +- sysdeps/mach/hurd/sigprocmask.c | 8 +- sysdeps/mach/hurd/sigsuspend.c | 15 +- sysdeps/mach/hurd/sigwait.c | 21 ++- sysdeps/mach/hurd/spawni.c | 25 +-- 21 files changed, 386 insertions(+), 163 deletions(-)