Module Name: src
Committed By: sborrill
Date: Mon Dec 21 09:19:39 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1200
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.162 -r1.1.2.163 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.162 src/doc/CHANGES-5.1:1.1.2.163
--- src/doc/CHANGES-5.1:1.1.2.162 Fri Dec 18 07:36:02 2009
+++ src/doc/CHANGES-5.1 Mon Dec 21 09:19:39 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.162 2009/12/18 07:36:02 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.163 2009/12/21 09:19:39 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -15650,3 +15650,10 @@
certain arguments - see PR 41919.
[dholland, ticket #1196]
+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]
+