Module Name: src
Committed By: msaitoh
Date: Mon Jun 30 12:18:15 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1090.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-6.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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.120 src/doc/CHANGES-6.2:1.1.2.121
--- src/doc/CHANGES-6.2:1.1.2.120 Thu Jun 26 04:02:10 2014
+++ src/doc/CHANGES-6.2 Mon Jun 30 12:18:15 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.120 2014/06/26 04:02:10 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.121 2014/06/30 12:18:15 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -2921,3 +2921,10 @@ sys/compat/freebsd/freebsd_sched.c 1.20
Avoid NULL dereference and fix sched param conversion.
Pointed out by Maxime Villard.
[maxv, ticket #1086]
+
+sys/compat/netbsd32/netbsd32_compat_50.c 1.24
+sys/compat/netbsd32/netbsd32_event.c 1.11
+
+ Allocate directly KQ_NEVENTS bytes. Otherwise a user can panic the
+ system.
+ [maxv, ticket #1090]