Module Name: src
Committed By: martin
Date: Sun Nov 4 11:15:10 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Tickets #1078 and #1079
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-8.1
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.1
diff -u src/doc/CHANGES-8.1:1.1.2.47 src/doc/CHANGES-8.1:1.1.2.48
--- src/doc/CHANGES-8.1:1.1.2.47 Sat Nov 3 17:20:35 2018
+++ src/doc/CHANGES-8.1 Sun Nov 4 11:15:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.47 2018/11/03 17:20:35 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.48 2018/11/04 11:15:10 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -1576,3 +1576,17 @@ external/bsd/nsd/include/config.h 1.4
errors.
[christos, ticket #1077]
+sys/dev/usb/uhub.c 1.140,1.141
+sys/dev/usb/usb_subr.c 1.228
+
+ Make USB port numbers display consistent.
+ [manu, ticket #1078]
+
+sys/netinet6/udp6_usrreq.c 1.142
+ (applied to udp6_output.c, due to code refactoring
+ in -current)
+
+ Fix error path in ip6 source address selection.
+ [mlelstv, ticket #1079]
+
+