Fri Nov 18 22:49:37 2011 UTC ()
Ticket #1691


(sborrill)
diff -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-5.1.1

cvs diff -r1.1.2.38 -r1.1.2.39 src/doc/Attic/CHANGES-5.1.1 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-5.1.1 2011/11/03 17:55:15 1.1.2.38
+++ src/doc/Attic/CHANGES-5.1.1 2011/11/18 22:49:37 1.1.2.39
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.1,v 1.1.2.38 2011/11/03 17:55:15 riz Exp $
+# $NetBSD: CHANGES-5.1.1,v 1.1.2.39 2011/11/18 22:49:37 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.1.1
 release:
@@ -2546,4 +2546,9 @@
 	would result in the block device being opened twice, and a
 	panic. PR#45158.
 	[bouyer, ticket #1682]
+
+sys/uvm/uvm_meter.c				1.57
+
+	Dereference correct variable and thus stop a sysctl crash.
+	[christos, ticket #1691]