Thu Aug 29 16:15:06 2019 UTC ()
Ticket #1703


(martin)
diff -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-7.1.3

cvs diff -r1.1.2.54 -r1.1.2.55 src/doc/Attic/CHANGES-7.1.3 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-7.1.3 2019/06/15 15:59:55 1.1.2.54
+++ src/doc/Attic/CHANGES-7.1.3 2019/08/29 16:15:06 1.1.2.55
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.54 2019/06/15 15:59:55 martin Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.55 2019/08/29 16:15:06 martin Exp $
 
 A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
 release:
@@ -546,4 +546,10 @@
 	Avoid possible NULL dereference when sending a big request that timeout.
 	Avoid an assertion failure when using cgihandler (-C option).
 	[mrg, ticket #1699]
+
+sys/miscfs/kernfs/kernfs_vnops.c		1.161
+sys/miscfs/procfs/procfs_vnops.c		1.207
+
+	Add missing operation VOP_GETPAGES() returning EFAULT.
+	[hannken, ticket #1703]