Module Name: src
Committed By: sborrill
Date: Sat Nov 19 22:26:58 UTC 2011
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Ticket #1695
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-5.0.3
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.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.55 src/doc/CHANGES-5.0.3:1.1.2.56
--- src/doc/CHANGES-5.0.3:1.1.2.55 Sat Nov 19 14:00:19 2011
+++ src/doc/CHANGES-5.0.3 Sat Nov 19 22:26:58 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.55 2011/11/19 14:00:19 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.56 2011/11/19 22:26:58 sborrill Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -2875,3 +2875,9 @@ dist/openpam/lib/openpam_configure.c 1.
(CVE-2011-4122)
[drochner, ticket #1696]
+sys/kern/kern_event.c 1.74
+
+ kqueue_register: avoid calling fd_getfile() with
+ filedesc_t::fd_lock held. Fixes PR/45479 by KOGULE Ryo.
+ [rmind, ticket #1695]
+