Module Name: src
Committed By: bouyer
Date: Wed Jun 10 19:24:35 UTC 2009
Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2
Log Message:
ticket 1323
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-4.0.2
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-4.0.2
diff -u src/doc/CHANGES-4.0.2:1.1.2.33 src/doc/CHANGES-4.0.2:1.1.2.34
--- src/doc/CHANGES-4.0.2:1.1.2.33 Fri Jun 5 18:12:51 2009
+++ src/doc/CHANGES-4.0.2 Wed Jun 10 19:24:35 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.0.2,v 1.1.2.33 2009/06/05 18:12:51 snj Exp $
+# $NetBSD: CHANGES-4.0.2,v 1.1.2.34 2009/06/10 19:24:35 bouyer Exp $
A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
release:
@@ -611,3 +611,9 @@
with the associated build infrastructure as of 20090529 from HEAD.
[joerg, ticket #1322]
+sys/arch/sh3/sh3/locore_subr.S 1.52
+
+ Fix logic error in copyinstr() when deciding whether to return EFAULT
+ or ENAMETOOLONG.
+ [uwe, ticket #1323]
+