Module Name: src
Committed By: snj
Date: Tue May 10 23:18:37 UTC 2016
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
1376
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.64 -r1.1.2.65 src/doc/CHANGES-6.1.6
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-6.1.6
diff -u src/doc/CHANGES-6.1.6:1.1.2.64 src/doc/CHANGES-6.1.6:1.1.2.65
--- src/doc/CHANGES-6.1.6:1.1.2.64 Sun May 8 21:59:43 2016
+++ src/doc/CHANGES-6.1.6 Tue May 10 23:18:37 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.64 2016/05/08 21:59:43 snj Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.65 2016/05/10 23:18:37 snj Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -8262,3 +8262,9 @@ external/bsd/ntp/bin/ntpd/ntp_parser.h
Update ntp to 4.2.8p7.
[spz, ticket #1380]
+sys/miscfs/specfs/spec_vnops.c 1.161, 1.162 via patch
+
+ Avoid a race with spec_revoke when extracting v_rdev.
+ Fixes PR kern/50467.
+ [hannken, ticket #1376]
+