Module Name: src
Committed By: bouyer
Date: Sat Aug 27 14:52:39 UTC 2016
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
ticket 1400
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.72 -r1.1.2.73 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.72 src/doc/CHANGES-6.1.6:1.1.2.73
--- src/doc/CHANGES-6.1.6:1.1.2.72 Sat Aug 27 14:49:09 2016
+++ src/doc/CHANGES-6.1.6 Sat Aug 27 14:52:39 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.72 2016/08/27 14:49:09 bouyer Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.73 2016/08/27 14:52:39 bouyer Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -8436,3 +8436,8 @@ sys/dev/fss.c 1.95
Should fix PR kern/51377: fss(4) panic if snapshot mounted read/write
[hannken, ticket #1399]
+sys/compat/common/vfs_syscalls_43.c 1.58
+
+ fill in the tv_nsec parts of the converted timespec in cvtstat().
+ [mrg, ticket #1400]
+