Module Name: src
Committed By: riz
Date: Sat Nov 7 16:37:03 UTC 2015
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
Ticket 1006.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 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.5 src/doc/CHANGES-7.0.1:1.1.2.6
--- src/doc/CHANGES-7.0.1:1.1.2.5 Thu Nov 5 09:35:43 2015
+++ src/doc/CHANGES-7.0.1 Sat Nov 7 16:37:03 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.5 2015/11/05 09:35:43 snj Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.6 2015/11/07 16:37:03 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
release:
@@ -92,3 +92,8 @@ sys/kern/kern_exit.c 1.248
Update value of p_stat before we release the proc_lock.
[pgoyette, ticket #999]
+sys/arch/arm/allwinner/awin_mmc.c 1.22
+
+ Avoid a divide by 0 when unplugging a sd card.
+ [bouyer, ticket #1006]
+