Module Name: src
Committed By: martin
Date: Sun Jul 10 08:44:55 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.2
Log Message:
Tickets #1184 and #1200
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-7.0.2
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-7.0.2
diff -u src/doc/CHANGES-7.0.2:1.1.2.3 src/doc/CHANGES-7.0.2:1.1.2.4
--- src/doc/CHANGES-7.0.2:1.1.2.3 Wed Jun 22 08:31:21 2016
+++ src/doc/CHANGES-7.0.2 Sun Jul 10 08:44:55 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.2,v 1.1.2.3 2016/06/22 08:31:21 snj Exp $
+# $NetBSD: CHANGES-7.0.2,v 1.1.2.4 2016/07/10 08:44:55 martin Exp $
A complete list of changes from the NetBSD 7.0.1 release to the NetBSD 7.0.2
release:
@@ -26,3 +26,16 @@ sys/arch/i386/stand/misc/rawr32.exe.uue
- minor bugfixes
[martin, ticket #1172]
+sys/nfs/nfs_clntsocket.c 1.5
+sys/nfs/nfs_socket.c 1.198
+
+ Serialize all access to the NFS request queue via splsoftnet().
+ Fixes random crashes.
+ [christos, ticket #1184]
+
+sys/arch/mips/mips/pmap.c 1.221-1.223
+
+ Various fixes to MIPS pmap.
+ [skrll, ticket #1200]
+
+