Module Name: src
Committed By: bouyer
Date: Wed Jun 10 17:19:08 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Tickets 802-804
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-5.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.1
diff -u src/doc/CHANGES-5.1:1.1.2.28 src/doc/CHANGES-5.1:1.1.2.29
--- src/doc/CHANGES-5.1:1.1.2.28 Tue Jun 9 18:07:57 2009
+++ src/doc/CHANGES-5.1 Wed Jun 10 17:19:08 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.28 2009/06/09 18:07:57 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.29 2009/06/10 17:19:08 bouyer Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -964,3 +964,15 @@
cpu_lwp_fork, the latter does a lot more work.
[martin, ticket #801]
+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]
+
+sbin/newfs/newfs.c 1.103
+
+ Issue a better error message if attempting to create a file system
+ on a block device. Inspired by PR kern/41127.
+ [snj, ticket #803]
+