CVS commit: src/tests/net/net
Module Name:src Committed By: ozaki-r Date: Wed Jun 29 07:29:04 UTC 2016 Modified Files: src/tests/net/net: t_forwarding.sh Log Message: Destroy interfaces at the end of tests It's useful to know if interface destructions work correctly or not with complex internal states (e.g., caches). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/net/net/t_forwarding.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/csu/common
Module Name:src Committed By: joerg Date: Wed Jun 29 11:16:47 UTC 2016 Modified Files: src/lib/csu/common: crtbegin.c Log Message: For some mind-boogling reasons, GCC 5.4 believes that a weak reference cannot alias with an extern. While this is clearly bogus, avoid yet another alias handling bug and use strong aliases. It's actually slightly simpler, too. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/csu/common/crtbegin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/bind
Module Name:src Committed By: christos Date: Wed Jun 29 17:52:28 UTC 2016 Modified Files: src/external/bsd/bind: Makefile.inc src/external/bsd/bind/include: config.h Log Message: the decision to use AES_SIT and GOST belongs in the Makefile for MKCRYPT To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/external/bsd/bind/Makefile.inc cvs rdiff -u -r1.19 -r1.20 src/external/bsd/bind/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/ntp
Module Name:src Committed By: christos Date: Wed Jun 29 18:42:18 UTC 2016 Modified Files: src/external/bsd/ntp: Makefile.inc src/external/bsd/ntp/dist/include: ntp_md5.h src/external/bsd/ntp/dist/libntp: a_md5encrypt.c src/external/bsd/ntp/dist/ntpd: ntp_control.c ntp_proto.c src/external/bsd/ntp/dist/sntp: crypto.c src/external/bsd/ntp/include: config.h Log Message: Fix MKCRYPTO=no build To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/external/bsd/ntp/Makefile.inc cvs rdiff -u -r1.5 -r1.6 src/external/bsd/ntp/dist/include/ntp_md5.h cvs rdiff -u -r1.5 -r1.6 src/external/bsd/ntp/dist/libntp/a_md5encrypt.c cvs rdiff -u -r1.16 -r1.17 src/external/bsd/ntp/dist/ntpd/ntp_control.c cvs rdiff -u -r1.12 -r1.13 src/external/bsd/ntp/dist/ntpd/ntp_proto.c cvs rdiff -u -r1.10 -r1.11 src/external/bsd/ntp/dist/sntp/crypto.c cvs rdiff -u -r1.17 -r1.18 src/external/bsd/ntp/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/wpa/bin
Module Name:src Committed By: christos Date: Wed Jun 29 19:16:23 UTC 2016 Modified Files: src/external/bsd/wpa/bin/hostapd: Makefile aes-xinternal.c src/external/bsd/wpa/bin/wpa_passphrase: Makefile src/external/bsd/wpa/bin/wpa_supplicant: Makefile aes-xinternal.c Log Message: Fix MKCRYPTO=no build. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/wpa/bin/hostapd/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/wpa/bin/hostapd/aes-xinternal.c cvs rdiff -u -r1.3 -r1.4 src/external/bsd/wpa/bin/wpa_passphrase/Makefile cvs rdiff -u -r1.7 -r1.8 src/external/bsd/wpa/bin/wpa_supplicant/Makefile cvs rdiff -u -r1.1 -r1.2 \ src/external/bsd/wpa/bin/wpa_supplicant/aes-xinternal.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/server/xorg-server.old/hw
Module Name:src Committed By: christos Date: Wed Jun 29 19:36:35 UTC 2016 Modified Files: src/external/mit/xorg/server/xorg-server.old/hw/vfb: Makefile src/external/mit/xorg/server/xorg-server.old/hw/xfree86/Xorg: Makefile src/external/mit/xorg/server/xorg-server.old/hw/xnest: Makefile Log Message: Fix MKCRYPTO=no build To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/mit/xorg/server/xorg-server.old/hw/vfb/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/mit/xorg/server/xorg-server.old/hw/xfree86/Xorg/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/mit/xorg/server/xorg-server.old/hw/xnest/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/server/xorg-server/hw
Module Name:src Committed By: christos Date: Wed Jun 29 19:36:56 UTC 2016 Modified Files: src/external/mit/xorg/server/xorg-server/hw/vfb: Makefile src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg: Makefile src/external/mit/xorg/server/xorg-server/hw/xnest: Makefile Log Message: Fix MKCRYPTO=no build. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \ src/external/mit/xorg/server/xorg-server/hw/vfb/Makefile cvs rdiff -u -r1.7 -r1.8 \ src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg/Makefile cvs rdiff -u -r1.14 -r1.15 \ src/external/mit/xorg/server/xorg-server/hw/xnest/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/tcpdump
Module Name:src Committed By: christos Date: Wed Jun 29 19:45:14 UTC 2016 Modified Files: src/external/bsd/tcpdump/bin: Makefile src/external/bsd/tcpdump/include: config.h Log Message: Fix MKCRYPTO=no build To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/bsd/tcpdump/bin/Makefile cvs rdiff -u -r1.7 -r1.8 src/external/bsd/tcpdump/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/ibm-public/postfix/libexec/smtpd
Module Name:src Committed By: christos Date: Wed Jun 29 20:07:52 UTC 2016 Modified Files: src/external/ibm-public/postfix/libexec/smtpd: Makefile Log Message: Fix MKCRYPTO=no To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/ibm-public/postfix/libexec/smtpd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/npf/npfctl
Module Name:src Committed By: christos Date: Wed Jun 29 21:40:10 UTC 2016 Modified Files: src/usr.sbin/npf/npfctl: Makefile Log Message: remove libcrypto dependency, fix other dependencies. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/npf/npfctl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/npf/npfctl
Module Name:src Committed By: christos Date: Wed Jun 29 21:40:20 UTC 2016 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: use sha1 from libc To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/npf/npfctl/npfctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: sjg Date: Wed Jun 29 22:10:08 UTC 2016 Modified Files: src/usr.bin/make: meta.c Log Message: meta_compat_parent: fflush each line To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/usr.bin/make/meta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/ntp/bin
Module Name:src Committed By: christos Date: Wed Jun 29 23:03:24 UTC 2016 Modified Files: src/external/bsd/ntp/bin: Makefile Log Message: always build ntp_keygen To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/bin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists
Module Name:src Committed By: christos Date: Wed Jun 29 23:23:05 UTC 2016 Modified Files: src/distrib/sets/lists/base: mi shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi src/distrib/sets/lists/man: mi src/distrib/sets/lists/misc: mi src/distrib/sets/lists/tests: mi Log Message: fix sets for MKCRYPTO=no To generate a diff of this commit: cvs rdiff -u -r1.1129 -r1.1130 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.776 -r1.777 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.2044 -r1.2045 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.291 -r1.292 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.156 -r1.157 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.136 -r1.137 src/distrib/sets/lists/debug/shl.mi cvs rdiff -u -r1.1528 -r1.1529 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.197 -r1.198 src/distrib/sets/lists/misc/mi cvs rdiff -u -r1.675 -r1.676 src/distrib/sets/lists/tests/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common
Module Name:src Committed By: pgoyette Date: Thu Jun 30 00:23:36 UTC 2016 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_module.c Log Message: Add missing dp_proc_unlock() in error path. >From PR kern/51285 (Henning Petersen) XXX Pullup to 7 and 7-0 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: ozaki-r Date: Thu Jun 30 01:34:53 UTC 2016 Modified Files: src/sys/net: if_spppsubr.c src/sys/netinet: if_arp.c in.c src/sys/netinet6: in6.c nd6.c Log Message: Make sure that ifaddr is published after its initialization finished Basically we should insert an item to a collection (say a list) after item's initialization has been completed to avoid accessing an item that is initialized halfway. ifaddr (in{,6}_ifaddr) isn't processed like so and needs to be fixed. In order to do so, we need to tweak {arp,nd6}_rtrequest that depend on that an ifaddr is inserted during its initialization; they explore interface's address list to determine that rt_getkey(rt) of a given rtentry is in the list to know whether the route's interface should be a loopback, which doesn't work after the change. To make it work, first check RTF_LOCAL flag that is set in rt_ifa_addlocal that calls {arp,nd6}_rtrequest eventually. Note that we still need the original code for the case to remove and re-add a local interface route. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/sys/net/if_spppsubr.c cvs rdiff -u -r1.213 -r1.214 src/sys/netinet/if_arp.c cvs rdiff -u -r1.168 -r1.169 src/sys/netinet/in.c cvs rdiff -u -r1.201 -r1.202 src/sys/netinet6/in6.c cvs rdiff -u -r1.197 -r1.198 src/sys/netinet6/nd6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/ia64/include
Module Name:src Committed By: mrg Date: Thu Jun 30 01:41:05 UTC 2016 Modified Files: src/sys/arch/ia64/include: mcontext.h Log Message: add a definition for _UC_MACHINE_PC which libasan wants. XXX: i'm not 100% sure i picked the right register. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/ia64/include/mcontext.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc
Module Name:src Committed By: mrg Date: Thu Jun 30 01:44:49 UTC 2016 Modified Files: src/external/gpl3/gcc/lib/libbacktrace/arch/ia64: backtrace-supported.h config.h src/external/gpl3/gcc/lib/libgcc/arch/ia64: auto-target.h defs.mk src/external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64: defs.mk gcov-iov.h src/external/gpl3/gcc/lib/libgomp/arch/ia64: config.h libgomp.spec libgomp_f.h omp.h src/external/gpl3/gcc/lib/libiberty/arch/ia64: config.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64: c++config.h cxxabi_tweaks.h defs.mk gstdint.h gthr-posix.h gthr-single.h gthr.h src/external/gpl3/gcc/usr.bin/gcc/arch/ia64: auto-host.h bversion.h configargs.h defs.mk gtyp-input.list plugin-version.h tm.h src/external/gpl3/gcc/usr.bin/libcpp/arch/ia64: config.h Log Message: mknative-gcc for GCC 5.4 and ia64. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/gcc/lib/libbacktrace/arch/ia64/backtrace-supported.h \ src/external/gpl3/gcc/lib/libbacktrace/arch/ia64/config.h cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/gcc/lib/libgcc/arch/ia64/auto-target.h cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgcc/arch/ia64/defs.mk cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64/defs.mk cvs rdiff -u -r1.3 -r1.4 \ src/external/gpl3/gcc/lib/libgcc/libgcov/arch/ia64/gcov-iov.h cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgomp/arch/ia64/config.h \ src/external/gpl3/gcc/lib/libgomp/arch/ia64/libgomp.spec \ src/external/gpl3/gcc/lib/libgomp/arch/ia64/libgomp_f.h \ src/external/gpl3/gcc/lib/libgomp/arch/ia64/omp.h cvs rdiff -u -r1.3 -r1.4 \ src/external/gpl3/gcc/lib/libiberty/arch/ia64/config.h cvs rdiff -u -r1.3 -r1.4 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/c++config.h \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/defs.mk \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/gstdint.h cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/cxxabi_tweaks.h \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/gthr-posix.h \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/gthr-single.h \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/gthr.h cvs rdiff -u -r1.3 -r1.4 \ src/external/gpl3/gcc/usr.bin/gcc/arch/ia64/auto-host.h \ src/external/gpl3/gcc/usr.bin/gcc/arch/ia64/bversion.h \ src/external/gpl3/gcc/usr.bin/gcc/arch/ia64/configargs.h \ src/external/gpl3/gcc/usr.bin/gcc/arch/ia64/defs.mk \ src/external/gpl3/gcc/usr.bin/gcc/arch/ia64/plugin-version.h cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/gcc/usr.bin/gcc/arch/ia64/gtyp-input.list \ src/external/gpl3/gcc/usr.bin/gcc/arch/ia64/tm.h cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/gcc/usr.bin/libcpp/arch/ia64/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/ibm-public/postfix/libexec/smtpd
Module Name:src Committed By: christos Date: Thu Jun 30 03:05:45 UTC 2016 Modified Files: src/external/ibm-public/postfix/libexec/smtpd: Makefile Log Message: Makefile.inc needs -I${DIST} to be the source dir of the program we are compiling, make it so. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/external/ibm-public/postfix/libexec/smtpd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: pgoyette Date: Thu Jun 30 04:12:37 UTC 2016 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Fix the build. To generate a diff of this commit: cvs rdiff -u -r1.2045 -r1.2046 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: dholland Date: Thu Jun 30 05:28:23 UTC 2016 Modified Files: src/usr.bin/make: suff.c Log Message: Fix botched logic; PR 51191 from David Binderman. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/usr.bin/make/suff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: dholland Date: Thu Jun 30 05:31:00 UTC 2016 Modified Files: src/usr.bin/make: suff.c Log Message: Cleanse an old mangy way of avoiding an unused variable warning. PR 51191 from David Binderman. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/usr.bin/make/suff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: dholland Date: Thu Jun 30 05:34:04 UTC 2016 Modified Files: src/usr.bin/make: suff.c Log Message: Fix DEBUG_SRC build. Partly from PR 51191. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/usr.bin/make/suff.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/tip/aculib
Module Name:src Committed By: dholland Date: Thu Jun 30 05:56:46 UTC 2016 Modified Files: src/usr.bin/tip/aculib: v831.c Log Message: PR 51192 David Binderman: fix wrong logic (probably) XXX: this file should probably just be deleted To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/tip/aculib/v831.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: ozaki-r Date: Thu Jun 30 06:48:58 UTC 2016 Modified Files: src/sys/netinet: ip_input.c Log Message: Fix error paths Some error paths did m_put_rcvif_psref twice. To generate a diff of this commit: cvs rdiff -u -r1.330 -r1.331 src/sys/netinet/ip_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
Module Name:src Committed By: ozaki-r Date: Thu Jun 30 06:56:28 UTC 2016 Modified Files: src/sys/netinet: ip_input.c Log Message: Tidy up goto lables No functional change. To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/sys/netinet/ip_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.