Module Name: src
Committed By: sborrill
Date: Mon Dec 21 09:42:08 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Ticket 1200
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-5.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.33 src/doc/CHANGES-5.0.2:1.1.2.34
--- src/doc/CHANGES-5.0.2:1.1.2.33 Fri Dec 18 05:34:18 2009
+++ src/doc/CHANGES-5.0.2 Mon Dec 21 09:42:08 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.33 2009/12/18 05:34:18 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.34 2009/12/21 09:42:08 sborrill Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -890,3 +890,10 @@
defaults to 16*mq_def_maxmsg
[tron, ticket #1188]
+sys/kern/vfs_syscalls.c 1.400
+
+ Use the kernel space version of the vfs name, not the
+ original userspace pointer. Avoids crashes on archs with
+ completely separate userspace VA.
+ [martin, ticket #1200]
+