Module Name: src
Committed By: riz
Date: Sun Nov 8 01:27:24 UTC 2015
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
Ticket 1023
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-7.0.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.0.1
diff -u src/doc/CHANGES-7.0.1:1.1.2.9 src/doc/CHANGES-7.0.1:1.1.2.10
--- src/doc/CHANGES-7.0.1:1.1.2.9 Sun Nov 8 00:38:34 2015
+++ src/doc/CHANGES-7.0.1 Sun Nov 8 01:27:24 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.9 2015/11/08 00:38:34 riz Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.10 2015/11/08 01:27:24 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
release:
@@ -127,3 +127,9 @@ sys/arch/x86/x86/sys_machdep.c 1.29
threaded programs.
[christos, ticket #1013]
+sys/fs/tmpfs/tmpfs_subr.c 1.101
+
+ Fix crash when tmpfs fills up. PR#50381.
+ Fixes PR kern/50381.
+ [leot, ticket #1023]
+