Module Name: src
Committed By: bouyer
Date: Tue Apr 10 08:07:48 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
ticket 726
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.174 -r1.1.2.175 src/doc/CHANGES-8.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.174 src/doc/CHANGES-8.0:1.1.2.175
--- src/doc/CHANGES-8.0:1.1.2.174 Tue Apr 10 06:54:58 2018
+++ src/doc/CHANGES-8.0 Tue Apr 10 08:07:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.174 2018/04/10 06:54:58 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.175 2018/04/10 08:07:48 bouyer Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -11191,3 +11191,13 @@ sys/dev/pci/pcidevs_data.h (regen)
- Add Intel Coffee Lake internal graphics devices. From ark.intel.com.
[msaitoh, ticket #723]
+tests/usr.bin/shmif_dumpbus/d_pcap.out.bz2.uue 1.3
+tests/usr.bin/shmif_dumpbus/t_basic.sh 1.9
+
+ Use tcpdump -n to avoid reverse DNS lookup. There is no point in
+ having different results from running this test in a networked vs.
+ a non-networked environment.
+ Adjust golden output accordingly.
+ Fixes PR 53150.
+ [martin, ticket #726]
+