This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b31737b Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h> new 37fb019 sunrpc: Do not unregister services if not registered [BZ #5010] new cf0bd2f sunrpc: Improvements for UDP client timeout handling [BZ #20257]
The 2 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 | 35 ++++ inet/Makefile | 8 +- inet/deadline.c | 122 +++++++++++++ inet/net-internal.h | 89 ++++++++++ inet/tst-deadline.c | 188 ++++++++++++++++++++ sunrpc/Makefile | 11 +- sunrpc/clnt_udp.c | 127 ++++++++------ sunrpc/svc.c | 14 +- sunrpc/tst-svc_register.c | 299 ++++++++++++++++++++++++++++++++ sunrpc/tst-udp-garbage.c | 104 +++++++++++ sunrpc/tst-udp-nonblocking.c | 333 +++++++++++++++++++++++++++++++++++ sunrpc/tst-udp-timeout.c | 402 +++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 1662 insertions(+), 70 deletions(-) create mode 100644 inet/deadline.c create mode 100644 inet/tst-deadline.c create mode 100644 sunrpc/tst-svc_register.c create mode 100644 sunrpc/tst-udp-garbage.c create mode 100644 sunrpc/tst-udp-nonblocking.c create mode 100644 sunrpc/tst-udp-timeout.c