Module Name:    src
Committed By:   snj
Date:           Tue Jul 21 00:41:04 UTC 2009

Modified Files:
        src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 857, 863, and 865.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 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.49 src/doc/CHANGES-5.1:1.1.2.50
--- src/doc/CHANGES-5.1:1.1.2.49	Sat Jul 18 21:39:10 2009
+++ src/doc/CHANGES-5.1	Tue Jul 21 00:41:04 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.49 2009/07/18 21:39:10 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.50 2009/07/21 00:41:04 snj Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -1587,3 +1587,21 @@
 	handling independent of delayed ACK.
 	[is, ticket #859]
 
+sys/kern/sys_mqueue.c				1.21 via patch
+
+	mq_send/mq_receive: while permission may allow that, return EBADF
+	if sending to read-only queue, or receiving from write-only queue.
+	[rmind, ticket #857]
+
+sys/kern/vfs_subr.c				1.379
+sys/sys/vnode.h					1.207
+
+	Put a flag bit into v_usecount to prevent vtryget during
+	getcleanvnode.  Fixes PR/41374.
+	[rmind, ticket #863]
+
+sys/arch/amd64/amd64/trap.c			1.56, 1.57
+
+	Handle protection fault properly.
+	[rmind, ticket #865]
+

Reply via email to