Module Name: src
Committed By: sborrill
Date: Fri Nov 18 23:19:21 UTC 2011
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket #1693
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.114 -r1.1.2.115 src/doc/CHANGES-5.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.2
diff -u src/doc/CHANGES-5.2:1.1.2.114 src/doc/CHANGES-5.2:1.1.2.115
--- src/doc/CHANGES-5.2:1.1.2.114 Fri Nov 18 23:07:43 2011
+++ src/doc/CHANGES-5.2 Fri Nov 18 23:19:21 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.114 2011/11/18 23:07:43 sborrill Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.115 2011/11/18 23:19:21 sborrill Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -5790,3 +5790,10 @@ dist/bind/lib/dns/rbtdb.c patch
records, leading to an assertion failure. Fixes CVE-2011-4313.
[christos, ticket #1692]
+sys/kern/kern_event.c 1.73
+
+ PR/45618: Motoyuki OHMORI: kqueue EVFILT_TIMER with smaller
+ timeout value makes DIAGNOSTIC kernel panic. If the computed
+ ticks are <= 0 set it to 1.
+ [christos, ticket #1693]
+