Module Name:    src
Committed By:   msaitoh
Date:           Mon Jun 30 12:19:01 UTC 2014

Modified Files:
        src/doc [netbsd-6-0]: CHANGES-6.0.6

Log Message:
Ticket 1090.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-6.0.6

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.0.6
diff -u src/doc/CHANGES-6.0.6:1.1.2.12 src/doc/CHANGES-6.0.6:1.1.2.13
--- src/doc/CHANGES-6.0.6:1.1.2.12	Mon Jun 30 04:38:18 2014
+++ src/doc/CHANGES-6.0.6	Mon Jun 30 12:19:01 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.6,v 1.1.2.12 2014/06/30 04:38:18 msaitoh Exp $
+# $NetBSD: CHANGES-6.0.6,v 1.1.2.13 2014/06/30 12:19:01 msaitoh Exp $
 
 A complete list of changes from the NetBSD 6.0.5 release to the NetBSD 6.0.6
 release:
@@ -622,3 +622,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]

Reply via email to