Module Name: src
Committed By: martin
Date: Sun Aug 24 09:38:36 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 53
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-7.0
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
diff -u src/doc/CHANGES-7.0:1.1.2.22 src/doc/CHANGES-7.0:1.1.2.23
--- src/doc/CHANGES-7.0:1.1.2.22 Sun Aug 24 08:45:09 2014
+++ src/doc/CHANGES-7.0 Sun Aug 24 09:38:36 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.22 2014/08/24 08:45:09 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.23 2014/08/24 09:38:36 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -382,3 +382,11 @@ usr.sbin/perfused/msg.c 1.22
Remove useless code and warnings
[manu, ticket #52]
+sys/arch/sparc/dev/fd.c 1.155
+sys/arch/sparc64/dev/fdc.c 1.42
+sys/arch/sun3/dev/fd.c 1.78
+
+ Fix panic() on opening fd(4), caused by a wrong pointer passed
+ to memset().
+ [tsutsui, ticket #53]
+