svn commit: r292721 - stable/9/usr.sbin/ypserv

2015-12-25 Thread Hajimu UMEMOTO
Author: ume Date: Fri Dec 25 10:55:39 2015 New Revision: 292721 URL: https://svnweb.freebsd.org/changeset/base/292721 Log: MFC r292435, r292441: - Keep hosts.by{name,addr} IPv4 only. - Add comment how we handle hosts and ipnodes. - Generate ipnodes.by{addr,name} from /etc/hosts for

svn commit: r292724 - in stable/9: include lib/libc/net

2015-12-25 Thread Hajimu UMEMOTO
Author: ume Date: Fri Dec 25 11:33:09 2015 New Revision: 292724 URL: https://svnweb.freebsd.org/changeset/base/292724 Log: MFC r292444, r292446: Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3). PR: 198092 Modified: stable/9/include/netdb.h stable/9/lib/libc/net/geta

svn commit: r292731 - stable/9/sys/contrib/pf/net

2015-12-25 Thread Kristof Provost
Author: kp Date: Fri Dec 25 15:12:11 2015 New Revision: 292731 URL: https://svnweb.freebsd.org/changeset/base/292731 Log: pf: Fix TSO issues In certain configurations (mostly but not exclusively as a VM on Xen) pf produced packets with an invalid TCP checksum. The problem was that pf

svn commit: r292732 - in stable/9/sys: contrib/pf/net netinet6

2015-12-25 Thread Kristof Provost
Author: kp Date: Fri Dec 25 15:12:54 2015 New Revision: 292732 URL: https://svnweb.freebsd.org/changeset/base/292732 Log: pf: Fix IPv6 checksums with route-to. When using route-to (or reply-to) pf sends the packet directly to the output interface. If that interface doesn't support checksu