Module Name: src
Committed By: bouyer
Date: Sat Aug 27 15:11:46 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.2
Log Message:
tickets 1239, 1240
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 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.7 src/doc/CHANGES-7.0.2:1.1.2.8
--- src/doc/CHANGES-7.0.2:1.1.2.7 Thu Jul 21 12:56:33 2016
+++ src/doc/CHANGES-7.0.2 Sat Aug 27 15:11:46 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.2,v 1.1.2.7 2016/07/21 12:56:33 martin Exp $
+# $NetBSD: CHANGES-7.0.2,v 1.1.2.8 2016/08/27 15:11:46 bouyer Exp $
A complete list of changes from the NetBSD 7.0.1 release to the NetBSD 7.0.2
release:
@@ -211,3 +211,16 @@ libexec/mail.local/mail.local.c 1.28
Fix error checks in open(2) calls.
[shm, ticket #1207]
+sys/dev/fss.c 1.95
+
+ Disestablish COW handler on error. No need to do further copies after
+ the snapshot device failed.
+
+ Should fix PR kern/51377: fss(4) panic if snapshot mounted read/write
+ [hannken, ticket #1239]
+
+sys/compat/common/vfs_syscalls_43.c 1.58
+
+ fill in the tv_nsec parts of the converted timespec in cvtstat().
+ [mrg, ticket #1240]
+