Module Name: src
Committed By: riz
Date: Wed Oct 31 15:49:27 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Tickets 1807, 1810, 1811.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.192 -r1.1.2.193 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.192 src/doc/CHANGES-5.2:1.1.2.193
--- src/doc/CHANGES-5.2:1.1.2.192 Fri Oct 26 11:34:05 2012
+++ src/doc/CHANGES-5.2 Wed Oct 31 15:49:27 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.192 2012/10/26 11:34:05 sborrill Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.193 2012/10/31 15:49:27 riz Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -8715,3 +8715,19 @@ sys/arch/xen/xen/xengnt.c 1.25 via pat
and port-xen/47056.
[royger, ticket #1805]
+sys/dev/scsipi/sd.c patch
+
+ Allow disk strategy to be queried and changed at runtime
+ for sd(4) disks.
+ [buhrow, ticket #1807]
+
+sys/arch/i386/i386/locore.S 1.103 via patch
+
+ Fix running BSDi and NetBSD <= 1.0 binaries. PR#41342.
+ [chs, ticket #1810]
+
+sys/external/bsd/drm/dist/bsd-core/drm_sysctl.c 1.8 via patch
+
+ Avoid crashing when writing to certain DRM sysctls.
+ [chs, ticket #1811]
+