Module Name: src
Committed By: bouyer
Date: Wed Jun 10 19:24:06 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
ticket 1323
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.153 -r1.1.2.154 src/doc/CHANGES-4.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-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.153 src/doc/CHANGES-4.1:1.1.2.154
--- src/doc/CHANGES-4.1:1.1.2.153 Sun Jun 7 11:59:38 2009
+++ src/doc/CHANGES-4.1 Wed Jun 10 19:24:05 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.153 2009/06/07 11:59:38 bouyer Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.154 2009/06/10 19:24:05 bouyer Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -3440,3 +3440,9 @@
PR/39445, fix wrong charsets priority for CP932.
[tnozaki, ticket #1194]
+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]
+