Module Name: src
Committed By: martin
Date: Mon Nov 12 12:24:42 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Tickets #1090 and #1092
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.53 -r1.1.2.54 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.53 src/doc/CHANGES-8.1:1.1.2.54
--- src/doc/CHANGES-8.1:1.1.2.53 Mon Nov 12 09:44:17 2018
+++ src/doc/CHANGES-8.1 Mon Nov 12 12:24:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.53 2018/11/12 09:44:17 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.54 2018/11/12 12:24:42 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -1668,3 +1668,14 @@ sys/kern/uipc_syscalls.c 1.198,1.199
Fix sendmmsg() and recvmmsg() and re-enable them for NSD.
[hannken, ticket #1089]
+sys/dev/usb/ugen.c 1.141
+
+ Enfore USB timeout on ugen(4) write operations.
+ [manu, ticket #1090]
+
+sys/kern/uipc_usrreq.c 1.187
+sys/netipsec/keysock.c 1.66
+
+ Don't call soroverflow when we return the error to the sender.
+ [roy, ticket #1092]
+