Module Name: src
Committed By: riz
Date: Fri Feb 8 20:28:36 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.2
Log Message:
Ticket 790./
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-6.0.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.0.2
diff -u src/doc/CHANGES-6.0.2:1.1.2.10 src/doc/CHANGES-6.0.2:1.1.2.11
--- src/doc/CHANGES-6.0.2:1.1.2.10 Fri Feb 8 20:22:44 2013
+++ src/doc/CHANGES-6.0.2 Fri Feb 8 20:28:36 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.2,v 1.1.2.10 2013/02/08 20:22:44 riz Exp $
+# $NetBSD: CHANGES-6.0.2,v 1.1.2.11 2013/02/08 20:28:36 riz Exp $
A complete list of changes from the NetBSD 6.0.1 release to the NetBSD 6.0.2
release:
@@ -73,3 +73,9 @@ sys/kern/subr_vmem.c 1.77 via patch,1
Fix a lock order reversal, and a lock release.
[para, ticket #789]
+sys/kern/kern_rndq.c 1.7
+
+ Set resource limits to prevent potential consumption of all
+ kernel memory.
+ [msaitoh, ticket #790]
+