Module Name: src
Committed By: bouyer
Date: Sat Aug 27 15:11:31 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
tickets 1239, 1240
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.103 -r1.1.2.104 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.103 src/doc/CHANGES-7.1:1.1.2.104
--- src/doc/CHANGES-7.1:1.1.2.103 Sat Aug 27 04:32:15 2016
+++ src/doc/CHANGES-7.1 Sat Aug 27 15:11:31 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.103 2016/08/27 04:32:15 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.104 2016/08/27 15:11:31 bouyer Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -5195,3 +5195,16 @@ sys/netinet/ip_carp.c 1.76
wrong hash, to help debugging.
[is, ticket #1209]
+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]
+