Module Name: src
Committed By: riz
Date: Sun Nov 8 01:29:28 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Ticket 1023
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 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.24 src/doc/CHANGES-7.1:1.1.2.25
--- src/doc/CHANGES-7.1:1.1.2.24 Sun Nov 8 01:24:53 2015
+++ src/doc/CHANGES-7.1 Sun Nov 8 01:29:28 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.24 2015/11/08 01:24:53 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.25 2015/11/08 01:29:28 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -858,3 +858,9 @@ sys/dev/sdmmc/sdhcvar.h 1.25
Support 8-bit eMMC for TI AM335x.
[jmcneill, ticket #1022]
+sys/fs/tmpfs/tmpfs_subr.c 1.101
+
+ Fix crash when tmpfs fills up. PR#50381.
+ Fixes PR kern/50381.
+ [leot, ticket #1023]
+