Module Name: src
Committed By: bouyer
Date: Wed Jun 10 19:20:28 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.1
Log Message:
Ticket 802
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-5.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-5.0.1
diff -u src/doc/CHANGES-5.0.1:1.1.2.20 src/doc/CHANGES-5.0.1:1.1.2.21
--- src/doc/CHANGES-5.0.1:1.1.2.20 Wed Jun 10 17:18:51 2009
+++ src/doc/CHANGES-5.0.1 Wed Jun 10 19:20:28 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.20 2009/06/10 17:18:51 bouyer Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.21 2009/06/10 19:20:28 bouyer Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
release:
@@ -388,3 +388,9 @@
with reality). inspired by PR misc/39168.
[snj, ticket #804]
+sys/arch/sh3/sh3/locore_subr.S 1.52
+
+ Fix logic error in copyinstr() when deciding whether to return EFAULT
+ or ENAMETOOLONG.
+ [uwe, ticket #802]
+