Module Name:    src
Committed By:   martin
Date:           Sun Jul 10 10:42:26 UTC 2016

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.1

Log Message:
Tickets #1183, #1184, #1188, #1189, #1200


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.96 -r1.1.2.97 src/doc/CHANGES-7.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-7.1
diff -u src/doc/CHANGES-7.1:1.1.2.96 src/doc/CHANGES-7.1:1.1.2.97
--- src/doc/CHANGES-7.1:1.1.2.96	Tue Jul  5 19:20:55 2016
+++ src/doc/CHANGES-7.1	Sun Jul 10 10:42:26 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.96 2016/07/05 19:20:55 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.97 2016/07/10 10:42:26 martin Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -4952,3 +4952,36 @@ sys/dev/adb/adb_usb_map.c			1.2
 	PR port-macppc/51255.
 	[sevan, ticket #1187]
 
+sys/kern/kern_module.c				1.111
+
+	Check for duplicate module names before loading modules that were
+	"pushed" by the boot loader. Addresses PR kern/50357.
+	[pgoyette, ticket #1183]
+
+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/ufs/lfs/ulfs_inode.c			1.14
+
+	Merge ufs_inode.c 1.93: missing unlock on error path.
+	[dholland, ticket #1188]
+
+external/cddl/osnet/dev/dtrace/amd64/dtrace_asm.S 1.6
+external/cddl/osnet/dev/dtrace/dtrace_hacks.c	1.5
+external/cddl/osnet/dist/uts/common/dtrace/dtrace.c 1.32
+external/cddl/osnet/sys/kern/string.c		1.3
+
+	Fix DTrace's panic() action.
+	Do not redefine strpbrk(), we have it in libkern.
+	Fixes PR-51265.
+	[pgoyette, ticket #1189]
+
+sys/arch/mips/mips/pmap.c			1.221-1.223
+
+	Various fixes to MIPS pmap.
+	[skrll, ticket #1200]
+

Reply via email to